Searched refs:getSectionContentsAsArray (Results 1 – 12 of 12) sorted by relevance
173 return getSectionContentsAsArray<Elf_Sym>(Sec); in symbols()177 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()181 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()185 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()300 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;392 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() function428 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()606 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()634 auto VOrErr = getSectionContentsAsArray<Elf_Word>(&Section); in getSHNDXTable()
307 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()311 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()315 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()319 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()452 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;567 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() function624 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()941 Expected<ArrayRef<T>> EntriesOrErr = getSectionContentsAsArray<T>(Section); in getEntry()1179 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()1207 auto VOrErr = getSectionContentsAsArray<Elf_Word>(Section); in getSHNDXTable()
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()
202 ErrorOr<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr *Sec) const;245 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() function261 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()
528 getSectionContentsAsArray<Elf_Dyn>(&Sec); in dynamicEntries()
352 auto Data = Obj.template getSectionContentsAsArray<char>(Sec); in graphifySections()
568 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
2434 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()3219 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()
1557 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()