Searched refs:StrTabSec (Results 1 – 2 of 2) sorted by relevance
212 ErrorOr<const Elf_Shdr *> StrTabSec = Obj.getSection(SymTab->sh_link); in dumpRelocation() local213 if (std::error_code EC = StrTabSec.getError()) in dumpRelocation()215 ErrorOr<StringRef> StrTabOrErr = Obj.getStringTable(*StrTabSec); in dumpRelocation()
399 ErrorOr<const Elf_Shdr *> StrTabSec = EF.getSection(SymTab->sh_link); in getRelocationValueString() local400 if (std::error_code EC = StrTabSec.getError()) in getRelocationValueString()402 ErrorOr<StringRef> StrTabOrErr = EF.getStringTable(*StrTabSec); in getRelocationValueString()