Searched refs:getAnyRelocationType (Results 1 – 12 of 12) sorted by relevance
43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()153 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
62 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()236 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
264 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()275 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR) in processRelocationRef()
43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
64 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA()
729 unsigned Type = Obj->getAnyRelocationType(RE); in getRelocationValueString()756 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()804 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()826 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()866 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
1854 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()1965 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()1970 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()2035 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()2168 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()6130 unsigned Type = info->O->getAnyRelocationType(RE); in GuessLiteralPointer()
330 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
562 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
780 return getAnyRelocationType(RE); in getRelocationType()2041 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile
1923 if (isMachOPairedReloc(Obj.getAnyRelocationType(MachOReloc), in findValidRelocsMachO()