Lines Matching refs:SymTab
31 std::error_code dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab,
37 std::error_code dumpRelocation(const RelT *Rel, const Elf_Shdr *SymTab,
175 ELFDumper<ELFT>::dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in dumpSymbol() argument
187 ErrorOr<const Elf_Shdr *> ShdrOrErr = Obj.getSection(Sym, SymTab, ShndxTable); in dumpSymbol()
205 const Elf_Shdr *SymTab, in dumpRelocation() argument
211 const Elf_Sym *Sym = Obj.getRelocationSymbol(Rel, SymTab); in dumpRelocation()
212 ErrorOr<const Elf_Shdr *> StrTabSec = Obj.getSection(SymTab->sh_link); in dumpRelocation()
285 const Elf_Shdr *SymTab = *SymTabOrErr; in dumpRelSection() local
289 if (std::error_code EC = dumpRelocation(&*RI, SymTab, R)) in dumpRelSection()
309 const Elf_Shdr *SymTab = *SymTabOrErr; in dumpRelaSection() local
314 if (std::error_code EC = dumpRelocation(&*RI, SymTab, R)) in dumpRelaSection()