GDB (xrefs)
|
Public Attributes | |
int | opcode_len |
int | enc_prefix_offset |
int | opcode_offset |
int | modrm_offset |
gdb_byte * | raw_insn |
Definition at line 1112 of file amd64-tdep.c.
int amd64_insn::enc_prefix_offset |
Definition at line 1118 of file amd64-tdep.c.
Referenced by amd64_get_insn_details(), and fixup_riprel().
int amd64_insn::modrm_offset |
Definition at line 1122 of file amd64-tdep.c.
Referenced by amd64_get_insn_details(), amd64_get_unused_input_int_reg(), fixup_displaced_copy(), fixup_riprel(), and rip_relative_offset().
int amd64_insn::opcode_len |
Definition at line 1115 of file amd64-tdep.c.
Referenced by amd64_get_insn_details(), and amd64_get_unused_input_int_reg().
int amd64_insn::opcode_offset |
Definition at line 1120 of file amd64-tdep.c.
Referenced by amd64_absolute_call_p(), amd64_absolute_jmp_p(), amd64_call_p(), amd64_displaced_step_copy_insn(), amd64_get_insn_details(), amd64_get_unused_input_int_reg(), amd64_jmp_p(), amd64_ret_p(), and amd64_syscall_p().
gdb_byte* amd64_insn::raw_insn |
Definition at line 1125 of file amd64-tdep.c.
Referenced by amd64_absolute_call_p(), amd64_absolute_jmp_p(), amd64_call_p(), amd64_get_insn_details(), amd64_get_unused_input_int_reg(), amd64_jmp_p(), amd64_ret_p(), amd64_syscall_p(), fixup_displaced_copy(), and rip_relative_offset().