Lines Matching refs:RelI
54 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
61 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
66 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
69 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
71 return ++RelI; in processRelocationRef()
91 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
94 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
100 makeValueAddendPCRel(Value, RelI, 8); in processRelocationRef()
112 return ++RelI; in processRelocationRef()
218 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation() argument
224 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
238 uint64_t Offset = RelI->getOffset(); in processHALFSECTDIFFRelocation()
243 ++RelI; in processHALFSECTDIFFRelocation()
245 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
293 return ++RelI; in processHALFSECTDIFFRelocation()