Rizin
unix-like reverse engineering framework and cli tools
binutils_as.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2009-2020 pancake <pancake@nopcode.org>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef BINUTILS_AS_H
5
#define BINUTILS_AS_H
6
7
#include <
rz_types.h
>
8
#include <
rz_asm.h
>
9
10
int
binutils_assemble
(
RzAsm
*
a
,
RzAsmOp
*
op
,
const
char
*
buf
,
const
char
*as,
const
char
*
env
,
const
char
*
header
,
const
char
*cmd_opt);
11
12
#endif
binutils_assemble
int binutils_assemble(RzAsm *a, RzAsmOp *op, const char *buf, const char *as, const char *env, const char *header, const char *cmd_opt)
Definition:
binutils_as.c:7
buf
voidpf void * buf
Definition:
ioapi.h:138
header
#define header(is_bt, len_min, ret_op)
Definition:
lz_encoder_mf.c:191
rz_asm.h
rz_types.h
a
#define a(i)
Definition:
sha256.c:41
rz_asm_op_t
Definition:
rz_asm.h:66
rz_asm_t
Definition:
rz_asm.h:98
env
static char ** env
Definition:
sys.c:32
op
Definition:
dis.c:32
librz
asm
binutils_as.h
Generated by
1.9.1