Searched refs:getSectionContentsAsArray (Results 1 – 7 of 7) sorted by relevance
350 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()354 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()358 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()362 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()500 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;615 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() function672 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()989 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section); in getEntry()1227 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()1255 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
608 this->getObj().template getSectionContentsAsArray<char>(sec), this); in parse()665 CHECK(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in parse()821 cantFail(obj.template getSectionContentsAsArray<Elf_Word>(sec)); in initializeSections()1476 CHECK(obj.template getSectionContentsAsArray<Elf_Dyn>(sec), this); in parse()1536 CHECK(obj.template getSectionContentsAsArray<Elf_Versym>(*versymSec), in parse()
988 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()
388 auto Data = Obj.template getSectionContentsAsArray<char>(Sec); in graphifySections()
636 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
487 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()3741 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()7726 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>(*CGSection); in printCGProfile()
1603 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()