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

/frameworks/compile/mclinker/include/mcld/LD/
H A DStaticResolver.h70 U = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::undefine_flag,
72 d_U = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::undefine_flag,
74 D = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::define_flag,
76 d_D = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::define_flag,
78 C = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::common_flag,
80 d_C = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::common_flag,
82 I = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag,
84 d_I = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag,
H A DResolveInfo.h249 static const uint32_t global_flag = 0 << GLOBAL_OFFSET; member in class:mcld::ResolveInfo
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp172 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 92 milliseconds