Searched refs:N_OPT (Results 1 – 2 of 2) sorted by relevance
247 stab->n_type == N_SO || stab->n_type == N_OPT)) in stabs_read()266 } else if (stab->n_type == N_OPT) { in stabs_read()
113 #define N_OPT 0x3c /* compiler options */ macro