Searched refs:StrTabSec (Results 1 – 2 of 2) sorted by relevance
354 const typename ELFT::Shdr *StrTabSec = in printSymbolVersionInfo() local356 StringRef StrTab = unwrapOrError(Elf.getStringTable(*StrTabSec), FileName); in printSymbolVersionInfo()
762 auto StrTabSec = Obj.getSection(SymTab->sh_link); in dumpRelocation() local763 if (!StrTabSec) in dumpRelocation()764 return StrTabSec.takeError(); in dumpRelocation()765 auto StrTabOrErr = Obj.getStringTable(**StrTabSec); in dumpRelocation()