Searched defs:N_DEBUG (Results 1 – 3 of 3) sorted by relevance
45 enum ReservedSectionNum : int16_t { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; enumerator
460 #define N_DEBUG ((short)-2) /* debugging symbol -- value is meaningless */ macro