Rizin
unix-like reverse engineering framework and cli tools
arcExtMap Struct Reference

Public Attributes

struct ExtAuxRegisterauxRegisters
 
struct ExtInstructioninstructions [INST_HASH_SIZE]
 
struct ExtCoreRegister coreRegisters [NUM_EXT_CORE]
 
char * condCodes [NUM_EXT_COND]
 

Detailed Description

Definition at line 94 of file arc-ext.c.

Member Data Documentation

◆ auxRegisters

struct ExtAuxRegister* arcExtMap::auxRegisters

Definition at line 96 of file arc-ext.c.

Referenced by arcExtMap_auxRegName(), and dump_ARC_extmap().

◆ condCodes

char* arcExtMap::condCodes[NUM_EXT_COND]

Definition at line 99 of file arc-ext.c.

Referenced by arcExtMap_condCodeName(), and dump_ARC_extmap().

◆ coreRegisters

struct ExtCoreRegister arcExtMap::coreRegisters[NUM_EXT_CORE]

Definition at line 97 of file arc-ext.c.

Referenced by arcExtMap_coreReadWrite(), and dump_ARC_extmap().

◆ instructions

struct ExtInstruction* arcExtMap::instructions[INST_HASH_SIZE]

Definition at line 97 of file arc-ext.c.

Referenced by arcExtMap_instName(), and dump_ARC_extmap().


The documentation for this struct was generated from the following file: