Lines Matching refs:RelI
100 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
107 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
114 auto Symbol = RelI->getSymbol(); in processRelocationRef()
134 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
137 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID, in processRelocationRef()
140 return ++RelI; in processRelocationRef()
159 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
167 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
179 makeValueAddendPCRel(Value, RelI, in processRelocationRef()
199 return ++RelI; in processRelocationRef()
344 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation() argument
350 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
362 uint64_t Offset = RelI->getOffset(); in processHALFSECTDIFFRelocation()
374 ++RelI; in processHALFSECTDIFFRelocation()
376 MachO.getRelocation(RelI->getRawDataRefImpl()); in processHALFSECTDIFFRelocation()
423 return ++RelI; in processHALFSECTDIFFRelocation()