Rizin
unix-like reverse engineering framework and cli tools
tms320_dasm_t Struct Reference

#include <tms320_dasm.h>

Public Attributes

insn_head_thead
 
insn_item_tinsn
 
union {
   ut8   opcode
 
   ut8   stream [8]
 
   ut64   opcode64
 
}; 
 
ut8 status
 
ut8 length
 
char syntax [1024]
 
struct {
f
 
HtUP * map
 
ut32 features
 

Detailed Description

Definition at line 114 of file tms320_dasm.h.

Member Data Documentation

◆ 

union { ... }

◆ 

struct { ... } tms320_dasm_t::f

Referenced by init_dasm().

◆ features

ut32 tms320_dasm_t::features

Definition at line 213 of file tms320_dasm.h.

◆ head

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

insn_item_t* tms320_dasm_t::insn

◆ length

◆ map

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().

◆ opcode

ut8 tms320_dasm_t::opcode

Definition at line 119 of file tms320_dasm.h.

Referenced by capstone.CsInsn::__gen_detail(), and lookup_insn_head().

◆ opcode64

ut64 tms320_dasm_t::opcode64

Definition at line 121 of file tms320_dasm.h.

Referenced by run_f_list(), and run_m_list().

◆ status

ut8 tms320_dasm_t::status

Definition at line 125 of file tms320_dasm.h.

Referenced by init_dasm(), and tms320_dasm().

◆ stream

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().

◆ syntax


The documentation for this struct was generated from the following file: