Home
last modified time | relevance | path

Searched refs:isCommon (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp276 ASSERT_FALSE(sym->isCommon()); in TEST_F()
292 ASSERT_FALSE(sym->isCommon()); in TEST_F()
308 ASSERT_FALSE(sym->isCommon()); in TEST_F()
324 ASSERT_TRUE(sym->isCommon()); in TEST_F()
339 ASSERT_FALSE(sym->isCommon()); in TEST_F()
354 ASSERT_FALSE(sym->isCommon()); in TEST_F()
375 ASSERT_FALSE(sym->isCommon()); in TEST_F()
390 ASSERT_FALSE(sym->isCommon()); in TEST_F()
405 ASSERT_FALSE(sym->isCommon()); in TEST_F()
420 ASSERT_FALSE(sym->isCommon()); in TEST_F()
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DStaticResolver.h116 if (pInfo.isCommon() && pInfo.isDyn()) in getOrdinate()
118 if (pInfo.isCommon() && pInfo.isDefine()) in getOrdinate()
120 if (pInfo.isCommon() && pInfo.isWeak()) in getOrdinate()
H A DResolveInfo.h152 bool isCommon() const;
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp146 bool ResolveInfo::isCommon() const { in isCommon() function in mcld::ResolveInfo
229 (isGlobal() || isWeak()) && (isDefine() || isCommon())) in shouldForceLocal()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp404 } else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) { in scanLocalReloc()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1452 if (pSymbol.resolveInfo()->isCommon()) in getSymbolShndx()