Searched refs:getSectionContentsAsArray (Results 1 – 11 of 11) 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()
191 return getSectionContentsAsArray<Elf_Sym>(*Sec); in symbols()195 return getSectionContentsAsArray<Elf_Rela>(Sec); in relas()199 return getSectionContentsAsArray<Elf_Rel>(Sec); in rels()203 return getSectionContentsAsArray<Elf_Relr>(Sec); in relrs()319 Expected<ArrayRef<T>> getSectionContentsAsArray(const Elf_Shdr &Sec) const;410 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() function466 return getSectionContentsAsArray<uint8_t>(Sec); in getSectionContents()653 auto V = getSectionContentsAsArray<char>(Section); in getStringTable()681 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()
581 check(obj.template getSectionContentsAsArray<Elf_CGProfile>(sec)); in initializeSections()610 CHECK(obj.template getSectionContentsAsArray<Elf_Word>(sec), this); in initializeSections()934 CHECK(this->getObj().template getSectionContentsAsArray<char>(sec), this); in createInputSection()1452 CHECK(obj.template getSectionContentsAsArray<Elf_Dyn>(sec), this); in parse()1511 CHECK(obj.template getSectionContentsAsArray<Elf_Versym>(*versymSec), in parse()
528 getSectionContentsAsArray<Elf_Dyn>(&Sec); in dynamicEntries()
545 getSectionContentsAsArray<Elf_Dyn>(Sec); in dynamicEntries()
1051 auto DynTagsOrErr = Obj.template getSectionContentsAsArray<Elf_Dyn>(*Shdr); in dumpDynamicSection()1157 auto EntriesOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpSymtabShndxSection()1367 auto VersionsOrErr = Obj.template getSectionContentsAsArray<Elf_Half>(*Shdr); in dumpSymverSection()1468 auto MembersOrErr = Obj.template getSectionContentsAsArray<Elf_Word>(*Shdr); in dumpGroupSection()
342 auto contents = Obj.getSectionContentsAsArray<char>(SecRef); in createNormalizedSections()
2434 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()3219 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections()
512 Obj.template getSectionContentsAsArray<Elf_Versym>(Sec); in getVersionTable()3615 Obj.template getSectionContentsAsArray<Elf_Word>(Sec)) { in getGroups()6764 this->Obj.template getSectionContentsAsArray<Elf_CGProfile>( in printCGProfile()
1560 ElfFile.template getSectionContentsAsArray<Elf_Word>(**ShndxSec); in initSymbolTable()