Lines Matching defs:Relocation

192 template <class ELFT> class Relocation {
194 Relocation(const typename ELFT::Rel &R, bool IsMips64EL)
198 Relocation(const typename ELFT::Rela &R, bool IsMips64EL)
199 : Relocation((const typename ELFT::Rel &)R, IsMips64EL) {
286 virtual void printRelRelaReloc(const Relocation<ELFT> &R,
290 void printReloc(const Relocation<ELFT> &R, unsigned RelIndex,
292 void printDynamicReloc(const Relocation<ELFT> &R);
297 llvm::function_ref<void(const Relocation<ELFT> &, unsigned,
342 void printStackSize(const Relocation<ELFT> &R, const Elf_Shdr &RelocSec,
417 Expected<RelSymbol<ELFT>> getRelocationTarget(const Relocation<ELFT> &R,
671 void printRelRelaReloc(const Relocation<ELFT> &R,
735 void printRelRelaReloc(const Relocation<ELFT> &R,
756 virtual void printExpandedRelRelaReloc(const Relocation<ELFT> &R,
759 virtual void printDefaultRelRelaReloc(const Relocation<ELFT> &R,
786 void printDefaultRelRelaReloc(const Relocation<ELFT> &R,
896 ELFDumper<ELFT>::getRelocationTarget(const Relocation<ELFT> &R,
3465 void ELFDumper<ELFT>::printReloc(const Relocation<ELFT> &R, unsigned RelIndex,
3831 void GNUELFDumper<ELFT>::printRelRelaReloc(const Relocation<ELFT> &R,
4848 const Relocation<ELFT> &Reloc) {
4934 void ELFDumper<ELFT>::printDynamicReloc(const Relocation<ELFT> &R) {
4941 Sec, [&](const Relocation<ELFT> &R, unsigned Ndx, const Elf_Shdr &Sec,
4963 printDynamicReloc(Relocation<ELFT>(R, false));
4965 printDynamicReloc(Relocation<ELFT>(R, false));
4979 printDynamicReloc(Relocation<ELFT>(Rela, IsMips64EL));
4986 printDynamicReloc(Relocation<ELFT>(Rel, IsMips64EL));
4994 printDynamicReloc(Relocation<ELFT>(Rel, IsMips64EL));
5002 printDynamicReloc(Relocation<ELFT>(Rela, IsMips64EL));
5009 printDynamicReloc(Relocation<ELFT>(Rel, IsMips64EL));
6449 llvm::function_ref<void(const Relocation<ELFT> &, unsigned,
6479 RelRelaFn(Relocation<ELFT>(R, IsMips64EL), RelNdx++, Sec, SymTab);
6487 RelRelaFn(Relocation<ELFT>(R, IsMips64EL), RelNdx++, Sec, SymTab);
6505 RelRelaFn(Relocation<ELFT>(R, IsMips64EL), RelNdx++, Sec,
6512 RelRelaFn(Relocation<ELFT>(R, false), RelNdx++, Sec, SymTab);
6514 RelRelaFn(Relocation<ELFT>(R, false), RelNdx++, Sec, SymTab);
6524 RelRelaFn(Relocation<ELFT>(R, IsMips64EL), RelNdx++, Sec, SymTab);
6690 void ELFDumper<ELFT>::printStackSize(const Relocation<ELFT> &R,
6823 *RelocSec, [&](const Relocation<ELFT> &R, unsigned Ndx,
7228 void LLVMELFDumper<ELFT>::printExpandedRelRelaReloc(const Relocation<ELFT> &R,
7231 DictScope Group(W, "Relocation");
7240 void LLVMELFDumper<ELFT>::printDefaultRelRelaReloc(const Relocation<ELFT> &R,
7264 void LLVMELFDumper<ELFT>::printRelRelaReloc(const Relocation<ELFT> &R,
8345 void JSONELFDumper<ELFT>::printDefaultRelRelaReloc(const Relocation<ELFT> &R,