Lines Matching full:mpp

1075 	mlist_t **mpp;  in resurrect_types()  local
1209 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1210 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1215 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1216 (*mpp)->ml_name = xstrdup(sbuf + in resurrect_types()
1218 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types()
1219 (*mpp)->ml_offset = ctm->ctm_offset; in resurrect_types()
1220 (*mpp)->ml_size = 0; in resurrect_types()
1223 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1224 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1229 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1230 (*mpp)->ml_name = xstrdup(sbuf + in resurrect_types()
1232 (*mpp)->ml_type = in resurrect_types()
1234 (*mpp)->ml_offset = in resurrect_types()
1236 (*mpp)->ml_size = 0; in resurrect_types()
1241 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1242 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1247 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1248 (*mpp)->ml_name = xstrdup(sbuf + in resurrect_types()
1250 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types()
1251 (*mpp)->ml_offset = ctm->ctm_offset; in resurrect_types()
1252 (*mpp)->ml_size = 0; in resurrect_types()
1255 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1256 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1261 *mpp = xmalloc(sizeof (mlist_t)); in resurrect_types()
1262 (*mpp)->ml_name = xstrdup(sbuf + in resurrect_types()
1264 (*mpp)->ml_type = in resurrect_types()
1266 (*mpp)->ml_offset = in resurrect_types()
1268 (*mpp)->ml_size = 0; in resurrect_types()
1273 *mpp = NULL; in resurrect_types()