Searched refs:getAnyRelocationPCRel (Results 1 – 10 of 10) 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()
637 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
106 R.is_pcrel = Obj.getAnyRelocationPCRel(RE); in constructSectionCommon()
459 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString()840 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries()2974 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()3012 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()7155 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
4575 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile