Searched refs:N_SO (Results 1 – 2 of 2) sorted by relevance
247 stab->n_type == N_SO || stab->n_type == N_OPT)) in stabs_read()260 } else if (stab->n_type == N_SO) { in stabs_read()
115 #define N_SO 0x64 /* source file name: name,,0,0,0 */ macro