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

/frameworks/compile/mclinker/include/mcld/LD/
H A DStaticResolver.h67 U = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::undefine_flag,
69 d_U = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::undefine_flag,
71 D = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::define_flag,
73 d_D = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::define_flag,
75 C = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::common_flag,
77 d_C = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::common_flag,
79 I = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag,
81 d_I = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag,
H A DResolveInfo.h260 static const uint32_t global_flag = 0 << GLOBAL_OFFSET; member in class:mcld::ResolveInfo
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp178 return (global_flag == (m_BitField & BINDING_MASK));
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp161 ASSERT_TRUE( mcld::ResolveInfo::global_flag == new_sym->info());

Completed in 221 milliseconds