Home
last modified time | relevance | path

Searched refs:N_SO (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dstabs.c247 stab->n_type == N_SO || stab->n_type == N_OPT)) in stabs_read()
260 } else if (stab->n_type == N_SO) { in stabs_read()
H A Dctftools.h115 #define N_SO 0x64 /* source file name: name,,0,0,0 */ macro