Searched refs:getAnyRelocationType (Results 1 – 13 of 13) sorted by relevance
41 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()154 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
108 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()360 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()
41 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()
405 MO->getAnyRelocationType(MachOReloc), MO->getArch())) { in collectRelocationsToApplyToSwiftReflectionSections()767 if (object::MachOObjectFile::isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc), in findValidRelocsMachO()
102 unsigned Type = MachOObj.getAnyRelocationType(R.Info); in extractSections()
445 unsigned Type = Obj->getAnyRelocationType(RE); in getMachORelocationValueString()470 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()518 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()540 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()580 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()825 const unsigned r_type = O->getAnyRelocationType(RE); in PrintRelocationEntries()2654 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()2782 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()2843 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()2968 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()[all …]
106 R.type = Obj.getAnyRelocationType(RE); in constructSectionCommon()
611 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
583 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
2221 return getAnyRelocationType(RE); in getRelocationType()4409 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile