Home | History | Annotate | Download | only in solaris

Lines Matching refs:n_type

67   unsigned char n_type;
253 while (cur_list < list_end && cur_list->n_type == N_PSYM) {
268 while (cur_list < list_end && cur_list->n_type != N_SLINE) {
270 if (cur_list->n_type == N_FUN || cur_list->n_type == N_SO ||
271 cur_list->n_type == N_ENDM) {
277 while (cur_list < list_end && cur_list->n_type == N_SLINE) {
284 if (cur_list == list_end && cur_list->n_type == N_ENDM)
297 assert(cur_list->n_type == N_SO);
303 while (cur_list < list_end && cur_list->n_type != N_FUN) {
304 if (cur_list->n_type == N_SO) {
308 if (cur_list->n_type == N_ENDM)
312 while (cur_list->n_type == N_FUN) {
320 if (cur_list->n_type == N_ENDM)
322 if (cur_list->n_type != N_ESYM && cur_list->n_type != N_ISYM &&
323 cur_list->n_type != N_FUN) {
329 if (cur_list < list_end && cur_list->n_type == N_ENDM)
413 if (cur_list->n_type == N_SO) {