Searched defs:N_DEBUG (Results 1 – 8 of 8) sorted by relevance
79 #define N_DEBUG -2 macro
34 enum ReservedSectionNum : int16_t { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; enumerator
249 #define N_DEBUG (-2) macro
494 #define N_DEBUG ((int)-2) /* debugging symbol -- value is meaningless */ macro