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

1 2

  /external/elfutils/libelf/
version_xlate.h 85 ddest->vd_next = bswap_32 (dsrc->vd_next);
118 def_offset += dsrc->vd_next;
126 ddest->vd_next = bswap_32 (dsrc->vd_next);
129 def_offset += ddest->vd_next;
131 while (dsrc->vd_next != 0);
abstract.h 207 TYPE_NAME (ElfW2(Bits, Ext##Word), vd_next) \
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 224 Elf32_Word vd_next; member in struct:__anon4998
elf64.h 229 Elf64_Word vd_next; member in struct:__anon5014
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 224 Elf32_Word vd_next; member in struct:__anon5077
elf64.h 229 Elf64_Word vd_next; member in struct:__anon5093
  /toolchain/binutils/binutils-2.27/include/elf/
external.h 248 unsigned char vd_next[4]; member in struct:__anon4697
internal.h 180 unsigned long vd_next; /* Offset to next verdef. */ member in struct:elf_internal_verdef
186 struct elf_internal_verdef *vd_nextdef; /* vd_next as pointer. */
  /external/linux-kselftest/tools/testing/selftests/vDSO/
parse_vdso.c 213 if (def->vd_next == 0)
216 def = (ELF(Verdef) *)((char *)def + def->vd_next);
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_internal.h 239 Elf_Word vd_next; member in struct:elfcpp::internal::Verdef_data
  /bionic/libc/include/
elf.h 142 Elf32_Word vd_next; member in struct:__anon277
157 Elf64_Word vd_next; member in struct:__anon279
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_386.go 25 vd_next uint32 /* Offset in bytes to next verdef entry */
vdso_linux_amd64.go 25 vd_next uint32 /* Offset in bytes to next verdef entry */
vdso_linux.go 199 if def.vd_next == 0 {
202 def = (*elfVerdef)(add(unsafe.Pointer(def), uintptr(def.vd_next)))
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_386.go 25 vd_next uint32 /* Offset in bytes to next verdef entry */
vdso_linux_amd64.go 25 vd_next uint32 /* Offset in bytes to next verdef entry */
vdso_linux.go 199 if def.vd_next == 0 {
202 def = (*elfVerdef)(add(unsafe.Pointer(def), uintptr(def.vd_next)))
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 347 public final long vd_next; field in class:ReadElf.VerDef
360 this.vd_next = 0;
370 this.vd_next = next;
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dynobj.cc 599 const section_size_type vd_next = verdef.get_vd_next(); local
600 if ((p - pverdef) + vd_next >= verdef_size)
602 this->error(_("verdef vd_next field out of range: %u"),
603 static_cast<unsigned int>(vd_next));
607 p += vd_next;
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 295 Elf_Word vd_next; // Offset to the next Verdef entry (in bytes)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 294 Elf_Word vd_next; // Offset to the next Verdef entry (in bytes)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFTypes.h 305 Elf_Word vd_next; // Offset to the next Verdef entry (in bytes)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELFTypes.h 305 Elf_Word vd_next; // Offset to the next Verdef entry (in bytes)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFTypes.h 305 Elf_Word vd_next; // Offset to the next Verdef entry (in bytes)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFTypes.h 305 Elf_Word vd_next; // Offset to the next Verdef entry (in bytes)

Completed in 369 milliseconds

1 2