Lines Matching refs:Rel
378 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() argument
380 const ObjectFile *Obj = Rel.getObject(); in getRelocationValueString()
382 return getELFRelocationValueString(ELF, Rel, Result); in getRelocationValueString()
384 return getCOFFRelocationValueString(COFF, Rel, Result); in getRelocationValueString()
386 return getWasmRelocationValueString(Wasm, Rel, Result); in getRelocationValueString()
388 return getMachORelocationValueString(MachO, Rel, Result); in getRelocationValueString()
390 return getXCOFFRelocationValueString(XCOFF, Rel, Result); in getRelocationValueString()
403 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden() local
404 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
414 if (Type == MachO::X86_64_RELOC_UNSIGNED && Rel.d.a > 0) { in getHidden()
415 DataRefImpl RelPrev = Rel; in getHidden()
449 const RelocationRef &Rel, uint64_t Address, in printRelocation() argument
454 Rel.getTypeName(Name); in printRelocation()
455 if (Error E = getRelocationValueString(Rel, Val)) in printRelocation()