Searched refs:StrTabSec (Results 1 – 3 of 3) sorted by relevance
324 auto StrTabSec = Obj.getSection(SecRef.sh_link); in createNormalizedSymbols() local325 if (!StrTabSec) in createNormalizedSymbols()326 return StrTabSec.takeError(); in createNormalizedSymbols()327 auto StringTable = Obj.getStringTable(**StrTabSec); in createNormalizedSymbols()541 auto StrTabSec = Obj.getSection(SecRef.sh_link); in graphifyRegularSymbols() local542 if (!StrTabSec) in graphifyRegularSymbols()543 return StrTabSec.takeError(); in graphifyRegularSymbols()544 auto StringTable = Obj.getStringTable(**StrTabSec); in graphifyRegularSymbols()
349 const typename ELFT::Shdr *StrTabSec = in printSymbolVersionInfo() local351 StringRef StrTab = unwrapOrError(Elf.getStringTable(*StrTabSec), FileName); in printSymbolVersionInfo()
722 auto StrTabSec = Obj.getSection(SymTab->sh_link); in dumpRelocation() local723 if (!StrTabSec) in dumpRelocation()724 return StrTabSec.takeError(); in dumpRelocation()725 auto StrTabOrErr = Obj.getStringTable(**StrTabSec); in dumpRelocation()