Searched refs:getSectionContentsAsArray (Results 1 – 8 of 8) sorted by relevance
263 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()267 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()271 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()275 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()391 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;488 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() function545 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()862 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section); in getEntry()1100 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()1128 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
556 this->getObj().template getSectionContentsAsArray<char>(sec), this); in parse()603 CHECK(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in parse()749 cantFail(obj.template getSectionContentsAsArray<Elf_Word>(sec)); in initializeSections()769 CHECK(obj.template getSectionContentsAsArray<char>(sec), this); in initializeSections()1389 CHECK(obj.template getSectionContentsAsArray<Elf_Dyn>(sec), this); in parse()1403 CHECK(obj.template getSectionContentsAsArray<char>(sec), this); in parse()1456 CHECK(obj.template getSectionContentsAsArray<Elf_Versym>(*versymSec), in parse()
934 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()
1084 auto DynTagsOrErr = Obj.template getSectionContentsAsArray<Elf_Dyn>(*Shdr); in dumpDynamicSection()1190 auto EntriesOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpSymtabShndxSection()1405 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr); in dumpSymverSection()1504 auto MembersOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpGroupSection()
352 auto Data = Obj.template getSectionContentsAsArray<char>(Sec); in graphifySections()
568 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
465 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()3446 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()7080 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>(*CGSection); in printCGProfile()
1557 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()