GDB (xrefs)
|
Public Attributes | |
size_t | len |
gdb_byte | insn [I386_MAX_MATCHED_INSN_LEN] |
gdb_byte | mask [I386_MAX_MATCHED_INSN_LEN] |
Definition at line 1374 of file i386-tdep.c.
gdb_byte i386_insn::insn[I386_MAX_MATCHED_INSN_LEN] |
Definition at line 1377 of file i386-tdep.c.
Referenced by i386_analyze_frame_setup(), i386_match_insn_block(), and i386_match_pattern().
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().
gdb_byte i386_insn::mask[I386_MAX_MATCHED_INSN_LEN] |
Definition at line 1378 of file i386-tdep.c.
Referenced by i386_match_pattern().