Searched refs:getAnyRelocationPCRel (Results 1 – 9 of 9) sorted by relevance
67 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo); in getRelocationEntry()
65 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()
646 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
429 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString()810 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries()2940 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()2978 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()6868 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
4585 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile