Lines Matching refs:SymTab
341 void printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab,
372 void printRelocation(const ELFO *Obj, Elf_Rela Rel, const Elf_Shdr *SymTab);
2455 void GNUStyle<ELFT>::printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab, in printRelocation() argument
2459 StringRef StrTable = unwrapOrError(Obj->getStringTableForSymtab(*SymTab)); in printRelocation()
2469 Sym = Obj->getRelocationSymbol(&R, SymTab); in printRelocation()
2472 Obj->getSection(Sym, SymTab, this->dumper()->getShndxTable())); in printRelocation()
2531 const Elf_Shdr *SymTab = unwrapOrError(Obj->getSection(Sec.sh_link)); in printRelocations() local
2538 printRelocation(Obj, SymTab, Rela, false); in printRelocations()
2542 printRelocation(Obj, SymTab, R, true); in printRelocations()
3266 const Elf_Shdr *SymTab = unwrapOrError(Obj->getSection(Sec->sh_link)); in printRelocations() local
3275 printRelocation(Obj, Rela, SymTab); in printRelocations()
3280 printRelocation(Obj, R, SymTab); in printRelocations()
3287 const Elf_Shdr *SymTab) { in printRelocation() argument
3291 const Elf_Sym *Sym = Obj->getRelocationSymbol(&Rel, SymTab); in printRelocation()
3294 Obj->getSection(Sym, SymTab, this->dumper()->getShndxTable())); in printRelocation()
3297 StringRef StrTable = unwrapOrError(Obj->getStringTableForSymtab(*SymTab)); in printRelocation()