|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <8051_ops.h>
Public Attributes | |
| ut8 | op |
| int | cycles |
| op8051 | instr |
| _RzAnalysisOpType | type |
| char * | string |
| size_t | len |
| argmask8051 | mask |
| argtype8051 | arg1 |
| argtype8051 | arg2 |
| argtype8051 | arg3 |
Definition at line 100 of file 8051_ops.h.
| argtype8051 _8051_op_t::arg1 |
Definition at line 108 of file 8051_ops.h.
Referenced by i8051_op(), and rz_8051_disas().
| argtype8051 _8051_op_t::arg2 |
Definition at line 109 of file 8051_ops.h.
Referenced by i8051_op(), and rz_8051_disas().
| argtype8051 _8051_op_t::arg3 |
Definition at line 110 of file 8051_ops.h.
Referenced by rz_8051_disas().
| int _8051_op_t::cycles |
Definition at line 102 of file 8051_ops.h.
Referenced by i8051_op().
| op8051 _8051_op_t::instr |
Definition at line 103 of file 8051_ops.h.
| size_t _8051_op_t::len |
Definition at line 106 of file 8051_ops.h.
Referenced by i8051_op(), and rz_8051_disas().
| argmask8051 _8051_op_t::mask |
Definition at line 107 of file 8051_ops.h.
Referenced by rz_8051_disas().
| ut8 _8051_op_t::op |
Definition at line 101 of file 8051_ops.h.
| char* _8051_op_t::string |
Definition at line 105 of file 8051_ops.h.
Referenced by rz_8051_disas().
| _RzAnalysisOpType _8051_op_t::type |
Definition at line 104 of file 8051_ops.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(), cmd_descs_generate.CmdDesc::get_handler_cname(), and i8051_op().