Home
last modified time | relevance | path

Searched refs:LOCAL_MASK (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h205 static const uint32_t LOCAL_MASK = 1 << LOCAL_OFFSET; variable
207 static const uint32_t BINDING_MASK = GLOBAL_MASK | LOCAL_MASK;
/frameworks/compile/mclinker/lib/LD/
DResolveInfo.cpp195 if (m_BitField & LOCAL_MASK) { in binding()