Searched refs:isRelocationScattered (Results 1 – 10 of 10) sorted by relevance
44 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
47 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
133 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
282 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
101 R.Scattered = MachOObj.isRelocationScattered(R.Info); in extractSections()
2148 if (isRelocationScattered(RE)) in getRelocationSymbol()4191 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile4229 if (isRelocationScattered(RE)) in getAnyRelocationAddress()4236 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()4243 if (isRelocationScattered(RE)) in getAnyRelocationLength()4251 if (isRelocationScattered(RE)) in getAnyRelocationType()4259 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
471 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
547 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
364 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()820 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()2632 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2641 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()2815 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2836 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()3333 if (info->O->isRelocationScattered(RE)) in get_symbol_64()6884 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
1497 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()