Home
last modified time | relevance | path

Searched refs:vn_next (Results 1 – 19 of 19) sorted by relevance

/openbsd/lib/libelf/
H A Dlibelf.h121 Elf32_Word vn_next; member
137 Elf64_Word vn_next; member
H A Delf_types.m4284 `vn_next, WORD',
292 `vn_next, WORD',
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dexternal.h230 unsigned char vn_next[4]; member
H A Dinternal.h178 unsigned long vn_next; /* Offset to next verneed. */ member
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dexternal.h233 unsigned char vn_next[4]; member
H A Dinternal.h178 unsigned long vn_next; /* Offset to next verneed. */ member
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c6878 ent.vn_next = BYTE_GET (entry->vn_next); in process_version_sections()
6918 idx += ent.vn_next; in process_version_sections()
7043 ivn.vn_next = BYTE_GET (evn.vn_next); in process_version_sections()
7073 offset += ivn.vn_next; in process_version_sections()
7075 while (ivn.vn_next); in process_version_sections()
7557 ivn.vn_next = BYTE_GET (evn.vn_next); in process_symbol_table()
7581 offset += ivn.vn_next; in process_symbol_table()
7583 while (ivn.vn_next != 0); in process_symbol_table()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c5245 ent.vn_next = BYTE_GET (entry->vn_next); in process_version_sections()
5285 idx += ent.vn_next; in process_version_sections()
5401 ivn.vn_next = BYTE_GET (evn.vn_next); in process_version_sections()
5431 offset += ivn.vn_next; in process_version_sections()
5433 while (ivn.vn_next); in process_version_sections()
5839 ivn.vn_next = BYTE_GET (evn.vn_next); in process_symbol_table()
5863 offset += ivn.vn_next; in process_symbol_table()
5865 while (ivn.vn_next != 0); in process_symbol_table()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFTypes.h333 Elf_Word vn_next; // Offset to next Verneed entry (in bytes)
H A DELF.h1074 VerneedBuf += Verneed->vn_next; in getVersionDependencies()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1464 Buf = Verneed->vn_next ? Buf + Verneed->vn_next : nullptr; in dumpVerneedSection()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c119 dst->vn_next = H_GET_32 (abfd, src->vn_next); in _bfd_elf_swap_verneed_in()
133 H_PUT_32 (abfd, src->vn_next, dst->vn_next); in _bfd_elf_swap_verneed_out()
6798 if (iverneed->vn_next in _bfd_elf_slurp_version_tables()
6803 ((bfd_byte *) everneed + iverneed->vn_next)); in _bfd_elf_slurp_version_tables()
H A Delflink.c3072 while (need.vn_next); in elf_finalize_dynstr()
5785 t->vn_next = 0; in bfd_elf_size_dynamic_sections()
5787 t->vn_next = (sizeof (Elf_External_Verneed) in bfd_elf_size_dynamic_sections()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c119 dst->vn_next = H_GET_32 (abfd, src->vn_next); in _bfd_elf_swap_verneed_in()
133 H_PUT_32 (abfd, src->vn_next, dst->vn_next); in _bfd_elf_swap_verneed_out()
6007 ((bfd_byte *) everneed + iverneed->vn_next)); in _bfd_elf_slurp_version_tables()
H A Delflink.c2853 while (need.vn_next); in elf_finalize_dynstr()
5245 t->vn_next = 0; in bfd_elf_size_dynamic_sections()
5247 t->vn_next = (sizeof (Elf_External_Verneed) in bfd_elf_size_dynamic_sections()
H A Delflink.h3777 t->vn_next = 0;
3779 t->vn_next = (sizeof (Elf_External_Verneed)
4046 while (need.vn_next);
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1582 VerNeed.vn_next = 0; in writeSectionContent()
1584 VerNeed.vn_next = in writeSectionContent()
/openbsd/gnu/llvm/lld/ELF/
H A DInputFiles.cpp1329 verneedBuf += vn->vn_next; in parseVerneed()
H A DSyntheticSections.cpp3188 verneed->vn_next = sizeof(Elf_Verneed); in writeTo()
3203 verneed[-1].vn_next = 0; in writeTo()