Searched refs:stab_ptr (Results 1 – 1 of 1) sorted by relevance
1254 const struct stab_nlist* stab_ptr; in stabs_parse() local1285 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()1620 BOOL is_public = (stab_ptr->n_type & N_EXT); in stabs_parse()1625 if (stab_ptr->n_type & N_PEXT) in stabs_parse()[all …]