Searched refs:getPlainRelocationExternal (Results 1 – 9 of 9) sorted by relevance
57 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()178 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()205 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
292 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
113 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
560 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()605 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
108 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
384 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()818 O->getPlainRelocationExternal(RE)); in PrintRelocationEntries()1681 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()1831 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()2866 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2923 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2961 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2984 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()3040 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()3175 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()[all …]
633 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
2251 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()4557 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile4611 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()