Rizin
unix-like reverse engineering framework and cli tools
|
#include <xtensa-isa-internal.h>
Public Attributes | |
const char * | key |
union { | |
xtensa_opcode opcode | |
xtensa_sysreg sysreg | |
xtensa_state state | |
xtensa_interface intf | |
xtensa_funcUnit fun | |
} | u |
Definition at line 152 of file xtensa-isa-internal.h.
xtensa_funcUnit xtensa_lookup_entry_struct::fun |
Definition at line 159 of file xtensa-isa-internal.h.
Referenced by xtensa_funcUnit_lookup(), and xtensa_isa_init().
xtensa_interface xtensa_lookup_entry_struct::intf |
Definition at line 158 of file xtensa-isa-internal.h.
Referenced by xtensa_interface_lookup(), and xtensa_isa_init().
const char* xtensa_lookup_entry_struct::key |
Definition at line 153 of file xtensa-isa-internal.h.
Referenced by xtensa_isa_init(), and xtensa_isa_name_compare().
xtensa_opcode xtensa_lookup_entry_struct::opcode |
Definition at line 155 of file xtensa-isa-internal.h.
Referenced by capstone.CsInsn::__gen_detail(), xtensa_isa_init(), and xtensa_opcode_lookup().
xtensa_state xtensa_lookup_entry_struct::state |
Definition at line 157 of file xtensa-isa-internal.h.
Referenced by xtensa_isa_init(), and xtensa_state_lookup().
xtensa_sysreg xtensa_lookup_entry_struct::sysreg |
Definition at line 156 of file xtensa-isa-internal.h.
Referenced by xtensa_isa_init(), and xtensa_sysreg_lookup_name().
union { ... } xtensa_lookup_entry_struct::u |