HomeSort by relevance Sort by last modified time
    Searched refs:vn_next (Results 1 - 21 of 21) sorted by null

  /external/elfutils/libelf/
version_xlate.h 182 ndest->vn_next = bswap_32 (nsrc->vn_next);
218 need_offset += nsrc->vn_next;
224 ndest->vn_next = bswap_32 (nsrc->vn_next);
227 need_offset += ndest->vn_next;
229 while (nsrc->vn_next != 0);
abstract.h 233 TYPE_NAME (ElfW2(Bits, Ext##Word), vn_next) \
elf.h 920 Elf32_Word vn_next; \/* Offset in bytes to next verneed member in struct:__anon10814
931 Elf64_Word vn_next; \/* Offset in bytes to next verneed member in struct:__anon10815
    [all...]
  /bionic/libc/include/
elf.h 94 Elf32_Word vn_next; member in struct:__anon178
110 Elf64_Word vn_next; member in struct:__anon180
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 242 unsigned char vn_next[4]; member in struct:__anon75565
internal.h 202 unsigned long vn_next; /* Offset to next verneed. */ member in struct:elf_internal_verneed
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_internal.h 216 Elf_Word vn_next; member in struct:elfcpp::internal::Verneed_data
elfcpp.h     [all...]
  /toolchain/binutils/binutils-2.25/gold/
dynobj.cc 678 const section_size_type vn_next = verneed.get_vn_next(); local
679 if ((p - pverneed) + vn_next >= verneed_size)
681 this->error(_("verneed vn_next field out of range: %u"),
682 static_cast<unsigned int>(vn_next));
686 p += vn_next;
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 270 Elf_Word vn_next; // Offset to next Verneed entry (in bytes)
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 857 Elf32_Word vn_next; \/* Offset in bytes to next verneed member in struct:__anon38492
868 Elf64_Word vn_next; \/* Offset in bytes to next verneed member in struct:__anon38493
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 866 Elf32_Word vn_next; \/* Offset in bytes to next verneed member in struct:__anon40285
877 Elf64_Word vn_next; \/* Offset in bytes to next verneed member in struct:__anon40286
    [all...]
  /external/elfutils/src/
readelf.c     [all...]
elflint.c     [all...]
ldgeneric.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 128 dst->vn_next = H_GET_32 (abfd, src->vn_next);
142 H_PUT_32 (abfd, src->vn_next, dst->vn_next);
    [all...]
elflink.c     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 258 p += vn->vn_next;
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/valgrind/perf/
tinycc.c 776 Elf32_Word vn_next; /* Offset in bytes to next verneed member in struct:__anon25923
787 Elf64_Word vn_next; /* Offset in bytes to next verneed member in struct:__anon25924
    [all...]

Completed in 1205 milliseconds