Searched refs:isRelocationScattered (Results 1 – 12 of 12) sorted by relevance
46 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
43 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
132 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
282 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
101 R.Scattered = MachOObj.isRelocationScattered(R.Info); in extractSections()
2196 if (isRelocationScattered(RE)) in getRelocationSymbol()4351 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile4389 if (isRelocationScattered(RE)) in getAnyRelocationAddress()4396 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()4403 if (isRelocationScattered(RE)) in getAnyRelocationLength()4411 if (isRelocationScattered(RE)) in getAnyRelocationType()4419 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
107 R.is_scattered = Obj.isRelocationScattered(RE); in constructSectionCommon()
598 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
790 if (Obj.isRelocationScattered(MachOReloc)) { in findValidRelocsMachO()
561 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
370 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()826 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()2655 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2664 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()2838 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2859 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()3356 if (info->O->isRelocationScattered(RE)) in get_symbol_64()6907 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
1528 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()