HomeSort by relevance Sort by last modified time
    Searched full:global_flag (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 70 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,
ResolveInfo.h 241 static const uint32_t global_flag = 0 << GLOBAL_OFFSET; member in class:mcld::ResolveInfo
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 159 return (global_flag == (m_BitField & BINDING_MASK));
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 158 ASSERT_TRUE( mcld::ResolveInfo::global_flag == new_sym->info());

Completed in 260 milliseconds