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()
2240 if (isRelocationScattered(RE)) in getRelocationSymbol()4532 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile4570 if (isRelocationScattered(RE)) in getAnyRelocationAddress()4577 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()4584 if (isRelocationScattered(RE)) in getAnyRelocationLength()4592 if (isRelocationScattered(RE)) in getAnyRelocationType()4600 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
626 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
109 R.is_scattered = Obj.isRelocationScattered(RE); in constructSectionCommon()
823 if (Obj.isRelocationScattered(MachOReloc)) { in findValidRelocsMachO()
559 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
383 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()839 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()2889 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2898 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()3072 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()3093 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()3590 if (info->O->isRelocationScattered(RE)) in get_symbol_64()7141 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
1596 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()