Searched refs:isRelocationScattered (Results 1 – 10 of 10) sorted by relevance
45 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
48 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
134 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
283 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
2086 if (isRelocationScattered(RE)) in getRelocationSymbol()4152 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile4190 if (isRelocationScattered(RE)) in getAnyRelocationAddress()4197 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()4204 if (isRelocationScattered(RE)) in getAnyRelocationLength()4212 if (isRelocationScattered(RE)) in getAnyRelocationType()4220 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
477 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
536 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
561 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()2285 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2294 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()2478 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2499 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()3001 if (info->O->isRelocationScattered(RE)) in get_symbol_64()6535 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
596 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()
1225 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()