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

Public Attributes

char mnemonic [12]
 
int only_x32
 
int(* opdo )(RzAsm *, ut8 *, const Opcode *)
 
ut64 opcode
 
int size
 

Detailed Description

Definition at line 4260 of file asm_x86_nz.c.

Member Data Documentation

◆ mnemonic

char lookup_t::mnemonic[12]

Definition at line 4261 of file asm_x86_nz.c.

Referenced by capstone.CsInsn::__repr__(), assemble(), and oprep().

◆ only_x32

int lookup_t::only_x32

Definition at line 4262 of file asm_x86_nz.c.

Referenced by assemble(), and oprep().

◆ opcode

ut64 lookup_t::opcode

Definition at line 4264 of file asm_x86_nz.c.

Referenced by capstone.CsInsn::__gen_detail(), assemble(), and oprep().

◆ opdo

int(* lookup_t::opdo) (RzAsm *, ut8 *, const Opcode *)

Definition at line 4263 of file asm_x86_nz.c.

Referenced by assemble(), and oprep().

◆ size

int lookup_t::size

Definition at line 4265 of file asm_x86_nz.c.

Referenced by assemble(), and oprep().


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