Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
struct ExtAuxRegister * | auxRegisters |
struct ExtInstruction * | instructions [INST_HASH_SIZE] |
struct ExtCoreRegister | coreRegisters [NUM_EXT_CORE] |
char * | condCodes [NUM_EXT_COND] |
struct ExtAuxRegister* arcExtMap::auxRegisters |
Definition at line 96 of file arc-ext.c.
Referenced by arcExtMap_auxRegName(), and dump_ARC_extmap().
char* arcExtMap::condCodes[NUM_EXT_COND] |
Definition at line 99 of file arc-ext.c.
Referenced by arcExtMap_condCodeName(), and dump_ARC_extmap().
struct ExtCoreRegister arcExtMap::coreRegisters[NUM_EXT_CORE] |
Definition at line 97 of file arc-ext.c.
Referenced by arcExtMap_coreReadWrite(), and dump_ARC_extmap().
struct ExtInstruction* arcExtMap::instructions[INST_HASH_SIZE] |
Definition at line 97 of file arc-ext.c.
Referenced by arcExtMap_instName(), and dump_ARC_extmap().