Searched refs:indirect_flag (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DStaticResolver.h76 I = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag, // NOLINT
77 w_I = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::indirect_flag, // NOLINT
78 d_I = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag, // NOLINT
79 wd_I = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::indirect_flag // NOLINT
H A DResolveInfo.h124 m_BitField |= indirect_flag;
241 static const uint32_t indirect_flag = 3 << DESC_OFFSET; member in class:mcld::ResolveInfo
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp151 return (indirect_flag == (m_BitField & DESC_MASK));

Completed in 1657 milliseconds