HomeSort by relevance Sort by last modified time
    Searched refs:d_offset (Results 1 - 5 of 5) 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.27/gold/
powerpc.cc 7616 const int d_offset = big_endian ? 2 : 0; local
8944 const int d_offset = big_endian ? 2 : 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-ppc.c 7771 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0); local
    [all...]
elf64-ppc.c 13288 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0); local
    [all...]

Completed in 141 milliseconds