Searched refs:getAnyRelocationType (Results 1 – 8 of 8) sorted by relevance
42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()155 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()361 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
291 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()302 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR) in processRelocationRef()
42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
76 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
65 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA()
483 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
2155 return getAnyRelocationType(RE); in getRelocationType()4232 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile