Lines Matching refs:printRelocation
434 void printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab,
472 void printRelocation(const ELFO *Obj, Elf_Rela Rel, const Elf_Shdr *SymTab);
2692 void GNUStyle<ELFT>::printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab, in printRelocation() function in GNUStyle
2807 printRelocation(Obj, SymTab, Rela, false); in printRelocations()
2812 printRelocation(Obj, SymTab, R, true); in printRelocations()
2822 printRelocation(Obj, SymTab, R, false); in printRelocations()
2827 printRelocation(Obj, SymTab, R, Sec.sh_type == ELF::SHT_ANDROID_RELA); in printRelocations()
4219 printRelocation(Obj, Rela, SymTab); in printRelocations()
4224 printRelocation(Obj, R, SymTab); in printRelocations()
4235 printRelocation(Obj, R, SymTab); in printRelocations()
4242 printRelocation(Obj, R, SymTab); in printRelocations()
4248 void LLVMStyle<ELFT>::printRelocation(const ELFO *Obj, Elf_Rela Rel, in printRelocation() function in LLVMStyle