Rizin
unix-like reverse engineering framework and cli tools
|
#include <cr16_disas.h>
Public Attributes | |
st32 | reladdr |
unsigned | type |
char | instr [CR16_INSTR_MAXLEN] |
char | operands [CR16_INSTR_MAXLEN] |
Definition at line 45 of file cr16_disas.h.
char cr16_cmd::instr[CR16_INSTR_MAXLEN] |
Definition at line 48 of file cr16_disas.h.
char cr16_cmd::operands[CR16_INSTR_MAXLEN] |
Definition at line 49 of file cr16_disas.h.
Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), and capstone.CsInsn::op_find().
st32 cr16_cmd::reladdr |
Definition at line 46 of file cr16_disas.h.
unsigned cr16_cmd::type |
Definition at line 47 of file cr16_disas.h.
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(), and cmd_descs_generate.CmdDesc::get_handler_cname().