Searched refs:getSectionContentsAsArray (Results 1 – 5 of 5) sorted by relevance
146 return getSectionContentsAsArray<Elf_Sym>(Sec); in symbols()150 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()154 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()158 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()264 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;355 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() function378 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()545 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()570 auto VOrErr = getSectionContentsAsArray<Elf_Word>(&Section); in getSHNDXTable()
406 this->getObj().template getSectionContentsAsArray<Elf_CGProfile>( in initializeSections()436 CHECK(Obj.template getSectionContentsAsArray<Elf_Word>(&Sec), this); in initializeSections()903 CHECK(Obj.template getSectionContentsAsArray<Elf_Dyn>(DynamicSec), this); in parseDynamic()
512 getSectionContentsAsArray<Elf_Dyn>(&Sec); in dynamicEntries()
976 ElfFile.template getSectionContentsAsArray<Elf_Word>(&ShndxSec)); in initSymbolTable()
2629 unwrapOrError(Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in getGroups()4511 unwrapOrError(Obj->template getSectionContentsAsArray<Elf_CGProfile>( in printCGProfile()