Searched refs:getSectionContentsAsArray (Results 1 – 7 of 7) sorted by relevance
264 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()268 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()272 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()276 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()392 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()828 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section); in getEntry()1066 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()1094 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
613 CHECK(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in initializeSections()931 CHECK(this->getObj().template getSectionContentsAsArray<char>(sec), this); in createInputSection()1464 CHECK(obj.template getSectionContentsAsArray<Elf_Dyn>(sec), this); in parse()1523 CHECK(obj.template getSectionContentsAsArray<Elf_Versym>(*versymSec), in parse()
874 check(obj.template getSectionContentsAsArray<typename ELFT::CGProfile>( in processCallGraphRelocations()
283 auto Data = Obj.template getSectionContentsAsArray<char>(Sec); in graphifySections()
540 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
460 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()3343 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()6779 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>(*CGSection); in printCGProfile()
1573 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()