Searched refs:vna_other (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Delf32.h247 Elf32_Half vna_other; member in struct:__anon15814
H A Delf64.h250 Elf64_Half vna_other; member in struct:__anon15832
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp290 << format("%02" PRIu16 " ", (uint16_t)Vernaux->vna_other)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h315 Elf_Half vna_other; // Version index, used in .gnu.version entries
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2878 Elf32_Half vna_other; /* Unused. */ member in struct:__anon628
2915 Elf64_Half vna_other; /* Unused. */ member in struct:__anon632
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c5390 vernum = VER_NEED_IDX(vna->vna_other);
5453 vernum = VER_NEED_IDX(vna->vna_other);
5458 obj->vertab[vernum].flags = (vna->vna_other & VER_NEED_HIDDEN) ?
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1282 uint16_t version = aux->vna_other & VERSYM_VERSION;
H A DSyntheticSections.cpp3128 vernaux->vna_other = vna.verneedIndex;
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c2607 PRT("\t\t\tvna_other: %u\n", vna->vna_other);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1523 VernAux.vna_other = VAuxE.Other;
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c4008 " vna_other: %u\n", name,
4009 vna->vna_flags, vna->vna_other);
4010 SAVE_VERSION_NAME((int)vna->vna_other, name, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp658 Aux.Other = Vernaux->vna_other;

Completed in 210 milliseconds