GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
i386_insn Struct Reference

Public Attributes

size_t len
 
gdb_byte insn [I386_MAX_MATCHED_INSN_LEN]
 
gdb_byte mask [I386_MAX_MATCHED_INSN_LEN]
 

Detailed Description

Definition at line 1374 of file i386-tdep.c.

Member Data Documentation

◆ insn

gdb_byte i386_insn::insn[I386_MAX_MATCHED_INSN_LEN]

◆ len

size_t i386_insn::len

Definition at line 1376 of file i386-tdep.c.

Referenced by i386_match_insn(), i386_match_insn_block(), and i386_match_pattern().

◆ mask

gdb_byte i386_insn::mask[I386_MAX_MATCHED_INSN_LEN]

Definition at line 1378 of file i386-tdep.c.

Referenced by i386_match_pattern().


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