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

/frameworks/compile/mclinker/include/mcld/LD/
H A DStaticResolver.h71 w_U = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::undefine_flag,
73 wd_U = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::undefine_flag,
75 w_D = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::define_flag,
77 wd_D = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::define_flag,
79 w_C = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::common_flag,
81 wd_C = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::common_flag,
83 w_I = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag,
85 wd_I = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag
H A DResolveInfo.h243 static const uint32_t weak_flag = 1 << GLOBAL_OFFSET; member in class:mcld::ResolveInfo
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp103 m_BitField |= weak_flag;
165 return (weak_flag == (m_BitField & BINDING_MASK));
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp179 ASSERT_TRUE( mcld::ResolveInfo::weak_flag == old_sym->info());
254 ASSERT_TRUE( (ResolveInfo::weak_flag | ResolveInfo::common_flag) == old_sym->info());

Completed in 72 milliseconds