Home
last modified time | relevance | path

Searched refs:StrTabSec (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp212 ErrorOr<const Elf_Shdr *> StrTabSec = Obj.getSection(SymTab->sh_link); in dumpRelocation() local
213 if (std::error_code EC = StrTabSec.getError()) in dumpRelocation()
215 ErrorOr<StringRef> StrTabOrErr = Obj.getStringTable(*StrTabSec); in dumpRelocation()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp508 ErrorOr<const Elf_Shdr *> StrTabSec = EF.getSection(SymTab->sh_link); in getRelocationValueString() local
509 if (std::error_code EC = StrTabSec.getError()) in getRelocationValueString()
511 ErrorOr<StringRef> StrTabOrErr = EF.getStringTable(*StrTabSec); in getRelocationValueString()