Searched refs:isRelocationScattered (Results 1 – 10 of 10) 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()
102 R.Scattered = MachOObj.isRelocationScattered(R.Info); in extractSections()
2248 if (isRelocationScattered(RE)) in getRelocationSymbol()4542 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile4580 if (isRelocationScattered(RE)) in getAnyRelocationAddress()4587 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()4594 if (isRelocationScattered(RE)) in getAnyRelocationLength()4602 if (isRelocationScattered(RE)) in getAnyRelocationType()4610 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
635 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
559 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
353 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()809 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()2855 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2864 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()3038 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()3059 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()3556 if (info->O->isRelocationScattered(RE)) in get_symbol_64()6854 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
1974 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()