Searched refs:isRelocationScattered (Results 1 – 11 of 11) sorted by relevance
755 if (isRelocationScattered(RE)) in getRelocationSymbol()1983 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile2021 if (isRelocationScattered(RE)) in getAnyRelocationAddress()2028 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()2035 if (isRelocationScattered(RE)) in getAnyRelocationLength()2043 if (isRelocationScattered(RE)) in getAnyRelocationType()2051 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
48 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
45 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
64 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
255 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
317 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
825 if (MObj->isRelocationScattered(RelocInfo)) { in DWARFContextInMemory()
536 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
1855 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()1864 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()2030 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()2051 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()2573 if (info->O->isRelocationScattered(RE)) in get_symbol_64()6115 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
647 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName()
1942 if (Obj.isRelocationScattered(MachOReloc)) { in findValidRelocsMachO()