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

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h201 static const uint32_t DESC_OFFSET = 2; member in class:mcld::ResolveInfo
202 static const uint32_t DESC_MASK = 0x3 << DESC_OFFSET;
238 static const uint32_t undefine_flag = 0 << DESC_OFFSET;
239 static const uint32_t define_flag = 1 << DESC_OFFSET;
240 static const uint32_t common_flag = 2 << DESC_OFFSET;
241 static const uint32_t indirect_flag = 3 << DESC_OFFSET;
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp98 m_BitField |= ((pDesc << DESC_OFFSET) & DESC_MASK);
191 return (m_BitField & DESC_MASK) >> DESC_OFFSET;

Completed in 111 milliseconds