|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| struct { | |
| ut32 mask | |
| ut32 op | |
| } | encoding |
| enum HEX_INS | id |
| HexOpTemplate | ops [HEX_MAX_OPERANDS] |
| ut8 | pred |
| ut8 | cond |
| ut8 | flags |
| const char * | syntax |
| _RzAnalysisOpType | type |
Definition at line 83 of file hexagon_disas.c.
| ut8 HexInsnTemplate::cond |
Definition at line 91 of file hexagon_disas.c.
Referenced by hex_disasm_with_templates().
| struct { ... } HexInsnTemplate::encoding |
Referenced by hex_disasm_with_templates().
| ut8 HexInsnTemplate::flags |
Definition at line 92 of file hexagon_disas.c.
Referenced by cmd_descs_generate.Arg::__str__(), get_jmp_target_imm_op_index(), and hex_disasm_with_templates().
| enum HEX_INS HexInsnTemplate::id |
Definition at line 70 of file hexagon_disas.c.
Referenced by hex_disasm_with_templates(), and capstone.CsInsn::insn_name().
| ut32 HexInsnTemplate::mask |
Definition at line 85 of file hexagon_disas.c.
Referenced by hex_disasm_with_templates().
| ut32 HexInsnTemplate::op |
Definition at line 86 of file hexagon_disas.c.
Referenced by hex_disasm_with_templates().
| HexOpTemplate HexInsnTemplate::ops[HEX_MAX_OPERANDS] |
Definition at line 89 of file hexagon_disas.c.
Referenced by get_jmp_target_imm_op_index(), and hex_disasm_with_templates().
| ut8 HexInsnTemplate::pred |
Definition at line 90 of file hexagon_disas.c.
Referenced by hex_disasm_with_templates().
| const char* HexInsnTemplate::syntax |
Definition at line 93 of file hexagon_disas.c.
Referenced by hex_disasm_with_templates().
| _RzAnalysisOpType HexInsnTemplate::type |
Definition at line 94 of file hexagon_disas.c.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), cmd_descs_generate.CmdDesc::get_handler_cname(), and hex_disasm_with_templates().