Searched refs:DESC_OFFSET (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h213 static const uint32_t DESC_OFFSET = 2; member in class:mcld::ResolveInfo
214 static const uint32_t DESC_MASK = 0x3 << DESC_OFFSET;
246 static const uint32_t undefine_flag = 0 << DESC_OFFSET;
247 static const uint32_t define_flag = 1 << DESC_OFFSET;
248 static const uint32_t common_flag = 2 << DESC_OFFSET;
249 static const uint32_t indirect_flag = 3 << DESC_OFFSET;
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp94 m_BitField |= ((pDesc << DESC_OFFSET) & DESC_MASK);
197 return (m_BitField & DESC_MASK) >> DESC_OFFSET;

Completed in 208 milliseconds