Lines Matching refs:stab_ptr
1254 const struct stab_nlist* stab_ptr; in stabs_parse() local
1285 stab_ptr = (struct stab_nlist *)(pv_stab_ptr + i * stabsize); in stabs_parse()
1286 …ze == sizeof(struct macho64_nlist) ? ((struct macho64_nlist *)stab_ptr)->n_value : stab_ptr->n_val… in stabs_parse()
1287 ptr = strs + stab_ptr->n_strx; in stabs_parse()
1309 if (stab_ptr->n_type & N_STAB) in stabs_parse()
1310 type = stab_ptr->n_type; in stabs_parse()
1313 type = (stab_ptr->n_type & N_TYPE); in stabs_parse()
1488 stab_ptr->n_desc, offset); in stabs_parse()
1490 else pending_add_line(&pending_func, source_idx, stab_ptr->n_desc, in stabs_parse()
1620 BOOL is_public = (stab_ptr->n_type & N_EXT); in stabs_parse()
1625 if (stab_ptr->n_type & N_PEXT) in stabs_parse()
1635 is_public, is_global, stab_ptr->n_other, compiland, user); in stabs_parse()
1644 stab_ptr->n_type, (ULONG_PTR)n_value, debugstr_a(strs + stab_ptr->n_strx)); in stabs_parse()