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
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
voidpf void * buf
Definition: ioapi.h:138
#define header(is_bt, len_min, ret_op)
#define a(i)
Definition: sha256.c:41
static char ** env
Definition: sys.c:32
Definition: dis.c:32