Searched refs:weak_flag (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DStaticResolver.h68 w_U = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::undefine_flag,
70 wd_U = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::undefine_flag,
72 w_D = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::define_flag,
74 wd_D = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::define_flag,
76 w_C = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::common_flag,
78 wd_C = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::common_flag,
80 w_I = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag,
82 wd_I = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag
H A DResolveInfo.h261 static const uint32_t weak_flag = 1 << GLOBAL_OFFSET; member in class:mcld::ResolveInfo
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp117 m_BitField |= weak_flag;
184 return (weak_flag == (m_BitField & BINDING_MASK));
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp162 ASSERT_TRUE( mcld::ResolveInfo::weak_flag == old_sym->info());
237 ASSERT_TRUE( (ResolveInfo::weak_flag | ResolveInfo::common_flag) == old_sym->info());

Completed in 734 milliseconds