Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_types.h>
#include <rz_util.h>
#include <rz_lib.h>
#include <rz_asm.h>
#include "../binutils_as.h"
Go to the source code of this file.
Macros | |
#define | ASSEMBLER32 "RZ_ARM32_AS" |
#define | ASSEMBLER64 "RZ_ARM64_AS" |
Functions | |
static int | assemble (RzAsm *a, RzAsmOp *op, const char *buf) |
Variables | |
RzAsmPlugin | rz_asm_plugin_arm_as |
RZ_API RzLibStruct | rizin_plugin |
#define ASSEMBLER32 "RZ_ARM32_AS" |
Definition at line 10 of file asm_arm_as.c.
#define ASSEMBLER64 "RZ_ARM64_AS" |
Definition at line 11 of file asm_arm_as.c.
Definition at line 13 of file asm_arm_as.c.
References a, ASSEMBLER32, ASSEMBLER64, binutils_assemble(), bits(), and snprintf.
RZ_API RzLibStruct rizin_plugin |
Definition at line 46 of file asm_arm_as.c.
RzAsmPlugin rz_asm_plugin_arm_as |
Definition at line 34 of file asm_arm_as.c.