Searched refs:vn_version (Results 1 – 18 of 18) sorted by relevance
/openbsd/lib/libelf/ |
H A D | libelf.h | 117 Elf32_Half vn_version; member 133 Elf64_Half vn_version; member
|
H A D | elf_types.m4 | 280 ``vn_version, HALF', 288 ``vn_version, HALF',
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | external.h | 226 unsigned char vn_version[2]; member
|
H A D | internal.h | 174 unsigned short vn_version; /* Version number of structure. */ member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | external.h | 229 unsigned char vn_version[2]; member
|
H A D | internal.h | 174 unsigned short vn_version; /* Version number of structure. */ member
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 329 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT)
|
H A D | ELF.h | 1036 VN.Version = Verneed->vn_version; in getVersionDependencies()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf.c | 115 dst->vn_version = H_GET_16 (abfd, src->vn_version); in _bfd_elf_swap_verneed_in() 129 H_PUT_16 (abfd, src->vn_version, dst->vn_version); in _bfd_elf_swap_verneed_out()
|
H A D | elflink.c | 5233 t->vn_version = VER_NEED_CURRENT; in bfd_elf_size_dynamic_sections()
|
H A D | elflink.h | 3765 t->vn_version = VER_NEED_CURRENT;
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf.c | 115 dst->vn_version = H_GET_16 (abfd, src->vn_version); in _bfd_elf_swap_verneed_in() 129 H_PUT_16 (abfd, src->vn_version, dst->vn_version); in _bfd_elf_swap_verneed_out()
|
H A D | elflink.c | 5773 t->vn_version = VER_NEED_CURRENT; in bfd_elf_size_dynamic_sections()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 1443 Entry.Version = Verneed->vn_version; in dumpVerneedSection()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 6874 ent.vn_version = BYTE_GET (entry->vn_version); in process_version_sections() 6880 printf (_(" %#06x: Version: %d"), idx, ent.vn_version); in process_version_sections()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 5241 ent.vn_version = BYTE_GET (entry->vn_version); in process_version_sections() 5247 printf (_(" %#06x: Version: %d"), idx, ent.vn_version); in process_version_sections()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1579 VerNeed.vn_version = VE.Version; in writeSectionContent()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 3183 verneed->vn_version = 1; in writeTo()
|