HomeSort by relevance Sort by last modified time
    Searched refs:vd_aux (Results 1 - 25 of 38) sorted by null

1 2

  /external/elfutils/libelf/
version_xlate.h 84 ddest->vd_aux = bswap_32 (dsrc->vd_aux);
87 aux_offset = def_offset + ddest->vd_aux;
90 aux_offset = def_offset + dsrc->vd_aux;
125 ddest->vd_aux = bswap_32 (dsrc->vd_aux);
abstract.h 206 TYPE_NAME (ElfW2(Bits, Ext##Word), vd_aux) \
  /bionic/libc/include/
elf.h 71 Elf32_Word vd_aux; member in struct:__anon242
86 Elf64_Word vd_aux; member in struct:__anon244
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 223 Elf32_Word vd_aux; member in struct:__anon6084
elf64.h 228 Elf64_Word vd_aux; member in struct:__anon6100
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 223 Elf32_Word vd_aux; member in struct:__anon6174
elf64.h 228 Elf64_Word vd_aux; member in struct:__anon6190
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 224 unsigned char vd_aux[4]; member in struct:__anon116107
internal.h 171 unsigned long vd_aux; /* Offset to verdaux entries. */ member in struct:elf_internal_verdef
179 struct elf_internal_verdaux *vd_auxptr; /* vd_aux as pointer. */
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_internal.h 186 Elf_Word vd_aux; member in struct:elfcpp::internal::Verdef_data
elfcpp.h     [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
ReadElf.java 346 public final long vd_aux; field in class:ReadElf.VerDef
359 this.vd_aux = 0;
369 this.vd_aux = aux;
    [all...]
  /external/linux-kselftest/tools/testing/selftests/vDSO/
parse_vdso.c 217 ELF(Verdaux) *aux = (ELF(Verdaux)*)((char *)def + def->vd_aux);
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 66 vd_aux uint32 /* Offset in bytes to verdaux array */
249 aux := (*elf64Verdaux)(add(unsafe.Pointer(def), uintptr(def.vd_aux)))
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 66 vd_aux uint32 /* Offset in bytes to verdaux array */
249 aux := (*elf64Verdaux)(add(unsafe.Pointer(def), uintptr(def.vd_aux)))
  /external/llvm/include/llvm/Object/
ELFTypes.h 294 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
299 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 293 Elf_Word vd_aux; // Offset to the first Verdaux entry (in bytes)
298 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
  /toolchain/binutils/binutils-2.25/gold/
dynobj.cc 578 const section_size_type vd_aux = verdef.get_vd_aux(); local
579 if ((p - pverdef) + vd_aux >= verdef_size)
581 this->error(_("verdef vd_aux field out of range: %u"),
582 static_cast<unsigned int>(vd_aux));
586 const unsigned char* pvda = p + vd_aux;
    [all...]

Completed in 710 milliseconds

1 2