Searched refs:getAnyRelocationPCRel (Results 1 – 9 of 9) sorted by relevance
72 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
66 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processScatteredVANILLA()
155 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
361 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
293 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
579 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()600 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
640 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
433 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString()814 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries()2936 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()2974 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()6752 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
4582 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile