Searched defs:S_ATTR_STRIP_STATIC_SYMS (Results 1 – 4 of 4) sorted by relevance
507 #define S_ATTR_STRIP_STATIC_SYMS 0x20000000 /* ok to strip static symbols macro
188 S_ATTR_STRIP_STATIC_SYMS = 0x20000000u, enumerator
186 constexpr uint32_t S_ATTR_STRIP_STATIC_SYMS = 0x20000000u; variable