Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp282 ASSERT_TRUE( sym->isUndef() ); in TEST_F()
298 ASSERT_TRUE( sym->isUndef() ); in TEST_F()
314 ASSERT_FALSE( sym->isUndef() ); in TEST_F()
331 ASSERT_FALSE( sym->isUndef() ); in TEST_F()
346 ASSERT_FALSE( sym->isUndef() ); in TEST_F()
360 ASSERT_TRUE( sym->isUndef() ); in TEST_F()
382 ASSERT_TRUE( sym->isUndef() ); in TEST_F()
397 ASSERT_TRUE( sym->isUndef() ); in TEST_F()
413 ASSERT_TRUE( sym->isUndef() ); in TEST_F()
428 ASSERT_TRUE( sym->isUndef() ); in TEST_F()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.cpp74 if (rsym->isDyn() || rsym->isUndef()) in isMyDuty()
DMipsRelocator.cpp261 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()
595 if (pSym.isUndef()) in isLocalReloc()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp404 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()
549 pReloc.symInfo()->isUndef() && in call()
580 pReloc.symInfo()->isUndef() && in condbr()
DAArch64RelocationHelpers.h158 pSym.isUndef() || in helper_use_relative_reloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp59 pSym.isUndef() || in helper_use_relative_reloc()
206 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()
405 config().codeGenType() || rsym->isUndef() || rsym->isDyn()) { in scanLocalReloc()
645 config().codeGenType() || rsym->isUndef() || rsym->isDyn()) in scanGlobalReloc()
1173 pSym.isUndef() || in helper_use_relative_reloc()
1412 config().codeGenType() || rsym->isUndef() || rsym->isDyn()) in scanLocalReloc()
1497 config().codeGenType() || rsym->isUndef() || rsym->isDyn()) in scanGlobalReloc()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h164 bool isUndef() const;
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp155 bool ResolveInfo::isUndef() const in isUndef() function in ResolveInfo
DGNUArchiveReader.cpp350 if (!info->isUndef()) in shouldIncludeSymbol()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp33 ((!pReloc.symInfo()->isUndef() || pReloc.symInfo()->isDyn()) && in getThumbBit()
69 pSym.isUndef() || in helper_use_relative_reloc()
824 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()
1052 pReloc.symInfo()->isUndef() && in call()
1108 pReloc.symInfo()->isUndef() && in thm_call()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1513 if (pSymbol.resolveInfo()->isUndef() || pSymbol.isDyn()) in getSymbolShndx()
2856 if (pSym.isUndef() && in symbolNeedsDynRel()
2874 if (pSym.isDyn() || pSym.isUndef() || in symbolNeedsDynRel()
2885 if (pSym.isUndef() && in symbolNeedsPLT()
2904 pSym.isUndef() || in symbolNeedsPLT()
2927 if (!pSym.isUndef()) in symbolFinalValueIsKnown()
3070 return !X.resolveInfo()->isUndef() && !X.isDyn(); in needGNUHash()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp692 if (NULL == info || !(info->isUndef() || info->isDyn())) { in AddSymbol()
785 if (NULL == info || !(info->isUndef() || info->isDyn())) { in AddSymbol()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp48 if (pSym.isDyn() || pSym.isUndef() || in helper_use_relative_reloc()
217 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull()) in scanRelocation()