Home
last modified time | relevance | path

Searched refs:isUndef (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp274 ASSERT_TRUE(sym->isUndef()); in TEST_F()
290 ASSERT_TRUE(sym->isUndef()); in TEST_F()
306 ASSERT_FALSE(sym->isUndef()); in TEST_F()
323 ASSERT_FALSE(sym->isUndef()); in TEST_F()
338 ASSERT_FALSE(sym->isUndef()); in TEST_F()
352 ASSERT_TRUE(sym->isUndef()); in TEST_F()
373 ASSERT_TRUE(sym->isUndef()); in TEST_F()
388 ASSERT_TRUE(sym->isUndef()); in TEST_F()
404 ASSERT_TRUE(sym->isUndef()); in TEST_F()
419 ASSERT_TRUE(sym->isUndef()); in TEST_F()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.cpp61 if (rsym->isDyn() || rsym->isUndef()) in isMyDuty()
DMipsRelocator.cpp218 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()
576 if (pSym.isUndef()) in isLocalReloc()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp400 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()
595 if (pReloc.symInfo()->isWeak() && pReloc.symInfo()->isUndef() && in call()
624 if (pReloc.symInfo()->isWeak() && pReloc.symInfo()->isUndef() && in condbr()
DAArch64RelocationHelpers.h139 if (pSym.isDyn() || pSym.isUndef() || in helper_use_relative_reloc()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h148 bool isUndef() const;
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp138 bool ResolveInfo::isUndef() const { in isUndef() function in mcld::ResolveInfo
DGNUArchiveReader.cpp335 if (!info->isUndef()) in shouldIncludeSymbol()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp33 ((!pReloc.symInfo()->isUndef() || pReloc.symInfo()->isDyn()) && in getThumbBit()
63 if (pSym.isDyn() || pSym.isUndef() || in helper_use_relative_reloc()
756 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()
991 if (pReloc.symInfo()->isWeak() && pReloc.symInfo()->isUndef() && in call()
1044 if (pReloc.symInfo()->isWeak() && pReloc.symInfo()->isUndef() && in thm_call()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1454 if (pSymbol.resolveInfo()->isUndef() || pSymbol.isDyn()) in getSymbolShndx()
2731 if (pSym.isUndef() && !pSym.isDyn() && in symbolNeedsDynRel()
2748 if (pSym.isDyn() || pSym.isUndef() || isSymbolPreemptible(pSym)) in symbolNeedsDynRel()
2756 if (pSym.isUndef() && !pSym.isDyn() && in symbolNeedsPLT()
2773 return (pSym.isDyn() || pSym.isUndef() || isSymbolPreemptible(pSym)); in symbolNeedsPLT()
2793 if (!pSym.isUndef()) in symbolFinalValueIsKnown()
2932 return !X.resolveInfo()->isUndef() && !X.isDyn(); in needGNUHash()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp717 if (info == NULL || !(info->isUndef() || info->isDyn())) { in AddSymbol()
814 if (info == NULL || !(info->isUndef() || info->isDyn())) { in AddSymbol()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp49 if (pSym.isDyn() || pSym.isUndef() || in helper_use_relative_reloc()
222 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp53 if (pSym.isDyn() || pSym.isUndef() || in helper_use_relative_reloc()
185 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()
1129 if (pSym.isDyn() || pSym.isUndef() || in helper_use_relative_reloc()