Home
last modified time | relevance | path

Searched refs:Elf_Verdaux (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h288 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux;
298 const Elf_Verdaux *getAux() const {
299 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
DELF.h51 typedef Elf_Verdaux_Impl<ELFT> Elf_Verdaux; typedef
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h272 using Elf_Verdaux = Elf_Verdaux_Impl<ELFT>;
282 const Elf_Verdaux *getAux() const {
283 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
DELF.h103 using Elf_Verdaux = typename ELFT::Verdaux; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h272 using Elf_Verdaux = Elf_Verdaux_Impl<ELFT>;
282 const Elf_Verdaux *getAux() const {
283 return reinterpret_cast<const Elf_Verdaux *>((const char *)this + vd_aux);
DELF.h85 using Elf_Verdaux = typename ELFT::Verdaux; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1014 typedef typename ELFT::Verdaux Elf_Verdaux; in writeSectionContent() typedef
1043 sizeof(Elf_Verdef) + E.VerNames.size() * sizeof(Elf_Verdaux); in writeSectionContent()
1047 Elf_Verdaux VernAux; in writeSectionContent()
1052 VernAux.vda_next = sizeof(Elf_Verdaux); in writeSectionContent()
1053 OS.write((const char *)&VernAux, sizeof(Elf_Verdaux)); in writeSectionContent()
1058 AuxCnt * sizeof(Elf_Verdaux); in writeSectionContent()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1481 typedef typename ELFT::Verdaux Elf_Verdaux; in writeSectionContent() typedef
1503 sizeof(Elf_Verdef) + E.VerNames.size() * sizeof(Elf_Verdaux); in writeSectionContent()
1507 Elf_Verdaux VernAux; in writeSectionContent()
1512 VernAux.vda_next = sizeof(Elf_Verdaux); in writeSectionContent()
1513 CBA.write((const char *)&VernAux, sizeof(Elf_Verdaux)); in writeSectionContent()
1518 AuxCnt * sizeof(Elf_Verdaux); in writeSectionContent()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1310 typedef typename ELFT::Verdaux Elf_Verdaux; in dumpVerdefSection() typedef
1344 const Elf_Verdaux *Verdaux = in dumpVerdefSection()
1345 reinterpret_cast<const Elf_Verdaux *>(BufAux); in dumpVerdefSection()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp152 typedef typename ELFO::Elf_Verdaux Elf_Verdaux; typedef in __anon148931850111::ELFDumper
534 typedef typename ELFO::Elf_Verdaux VerdAux; in printVersionDefinitionSection()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp108 using Elf_Verdaux = typename ELFT::Verdaux; \
554 if (VerdauxBuf + sizeof(Elf_Verdaux) > End) in getVersionDefinitions()
560 auto *Verdaux = reinterpret_cast<const Elf_Verdaux *>(VerdauxBuf); in getVersionDefinitions()