n_type 500 arch/i386/stand/installboot/installboot.c if (nl->n_type != (N_TEXT))
n_type 502 arch/i386/stand/installboot/installboot.c fname, sym->sym_name, nl->n_type);
n_type 181 ddb/db_aout.c if ((sp->n_type & N_STAB) == 0 &&
n_type 200 ddb/db_aout.c if ((sp->n_type & N_STAB) != 0 ||
n_type 201 ddb/db_aout.c (sp->n_type & N_TYPE) == N_FN)
n_type 210 ddb/db_aout.c sp->n_type == (N_TEXT|N_EXT)) ||
n_type 212 ddb/db_aout.c (sp->n_type & N_EXT))))
n_type 217 ddb/db_aout.c else if ((symp->n_type & N_EXT) == 0 &&
n_type 218 ddb/db_aout.c (sp->n_type & N_EXT) != 0)
n_type 273 ddb/db_aout.c if ((sp->n_type & N_TYPE) == N_FN ||
n_type 280 ddb/db_aout.c if (sp->n_type == N_SO) {
n_type 289 ddb/db_aout.c if (sp->n_type != N_SLINE)
n_type 327 ddb/db_aout.c if (sp->n_type == N_FUN && sp->n_value == addr) {
n_type 328 ddb/db_aout.c while (++sp < ep && sp->n_type == N_PSYM) {
n_type 362 ddb/db_aout.c if ((sp->n_type & N_STAB) == 0) {
n_type 364 ddb/db_aout.c switch(sp->n_type & N_TYPE) {
n_type 71 ddb/db_aout.h unsigned char n_type; /* type defines */