Home
last modified time | relevance | path

Searched refs:N_OPT (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()
266 } else if (stab->n_type == N_OPT) { in stabs_read()
H A Dctftools.h113 #define N_OPT 0x3c /* compiler options */ macro