Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | arc_print_disassembler_options (FILE *stream) |
struct arcDisState | arcAnalyzeInstr (bfd_vma address, disassemble_info *info) |
int | ARCompact_decodeInstr (bfd_vma address, disassemble_info *info) |
void arc_print_disassembler_options | ( | FILE * | stream | ) |
Definition at line 3925 of file arcompact-dis.c.
struct arcDisState arcAnalyzeInstr | ( | bfd_vma | address, |
disassemble_info * | info | ||
) |
Definition at line 3722 of file arcompact-dis.c.
References __TRANSLATION_REQUIRED, _auxRegName(), _condCodeName(), _coreRegName(), _instName(), addr, BFD_ENDIAN_LITTLE, bfd_getb32(), bfd_getl32(), bytes, dsmOneArcInst(), i, info(), int, memset(), NULL, parse_disassembler_options(), s, and status.
int ARCompact_decodeInstr | ( | bfd_vma | address, |
disassemble_info * | info | ||
) |
Definition at line 3722 of file arcompact-dis.c.