Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
char | major |
char | minor |
char | flags |
char * | name |
struct ExtInstruction * | next |
char ExtInstruction::flags |
Definition at line 75 of file arc-ext.c.
Referenced by cmd_descs_generate.Arg::__str__(), arcExtMap_instName(), and dump_ARC_extmap().
char ExtInstruction::major |
Definition at line 73 of file arc-ext.c.
Referenced by arcExtMap_instName(), and dump_ARC_extmap().
char ExtInstruction::minor |
Definition at line 74 of file arc-ext.c.
Referenced by arcExtMap_instName(), and dump_ARC_extmap().
char* ExtInstruction::name |
Definition at line 76 of file arc-ext.c.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), arcExtMap_instName(), dump_ARC_extmap(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().
struct ExtInstruction* ExtInstruction::next |
Definition at line 77 of file arc-ext.c.
Referenced by arcExtMap_instName(), and dump_ARC_extmap().