Lines Matching refs:stab
181 stab_t *stab; in stabs_read() local
214 stab = &((stab_t *)data->d_buf)[i]; in stabs_read()
217 if (stab->n_type == N_LBRAC) { in stabs_read()
221 } else if (stab->n_type == N_RBRAC) { in stabs_read()
225 } else if (stab->n_type == N_EINCL) { in stabs_read()
242 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM || in stabs_read()
243 stab->n_type == N_LCSYM || stab->n_type == N_LSYM || in stabs_read()
244 stab->n_type == N_PSYM || stab->n_type == N_ROSYM || in stabs_read()
245 stab->n_type == N_RSYM || in stabs_read()
246 stab->n_type == N_STSYM || stab->n_type == N_BINCL || in stabs_read()
247 stab->n_type == N_SO || stab->n_type == N_OPT)) in stabs_read()
251 (size_t)stab->n_strx)) == NULL) { in stabs_read()
253 file, stab->n_strx, i); in stabs_read()
256 if (stab->n_type == N_BINCL) { in stabs_read()
260 } else if (stab->n_type == N_SO) { in stabs_read()
266 } else if (stab->n_type == N_OPT) { in stabs_read()
291 fstr, stab->n_type, 0, stab->n_desc, in stabs_read()
292 stab->n_value, curhdr); in stabs_read()
316 if ((rc = parse_stab(stab, fstr, &iidescp)) < 0) { in stabs_read()
325 assert(stab->n_type != N_FUN || (iidescp->ii_type != II_GFUN && in stabs_read()
332 if (scope && stab->n_type != N_PSYM) { in stabs_read()
363 iidescp->ii_type, stab->n_type); in stabs_read()