Lines Matching refs:getSection
483 Expected<const Elf_Shdr *> getSection(const Elf_Sym &Sym,
486 Expected<const Elf_Shdr *> getSection(const Elf_Sym &Sym,
489 Expected<const Elf_Shdr *> getSection(uint32_t Index) const;
533 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection() function
576 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, const Elf_Shdr *SymTab, in getSection() function
581 return getSection(Sym, *SymsOrErr, ShndxTable); in getSection()
586 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, Elf_Sym_Range Symbols, in getSection() function
594 return getSection(Index); in getSection()
979 auto SecOrErr = getSection(Section); in getEntry()
1208 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function
1212 return object::getSection<ELFT>(*TableOrErr, Index); in getSection()
1259 auto SymTableOrErr = object::getSection<ELFT>(Sections, Section.sh_link); in getSHNDXTable()
1297 object::getSection<ELFT>(Sections, Sec.sh_link); in getStringTableForSymtab()
1307 getSection(Sec.sh_link); in getLinkAsStrtab()