Lines Matching refs:t_id
149 ushort_t id = (idp ? idp->ii_dtype->t_id : 0); in write_objects()
180 fdata[1] = idp->ii_dtype->t_id; in write_functions()
184 id = idp->ii_args[i]->t_id; in write_functions()
255 if (++b->nptent < CTF_TYPE_TO_INDEX(tp->t_id)) { in write_type()
257 b->nptent - 1, CTF_TYPE_TO_INDEX(tp->t_id)); in write_type()
261 while (b->nptent < CTF_TYPE_TO_INDEX(tp->t_id)) { in write_type()
300 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
308 cta.cta_contents = tp->t_ardef->ad_contents->t_id; in write_type()
309 cta.cta_index = tp->t_ardef->ad_idxtype->t_id; in write_type()
338 ctm.ctm_type = mp->ml_type->t_id; in write_type()
349 ctlm.ctlm_type = mp->ml_type->t_id; in write_type()
387 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
393 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
399 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
412 ctt.ctt_type = tp->t_fndef->fn_ret->t_id; in write_type()
416 id = tp->t_fndef->fn_args[i]->t_id; in write_type()
434 ctt.ctt_type = tp->t_tdesc->t_id; in write_type()
442 debug(3, "Wrote type %d %s\n", tp->t_id, tdesc_name(tp)); in write_type()
1156 tdesc_name(tdp), tdp->t_id); in resurrect_types()
1181 tdarr[i]->t_id = i; in ctf_parse()