|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| const char * | mnemonic |
| rsp_opcode | opcode |
| int | noperands |
| rsp_operand_decoder | odecs [RSP_MAX_OPNDS] |
Definition at line 422 of file rsp_idec.c.
| const char* rsp_instruction_priv::mnemonic |
Definition at line 423 of file rsp_idec.c.
Referenced by capstone.CsInsn::__repr__(), and rsp_instruction_decode().
| int rsp_instruction_priv::noperands |
Definition at line 425 of file rsp_idec.c.
Referenced by rsp_instruction_decode().
| rsp_operand_decoder rsp_instruction_priv::odecs[RSP_MAX_OPNDS] |
Definition at line 426 of file rsp_idec.c.
Referenced by rsp_instruction_decode().
| rsp_opcode rsp_instruction_priv::opcode |
Definition at line 424 of file rsp_idec.c.
Referenced by capstone.CsInsn::__gen_detail(), and rsp_instruction_decode().