Lines Matching refs:t_id
167 uint_t id = (idp ? idp->ii_dtype->t_id : 0); in write_objects()
202 fdata[1] = idp->ii_dtype->t_id; in write_functions()
212 id = idp->ii_args[i]->t_id; in write_functions()
308 if (++b->nptent < CTF_V3_TYPE_TO_INDEX(tp->t_id)) { in write_type()
310 b->nptent - 1, CTF_V3_TYPE_TO_INDEX(tp->t_id)); in write_type()
314 while (b->nptent < CTF_V3_TYPE_TO_INDEX(tp->t_id)) { in write_type()
356 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
364 cta.cta_contents = tp->t_ardef->ad_contents->t_id; in write_type()
365 cta.cta_index = tp->t_ardef->ad_idxtype->t_id; in write_type()
399 ctm.ctm_type = mp->ml_type->t_id; in write_type()
415 ctlm.ctlm_type = mp->ml_type->t_id; in write_type()
467 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
473 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
479 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
492 ctt.ctt_type = tp->t_fndef->fn_ret->t_id; in write_type()
496 id = tp->t_fndef->fn_args[i]->t_id; in write_type()
515 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
523 debug(3, "Wrote type %d %s\n", tp->t_id, tdesc_name(tp)); in write_type()
1365 (isroot ? "root " : ""), tdesc_name(tdp), tdp->t_id); in resurrect_types()
1390 tdarr[i]->t_id = i; in ctf_parse()