Searched refs:getPlainRelocationExternal (Results 1 – 9 of 9) sorted by relevance
59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()180 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()207 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
293 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()333 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
115 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
108 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()586 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
480 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
566 O->getPlainRelocationExternal(RE)); in PrintRelocationEntries()1153 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()1300 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()2300 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2360 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2400 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2425 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()2484 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()2621 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()3003 isExtern = info->O->getPlainRelocationExternal(RE); in get_symbol_64()[all …]
632 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
2090 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()4166 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile4220 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()