Lines Matching defs:Rel
93 DataRefImpl Rel = RelRef.getRawDataRefImpl();
94 auto SecOrErr = EF.getSection(Rel.d.a);
107 auto ERela = Obj->getCrel(Rel);
111 const typename ELFT::Rela *ERela = Obj->getRela(Rel);
115 const typename ELFT::Rel *ERel = Obj->getRel(Rel);
165 const RelocationRef &Rel,
168 return getRelocationValueString(ELF32LE, Rel, Result);
170 return getRelocationValueString(ELF64LE, Rel, Result);
172 return getRelocationValueString(ELF32BE, Rel, Result);
174 return getRelocationValueString(ELF64BE, Rel, Result);