|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <tms320_dasm.h>
Public Attributes | |
| insn_head_t * | head |
| insn_item_t * | insn |
| union { | |
| ut8 opcode | |
| ut8 stream [8] | |
| ut64 opcode64 | |
| }; | |
| ut8 | status |
| ut8 | length |
| char | syntax [1024] |
| struct { | |
| } | f |
| HtUP * | map |
| ut32 | features |
Definition at line 114 of file tms320_dasm.h.
| union { ... } |
| struct { ... } tms320_dasm_t::f |
Referenced by init_dasm().
| ut32 tms320_dasm_t::features |
Definition at line 213 of file tms320_dasm.h.
| insn_head_t* tms320_dasm_t::head |
Definition at line 115 of file tms320_dasm.h.
Referenced by decode_insn(), init_dasm(), and lookup_insn_head().
| insn_item_t* tms320_dasm_t::insn |
Definition at line 116 of file tms320_dasm.h.
Referenced by decode_insn(), decode_insn_head(), finalize(), init_dasm(), lookup_insn_head(), run_f_list(), and run_m_list().
| ut8 tms320_dasm_t::length |
Definition at line 126 of file tms320_dasm.h.
Referenced by c55x_plus_disassemble(), decode_addressing_modes(), decode_insn(), decode_qualifiers(), full_insn_size(), init_dasm(), and tms320_dasm().
| HtUP* tms320_dasm_t::map |
Definition at line 207 of file tms320_dasm.h.
Referenced by lookup_insn_head(), tms320_dasm_fini(), and tms320_dasm_init().
| ut8 tms320_dasm_t::opcode |
Definition at line 119 of file tms320_dasm.h.
Referenced by capstone.CsInsn::__gen_detail(), and lookup_insn_head().
| ut64 tms320_dasm_t::opcode64 |
Definition at line 121 of file tms320_dasm.h.
Referenced by run_f_list(), and run_m_list().
| ut8 tms320_dasm_t::status |
Definition at line 125 of file tms320_dasm.h.
Referenced by init_dasm(), and tms320_dasm().
| ut8 tms320_dasm_t::stream[8] |
Definition at line 120 of file tms320_dasm.h.
Referenced by decode_addressing_modes(), decode_qualifiers(), and init_dasm().
| char tms320_dasm_t::syntax[1024] |
Definition at line 127 of file tms320_dasm.h.
Referenced by c55x_plus_disassemble(), decode_addresses(), decode_addressing_modes(), decode_bits(), decode_braces(), decode_cond(), decode_constants(), decode_insn(), decode_registers(), decode_relop(), decode_swap(), finalize(), init_dasm(), tms320_c55x_op(), and tms320_dasm().