Lines Matching refs:Obj
39 const MachOObjectFile &Obj = in processRelocationRef() local
42 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
46 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
48 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
51 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
54 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
124 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() argument
162 const MachOObjectFile &Obj = in processSubtractRelocation() local
165 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
167 unsigned Size = Obj.getAnyRelocationLength(RE); in processSubtractRelocation()
178 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
190 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation()
193 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation()
205 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
216 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation()
219 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()