OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opoff1
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/0.153/libcpu/
i386_data.h
161
const uint8_t *data = &d->data[d->
opoff1
/ 8];
387
assert (d->
opoff1
% 8 == 0);
388
uint_fast8_t modrm = d->data[d->
opoff1
/ 8];
391
assert (d->
opoff1
/ 8 == d->opoff2 / 8);
417
assert (d->
opoff1
% 8 == 0);
418
uint_fast8_t modrm = d->data[d->
opoff1
/ 8];
421
assert (d->
opoff1
/ 8 == d->opoff2 / 8);
452
assert (d->
opoff1
% 8 == 0);
453
assert (d->
opoff1
/ 8 == 1);
556
assert (d->
opoff1
/ 8 == 2)
[
all
...]
i386_disasm.c
258
size_t
opoff1
;
member in struct:output_data
939
output_data.
opoff1
= (instrtab[cnt].off1_1
972
output_data.
opoff1
= (instrtab[cnt].off2_1
1005
output_data.
opoff1
= (instrtab[cnt].off3_1
Completed in 60 milliseconds