Searched refs:SymTabSection (Results 1 – 2 of 2) sorted by relevance
323 const typename object::ELFObjectFile<ELFT>::Elf_Shdr &SymTabSection,
4449 const typename object::ELFObjectFile<ELFT>::Elf_Shdr &SymTabSection, in updateELFSymbolTable() argument4456 cantFail(Obj.getStringTableForSymtab(SymTabSection)); in updateELFSymbolTable()4589 for (const ELFSymTy &Symbol : cantFail(Obj.symbols(&SymTabSection))) { in updateELFSymbolTable()4719 Write((&Symbol - cantFail(Obj.symbols(&SymTabSection)).begin()) * in updateELFSymbolTable()4846 const ELFShdrTy *SymTabSection = nullptr; in patchELFSymTabs() local4849 SymTabSection = &Section; in patchELFSymTabs()4853 if (!SymTabSection) { in patchELFSymTabs()4859 cantFail(Obj.getSection(SymTabSection->sh_link)); in patchELFSymTabs()4863 StringRef SecName = cantFail(Obj.getSectionName(*SymTabSection)); in patchELFSymTabs()4870 *SymTabSection, in patchELFSymTabs()