Searched defs:S_ATTR_NO_TOC (Results 1 – 4 of 4) sorted by relevance
503 #define S_ATTR_NO_TOC 0x40000000 /* section contains coalesced macro
185 S_ATTR_NO_TOC = 0x40000000u, enumerator
183 constexpr uint32_t S_ATTR_NO_TOC = 0x40000000u; variable