|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <libps_internal.h>
Public Attributes | |
| ps_insn_type_t | insn |
| const char * | name |
| unsigned int | opcode |
| unsigned int | mask |
| unsigned char | operands [6] |
| const char * | description |
Definition at line 117 of file libps_internal.h.
| const char* ps_opcode_t::description |
Definition at line 123 of file libps_internal.h.
Referenced by cmd_descs_generate.CmdDesc::__str__(), and cmd_descs_generate.CmdDesc::str_tab().
| ps_insn_type_t ps_opcode_t::insn |
Definition at line 118 of file libps_internal.h.
Definition at line 121 of file libps_internal.h.
| const char* ps_opcode_t::name |
Definition at line 119 of file libps_internal.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().
Definition at line 120 of file libps_internal.h.
Referenced by capstone.CsInsn::__gen_detail().
| unsigned char ps_opcode_t::operands[6] |
Definition at line 122 of file libps_internal.h.
Referenced by capstone.CsInsn::__gen_detail(), capstone.CsInsn::op_count(), and capstone.CsInsn::op_find().