Searched refs:getAnyRelocationType (Results 1 – 12 of 12) sorted by relevance
42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()137 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation()
61 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()223 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation()
42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef()
262 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) { in processRelocationRef()
85 unsigned RType = Obj->getAnyRelocationType(RENext); in createExprForRelocation()
77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo)); in getRelocationEntry()
63 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processScatteredVANILLA()
592 unsigned Type = Obj->getAnyRelocationType(RE); in getRelocationValueString()619 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()667 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()689 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()729 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
1735 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()1836 unsigned Type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()1841 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()1901 r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()2029 uint32_t r_type = info->O->getAnyRelocationType(RE); in SymbolizerGetOpInfo()5601 unsigned Type = info->O->getAnyRelocationType(RE); in GuessLiteralPointer()
326 unsigned getAnyRelocationType(const MachO::any_relocation_info &RE) const;
561 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE)); in printRelocation()
642 return getAnyRelocationType(RE); in getRelocationType()1941 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType() function in MachOObjectFile