Home
last modified time | relevance | path

Searched refs:VernAux (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1668 Elf_Verdaux VernAux; in writeSectionContent() local
1669 VernAux.vda_name = DotDynstr.getOffset(E.VerNames[J]); in writeSectionContent()
1671 VernAux.vda_next = 0; in writeSectionContent()
1673 VernAux.vda_next = sizeof(Elf_Verdaux); in writeSectionContent()
1674 CBA.write((const char *)&VernAux, sizeof(Elf_Verdaux)); in writeSectionContent()
1713 Elf_Vernaux VernAux; in writeSectionContent() local
1714 VernAux.vna_hash = VAuxE.Hash; in writeSectionContent()
1715 VernAux.vna_flags = VAuxE.Flags; in writeSectionContent()
1716 VernAux.vna_other = VAuxE.Other; in writeSectionContent()
1717 VernAux.vna_name = DotDynstr.getOffset(VAuxE.Name); in writeSectionContent()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h52 struct VernAux { struct
65 std::vector<VernAux> AuxV; argument
746 for (const VernAux &Aux : Dep.AuxV) in loadVersionMap()
1189 VernAux &Aux = *VN.AuxV.emplace(VN.AuxV.end()); in getVersionDependencies()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp376 for (const VernAux &Aux : VN.AuxV) in printSymbolVersionDependency()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5151 for (const VernAux &Aux : VN.AuxV) in printVersionDependencySection()
7626 for (const VernAux &Aux : VN.AuxV) { in printVersionDependencySection()