Lines Matching defs:SymTabSection
4614 const typename object::ELFObjectFile<ELFT>::Elf_Shdr &SymTabSection,
4621 cantFail(Obj.getStringTableForSymtab(SymTabSection));
4789 for (const ELFSymTy &Symbol : cantFail(Obj.symbols(&SymTabSection))) {
4947 Write((&Symbol - cantFail(Obj.symbols(&SymTabSection)).begin()) *
5085 const ELFShdrTy *SymTabSection = nullptr;
5088 SymTabSection = &Section;
5092 if (!SymTabSection) {
5098 cantFail(Obj.getSection(SymTabSection->sh_link));
5102 StringRef SecName = cantFail(Obj.getSectionName(*SymTabSection));
5109 *SymTabSection,