Searched refs:getAnyRelocationPCRel (Results 1 – 10 of 10) sorted by relevance
73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
65 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
154 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
237 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
266 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
560 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()581 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
328 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
730 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()737 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString()
1954 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()6129 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
2026 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile