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()
581 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()602 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
104 R.is_pcrel = Obj.getAnyRelocationPCRel(RE); in constructSectionCommon()
609 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
446 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString()827 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries()2740 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()2778 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()6921 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
4394 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile