Home
last modified time | relevance | path

Searched refs:Elf_Vernaux (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1066 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent() typedef
1090 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
1098 Elf_Vernaux VernAux; in writeSectionContent()
1106 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
1107 OS.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
1112 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1526 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent() typedef
1544 sizeof(Elf_Verneed) + VE.AuxV.size() * sizeof(Elf_Vernaux); in writeSectionContent()
1552 Elf_Vernaux VernAux; in writeSectionContent()
1560 VernAux.vna_next = sizeof(Elf_Vernaux); in writeSectionContent()
1561 CBA.write((const char *)&VernAux, sizeof(Elf_Vernaux)); in writeSectionContent()
1566 AuxCnt * sizeof(Elf_Vernaux); in writeSectionContent()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp150 typedef typename ELFO::Elf_Vernaux Elf_Vernaux; typedef in __anon07d3185e0111::ELFDumper
207 VersionMapEntry(const Elf_Vernaux *vernaux) in VersionMapEntry()
215 const Elf_Vernaux *getVernaux() const { in getVernaux()
216 return isVernaux() ? (const Elf_Vernaux *)getPointer() : nullptr; in getVernaux()
435 if (paux + sizeof(Elf_Vernaux) > sec_end) in LoadVersionNeeds()
438 const Elf_Vernaux *vna = reinterpret_cast<const Elf_Vernaux *>(paux); in LoadVersionNeeds()
590 typedef typename ELFO::Elf_Vernaux VernAux; in printVersionDependencySection()
/external/llvm/include/llvm/Object/
DELF.h53 typedef Elf_Vernaux_Impl<ELFT> Elf_Vernaux; typedef
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1382 typedef typename ELFT::Vernaux Elf_Vernaux; in dumpVerneedSection() typedef
1416 const Elf_Vernaux *Vernaux = in dumpVerneedSection()
1417 reinterpret_cast<const Elf_Vernaux *>(BufAux); in dumpVerneedSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h87 using Elf_Vernaux = typename ELFT::Vernaux; variable
/external/llvm-project/llvm/include/llvm/Object/
DELF.h105 using Elf_Vernaux = typename ELFT::Vernaux; variable
/external/llvm-project/lld/ELF/
DSyntheticSections.h857 using Elf_Vernaux = typename ELFT::Vernaux; variable
DSyntheticSections.cpp3157 auto *vernaux = reinterpret_cast<Elf_Vernaux *>(verneed + verneeds.size()); in writeTo()
3175 vernaux->vna_next = sizeof(Elf_Vernaux); in writeTo()
3186 SharedFile::vernauxNum * sizeof(Elf_Vernaux); in getSize()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp106 using Elf_Vernaux = typename ELFT::Vernaux; \
678 if (VernauxBuf + sizeof(Elf_Vernaux) > End) in getVersionDependencies()
684 const Elf_Vernaux *Vernaux = in getVersionDependencies()
685 reinterpret_cast<const Elf_Vernaux *>(VernauxBuf); in getVersionDependencies()