Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
ut8 | opcode |
ut8 | subopcode |
ut8 | format |
ut8 | format2 |
ut8 | cond |
ut16 | a |
ut16 | b |
ut16 | c |
ut8 | mode_aa |
ut8 | mode_zz |
ut8 | mode_m |
ut8 | mode_n |
st64 | imm |
st64 | limm |
Definition at line 17 of file analysis_arc.c.
ut16 arc_fields_t::a |
Definition at line 23 of file analysis_arc.c.
ut16 arc_fields_t::b |
Definition at line 24 of file analysis_arc.c.
ut16 arc_fields_t::c |
Definition at line 25 of file analysis_arc.c.
ut8 arc_fields_t::cond |
Definition at line 22 of file analysis_arc.c.
ut8 arc_fields_t::format |
Definition at line 20 of file analysis_arc.c.
ut8 arc_fields_t::format2 |
Definition at line 21 of file analysis_arc.c.
st64 arc_fields_t::imm |
Definition at line 30 of file analysis_arc.c.
st64 arc_fields_t::limm |
Definition at line 31 of file analysis_arc.c.
ut8 arc_fields_t::mode_aa |
Definition at line 26 of file analysis_arc.c.
ut8 arc_fields_t::mode_m |
Definition at line 28 of file analysis_arc.c.
ut8 arc_fields_t::mode_n |
Definition at line 29 of file analysis_arc.c.
ut8 arc_fields_t::mode_zz |
Definition at line 27 of file analysis_arc.c.
ut8 arc_fields_t::opcode |
Definition at line 18 of file analysis_arc.c.
Referenced by capstone.CsInsn::__gen_detail().
ut8 arc_fields_t::subopcode |
Definition at line 19 of file analysis_arc.c.