Lines Matching refs:mpp
919 mlist_t **mpp; in resurrect_types() local
1029 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1030 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1036 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1037 (*mpp)->ml_name = xstrdup(sbuf + in resurrect_types()
1039 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types()
1040 (*mpp)->ml_offset = ctm->ctm_offset; in resurrect_types()
1041 (*mpp)->ml_size = 0; in resurrect_types()
1044 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1045 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1051 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1052 (*mpp)->ml_name = xstrdup(sbuf + in resurrect_types()
1054 (*mpp)->ml_type = in resurrect_types()
1056 (*mpp)->ml_offset = in resurrect_types()
1058 (*mpp)->ml_size = 0; in resurrect_types()
1062 *mpp = NULL; in resurrect_types()