Searched refs:getAnyRelocationType (Results 1 – 11 of 11) sorted by relevance
43 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()153 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
110 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()359 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
292 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()303 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()
66 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA()
635 if (O->getAnyRelocationType(RE) == MachO::ARM64_RELOC_ADDEND) { in printRelocationTargetName()702 unsigned Type = Obj->getAnyRelocationType(RE); in getRelocationValueString()727 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()775 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()797 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()837 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
560 const unsigned r_type = O->getAnyRelocationType(RE); in PrintRelocationEntries()2284 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()2419 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()2424 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()2483 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()2610 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()6550 unsigned Type = info->O->getAnyRelocationType(RE); in GuessLiteralPointer()
490 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
562 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
2111 return getAnyRelocationType(RE); in getRelocationType()4210 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile