Searched refs:t_fndef (Results 1 – 6 of 6) sorted by relevance
484 i = tp->t_fndef->fn_nargs + tp->t_fndef->fn_vargs; in write_type()492 ctt.ctt_type = tp->t_fndef->fn_ret->t_id; in write_type()495 for (i = 0; i < (int) tp->t_fndef->fn_nargs; i++) { in write_type()496 id = tp->t_fndef->fn_args[i]->t_id; in write_type()505 if (tp->t_fndef->fn_vargs) { in write_type()1316 tdp->t_fndef = xcalloc(sizeof (fndef_t)); in resurrect_types()1317 tdp->t_fndef->fn_ret = tdarr[type]; in resurrect_types()1321 tdp->t_fndef->fn_vargs = 1; in resurrect_types()1323 tdp->t_fndef->fn_nargs = vlen - tdp->t_fndef->fn_vargs; in resurrect_types()1324 tdp->t_fndef->fn_args = xcalloc(sizeof (tdesc_t) * in resurrect_types()[all …]
73 h = tdp->t_fndef->fn_nargs + in tdesc_layouthash()74 tdp->t_fndef->fn_vargs; in tdesc_layouthash()75 name = tdp->t_fndef->fn_ret->t_name; in tdesc_layouthash()
249 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef; in equiv_function()750 fndef_t *ofn = old->t_fndef; in conjure_function()766 new->t_fndef = nfn; in conjure_function()
63 fndef_t *fn = this->t_fndef; in tdtrav_func()
255 #define t_fndef t_data.fndef macro
1268 tdp->t_fndef = fn; in die_funcptr_create()