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

  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 64 U = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::undefine_flag, // NOLINT
66 d_U = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::undefine_flag, // NOLINT
68 D = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::define_flag, // NOLINT
70 d_D = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::define_flag, // NOLINT
72 C = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::common_flag, // NOLINT
74 d_C = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::common_flag, // NOLINT
76 I = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag, // NOLINT
78 d_I = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag, // NOLINT
ResolveInfo.h 234 static const uint32_t global_flag = 0 << GLOBAL_OFFSET; member in class:mcld::ResolveInfo
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 156 return (global_flag == (m_BitField & BINDING_MASK));
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 156 ASSERT_TRUE(mcld::ResolveInfo::global_flag == new_sym->info());

Completed in 65 milliseconds