Home
last modified time | relevance | path

Searched refs:Elf_Verdef (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1013 typedef typename ELFT::Verdef Elf_Verdef; in writeSectionContent() typedef
1032 Elf_Verdef VerDef; in writeSectionContent()
1037 VerDef.vd_aux = sizeof(Elf_Verdef); in writeSectionContent()
1043 sizeof(Elf_Verdef) + E.VerNames.size() * sizeof(Elf_Verdaux); in writeSectionContent()
1044 OS.write((const char *)&VerDef, sizeof(Elf_Verdef)); in writeSectionContent()
1057 SHeader.sh_size = Section.Entries->size() * sizeof(Elf_Verdef) + in writeSectionContent()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1480 typedef typename ELFT::Verdef Elf_Verdef; in writeSectionContent() typedef
1492 Elf_Verdef VerDef; in writeSectionContent()
1497 VerDef.vd_aux = sizeof(Elf_Verdef); in writeSectionContent()
1503 sizeof(Elf_Verdef) + E.VerNames.size() * sizeof(Elf_Verdaux); in writeSectionContent()
1504 CBA.write((const char *)&VerDef, sizeof(Elf_Verdef)); in writeSectionContent()
1517 SHeader.sh_size = Section.Entries->size() * sizeof(Elf_Verdef) + in writeSectionContent()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp151 typedef typename ELFO::Elf_Verdef Elf_Verdef; typedef in __anon07d3185e0111::ELFDumper
205 VersionMapEntry(const Elf_Verdef *verdef) in VersionMapEntry()
212 const Elf_Verdef *getVerdef() const { in getVerdef()
213 return isVerdef() ? (const Elf_Verdef *)getPointer() : nullptr; in getVerdef()
460 if (p + sizeof(Elf_Verdef) > sec_end) in LoadVersionDefs()
463 const Elf_Verdef *vd = reinterpret_cast<const Elf_Verdef *>(p); in LoadVersionDefs()
533 typedef typename ELFO::Elf_Verdef VerDef; in printVersionDefinitionSection()
/external/llvm/include/llvm/Object/
DELF.h50 typedef Elf_Verdef_Impl<ELFT> Elf_Verdef; typedef
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1309 typedef typename ELFT::Verdef Elf_Verdef; in dumpVerdefSection() typedef
1335 const Elf_Verdef *Verdef = reinterpret_cast<const Elf_Verdef *>(Buf); in dumpVerdefSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h84 using Elf_Verdef = typename ELFT::Verdef; variable
/external/llvm-project/lld/ELF/
DInputFiles.cpp1434 using Elf_Verdef = typename ELFT::Verdef; in parse() typedef
1589 reinterpret_cast<const Elf_Verdef *>(verdefs[idx])->getAux()->vda_name; in parse()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h102 using Elf_Verdef = typename ELFT::Verdef; variable
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp107 using Elf_Verdef = typename ELFT::Verdef; \
575 if (VerdefBuf + sizeof(Elf_Verdef) > End) in getVersionDefinitions()
590 const Elf_Verdef *D = reinterpret_cast<const Elf_Verdef *>(VerdefBuf); in getVersionDefinitions()
643 if (VerneedBuf + sizeof(Elf_Verdef) > End) in getVersionDependencies()