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()
156 bool IsPCRel = Obj.getAnyRelocationPCRel(RE); in processSECTDIFFRelocation()
362 bool IsPCRel = MachO.getAnyRelocationPCRel(RE); in processHALFSECTDIFFRelocation()
293 assert(!Obj.getAnyRelocationPCRel(RelInfo)); in processRelocationRef()
570 W.printNumber("PCRel", Obj->getAnyRelocationPCRel(RE)); in printRelocation()591 << " " << Obj->getAnyRelocationPCRel(RE) in printRelocation()
482 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
100 R.is_pcrel = Obj.getAnyRelocationPCRel(RE); in constructSectionCommon()
440 bool IsPCRel = Obj->getAnyRelocationPCRel(RE); in getMachORelocationValueString()821 const unsigned r_pcrel = O->getAnyRelocationPCRel(RE); in PrintRelocationEntries()2717 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()2755 if (info->O->getAnyRelocationPCRel(RE)) in SymbolizerGetOpInfo()6898 if (info->O->getAnyRelocationPCRel(RE)) { in GuessLiteralPointer()
4228 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel() function in MachOObjectFile