Searched refs:isWeak (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp271 ASSERT_FALSE(sym->isWeak());
287 ASSERT_FALSE(sym->isWeak());
303 ASSERT_FALSE(sym->isWeak());
319 ASSERT_FALSE(sym->isWeak());
334 ASSERT_FALSE(sym->isWeak());
349 ASSERT_FALSE(sym->isWeak());
370 ASSERT_FALSE(sym->isWeak());
385 ASSERT_FALSE(sym->isWeak());
400 ASSERT_TRUE(sym->isWeak());
415 ASSERT_FALSE(sym->isWeak());
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DStaticResolver.h120 if (pInfo.isCommon() && pInfo.isWeak())
H A DResolveInfo.h140 bool isWeak() const;
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp159 // isWeak - [L,W] == [0, 1]
160 bool ResolveInfo::isWeak() const { function in class:mcld::ResolveInfo
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
H A DGNUArchiveReader.cpp337 if (info->isWeak())
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp400 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
595 if (pReloc.symInfo()->isWeak() && pReloc.symInfo()->isUndef() &&
624 if (pReloc.symInfo()->isWeak() && pReloc.symInfo()->isUndef() &&
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp756 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
991 if (pReloc.symInfo()->isWeak() && pReloc.symInfo()->isUndef() &&
1044 if (pReloc.symInfo()->isWeak() && pReloc.symInfo()->isUndef() &&
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp222 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp218 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp185 if (rsym->isUndef() && !rsym->isDyn() && !rsym->isWeak() && !rsym->isNull())
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1420 else if (pSymbol.resolveInfo()->isWeak())

Completed in 2993 milliseconds