Lines Matching defs:Rel
94 DataRefImpl Rel = RelRef.getRawDataRefImpl();
95 auto SecOrErr = EF.getSection(Rel.d.a);
108 auto ERela = Obj->getCrel(Rel);
112 const typename ELFT::Rela *ERela = Obj->getRela(Rel);
116 const typename ELFT::Rel *ERel = Obj->getRel(Rel);
166 const RelocationRef &Rel,
169 return getRelocationValueString(ELF32LE, Rel, Result);
171 return getRelocationValueString(ELF64LE, Rel, Result);
173 return getRelocationValueString(ELF32BE, Rel, Result);
175 return getRelocationValueString(ELF64BE, Rel, Result);