Searched refs:getSectionContentsAsArray (Results 1 – 8 of 8) sorted by relevance
261 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()265 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()269 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()273 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()389 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;486 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() function543 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()852 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section); in getEntry()1090 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()1118 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
559 CHECK(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in initializeSections()916 CHECK(this->getObj().template getSectionContentsAsArray<char>(sec), this); in createInputSection()1345 CHECK(obj.template getSectionContentsAsArray<Elf_Dyn>(sec), this); in parse()1405 CHECK(obj.template getSectionContentsAsArray<Elf_Versym>(*versymSec), in parse()
894 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()
1082 auto DynTagsOrErr = Obj.template getSectionContentsAsArray<Elf_Dyn>(*Shdr); in dumpDynamicSection()1188 auto EntriesOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpSymtabShndxSection()1403 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr); in dumpSymverSection()1502 auto MembersOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpGroupSection()
327 auto Data = Obj.template getSectionContentsAsArray<char>(Sec); in graphifySections()
560 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
466 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()3438 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()7017 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>(*CGSection); in printCGProfile()
1536 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()