Searched defs:DYN_OFFSET (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h224 static const uint32_t DYN_OFFSET = 1; member in class:mcld::ResolveInfo
225 static const uint32_t DYN_MASK = 1 << DYN_OFFSET;
262 static const uint32_t regular_flag = 0 << DYN_OFFSET;
263 static const uint32_t dynamic_flag = 1 << DYN_OFFSET;

Completed in 2122 milliseconds