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

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h227 static const uint32_t DESC_OFFSET = 2; member in class:mcld::ResolveInfo
228 static const uint32_t DESC_MASK = 0x3 << DESC_OFFSET;
264 static const uint32_t undefine_flag = 0 << DESC_OFFSET;
265 static const uint32_t define_flag = 1 << DESC_OFFSET;
266 static const uint32_t common_flag = 2 << DESC_OFFSET;
267 static const uint32_t indirect_flag = 3 << DESC_OFFSET;
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp108 m_BitField |= ((pDesc << DESC_OFFSET) & DESC_MASK);
221 return (m_BitField & DESC_MASK) >> DESC_OFFSET;

Completed in 3646 milliseconds