Lines Matching defs:Obj

180   const ELFO *Obj;  member in __anoncf45b2140111::ELFDumper
384 static std::error_code createELFDumper(const ELFFile<ELFT> *Obj, in createELFDumper()
391 std::error_code createELFDumper(const object::ObjectFile *Obj, in createELFDumper()
496 static void printVersionSymbolSection(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in printVersionSymbolSection()
530 const ELFO *Obj, in printVersionDefinitionSection()
586 const ELFO *Obj, in printVersionDependencySection()
710 getSectionNameIndex(const ELFO &Obj, const typename ELFO::Elf_Sym *Symbol, in getSectionNameIndex()
739 findNotEmptySectionByAddress(const ELFO *Obj, uint64_t Addr) { in findNotEmptySectionByAddress()
747 static const typename ELFO::Elf_Shdr *findSectionByName(const ELFO &Obj, in findSectionByName()
1307 ELFDumper<ELFT>::ELFDumper(const ELFFile<ELFT> *Obj, ScopedPrinter &Writer) in ELFDumper()
1893 const ELFO *Obj; member in __anoncf45b2140511::MipsGOTParser
1918 MipsGOTParser<ELFT>::MipsGOTParser(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in MipsGOTParser()
2371 template <class ELFT> void GNUStyle<ELFT>::printFileHeaders(const ELFO *Obj) { in printFileHeaders()
2423 template <class ELFT> void GNUStyle<ELFT>::printGroupSections(const ELFO *Obj) { in printGroupSections()
2455 void GNUStyle<ELFT>::printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab, in printRelocation()
2518 template <class ELFT> void GNUStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations()
2633 template <class ELFT> void GNUStyle<ELFT>::printSections(const ELFO *Obj) { in printSections()
2713 void GNUStyle<ELFT>::printSymtabMessage(const ELFO *Obj, StringRef Name, in printSymtabMessage()
2728 std::string GNUStyle<ELFT>::getSymbolSectionNdx(const ELFO *Obj, in getSymbolSectionNdx()
2763 void GNUStyle<ELFT>::printSymbol(const ELFO *Obj, const Elf_Sym *Symbol, in printSymbol()
2815 template <class ELFT> void GNUStyle<ELFT>::printSymbols(const ELFO *Obj) { in printSymbols()
2821 void GNUStyle<ELFT>::printDynamicSymbols(const ELFO *Obj) { in printDynamicSymbols()
2893 void GNUStyle<ELFT>::printProgramHeaders(const ELFO *Obj) { in printProgramHeaders()
2963 void GNUStyle<ELFT>::printDynamicRelocation(const ELFO *Obj, Elf_Rela R, in printDynamicRelocation()
3009 void GNUStyle<ELFT>::printDynamicRelocations(const ELFO *Obj) { in printDynamicRelocations()
3063 void GNUStyle<ELFT>::printHashHistogram(const ELFFile<ELFT> *Obj) { in printHashHistogram()
3163 template <class ELFT> void LLVMStyle<ELFT>::printFileHeaders(const ELFO *Obj) { in printFileHeaders()
3208 void LLVMStyle<ELFT>::printGroupSections(const ELFO *Obj) { in printGroupSections()
3242 template <class ELFT> void LLVMStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations()
3265 void LLVMStyle<ELFT>::printRelocations(const Elf_Shdr *Sec, const ELFO *Obj) { in printRelocations()
3286 void LLVMStyle<ELFT>::printRelocation(const ELFO *Obj, Elf_Rela Rel, in printRelocation()
3316 template <class ELFT> void LLVMStyle<ELFT>::printSections(const ELFO *Obj) { in printSections()
3395 void LLVMStyle<ELFT>::printSymbol(const ELFO *Obj, const Elf_Sym *Symbol, in printSymbol()
3441 template <class ELFT> void LLVMStyle<ELFT>::printSymbols(const ELFO *Obj) { in printSymbols()
3447 void LLVMStyle<ELFT>::printDynamicSymbols(const ELFO *Obj) { in printDynamicSymbols()
3453 void LLVMStyle<ELFT>::printDynamicRelocations(const ELFO *Obj) { in printDynamicRelocations()
3488 void LLVMStyle<ELFT>::printDynamicRelocation(const ELFO *Obj, Elf_Rela Rel) { in printDynamicRelocation()
3511 void LLVMStyle<ELFT>::printProgramHeaders(const ELFO *Obj) { in printProgramHeaders()
3529 void LLVMStyle<ELFT>::printHashHistogram(const ELFFile<ELFT> *Obj) { in printHashHistogram()