OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_offset
(Results
1 - 4
of
4
) sorted by null
/external/vixl/test/aarch32/
test-utils-aarch32.cc
50
const int
d_offset
= static_cast<int>(VIXL_OFFSET(dump_t, d_));
local
76
MemOperand(dump_base,
d_offset
+ (i * kDRegSizeInBytes)));
/external/vixl/test/aarch64/
test-utils-aarch64.cc
408
const int
d_offset
= offsetof(dump_t, d_);
local
446
__ Add(dump, dump_base,
d_offset
);
/toolchain/binutils/binutils-2.25/bfd/
elf32-ppc.c
7568
bfd_vma
d_offset
= (bfd_big_endian (output_bfd) ? 2 : 0);
local
[
all
...]
elf64-ppc.c
12996
bfd_vma
d_offset
= (bfd_big_endian (output_bfd) ? 2 : 0);
local
[
all
...]
Completed in 809 milliseconds