OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:raw_insn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
amd64-tdep.c
1083
gdb_byte *
raw_insn
;
1241
used_regs_mask |= 1 << (details->
raw_insn
[details->opcode_offset] & 7);
1246
int modrm = details->
raw_insn
[details->modrm_offset];
1257
int base = SIB_BASE_FIELD (details->
raw_insn
[details->modrm_offset + 1]);
1258
int idx = SIB_INDEX_FIELD (details->
raw_insn
[details->modrm_offset + 1]);
1294
details->
raw_insn
= insn;
1435
gdb_byte modrm = details->
raw_insn
[details->modrm_offset];
1496
const gdb_byte *insn = &details->
raw_insn
[details->opcode_offset];
1517
const gdb_byte *insn = &details->
raw_insn
[details->opcode_offset];
1533
const gdb_byte *insn = &details->
raw_insn
[details->opcode_offset]
1080
gdb_byte *
raw_insn
;
member in struct:amd64_insn
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
amd64-tdep.c
1095
gdb_byte *
raw_insn
;
1253
used_regs_mask |= 1 << (details->
raw_insn
[details->opcode_offset] & 7);
1258
int modrm = details->
raw_insn
[details->modrm_offset];
1269
int base = SIB_BASE_FIELD (details->
raw_insn
[details->modrm_offset + 1]);
1270
int idx = SIB_INDEX_FIELD (details->
raw_insn
[details->modrm_offset + 1]);
1306
details->
raw_insn
= insn;
1447
gdb_byte modrm = details->
raw_insn
[details->modrm_offset];
1508
const gdb_byte *insn = &details->
raw_insn
[details->opcode_offset];
1529
const gdb_byte *insn = &details->
raw_insn
[details->opcode_offset];
1545
const gdb_byte *insn = &details->
raw_insn
[details->opcode_offset]
1092
gdb_byte *
raw_insn
;
member in struct:amd64_insn
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026