Searched refs:isRelocationScattered (Results 1 – 10 of 10) sorted by relevance
43 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
46 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
132 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
282 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
103 R.Scattered = MachOObj.isRelocationScattered(R.Info); in extractSections()
2247 if (isRelocationScattered(RE)) in getRelocationSymbol()4539 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile4577 if (isRelocationScattered(RE)) in getAnyRelocationAddress()4584 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()4591 if (isRelocationScattered(RE)) in getAnyRelocationLength()4599 if (isRelocationScattered(RE)) in getAnyRelocationType()4607 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
629 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
559 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
357 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()813 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()2851 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2860 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()3034 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()3055 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()3552 if (info->O->isRelocationScattered(RE)) in get_symbol_64()6738 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
1972 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()