Searched refs:getPlainRelocationExternal (Results 1 – 10 of 10) sorted by relevance
58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()179 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()206 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
292 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
114 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
548 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()596 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
474 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
391 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()825 O->getPlainRelocationExternal(RE)); in PrintRelocationEntries()1456 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()1606 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()2647 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2704 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2742 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2765 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()2821 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2956 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()[all …]
106 (R.is_scattered ? false : Obj.getPlainRelocationExternal(RE)); in constructSectionCommon()
2146 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()4199 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile4253 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()