Home
last modified time | relevance | path

Searched refs:t_fndef (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c484 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 …]
H A Dtdata.c73 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()
H A Dmerge.c249 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()
H A Dtraverse.c63 fndef_t *fn = this->t_fndef; in tdtrav_func()
H A Dctftools.h255 #define t_fndef t_data.fndef macro
H A Ddwarf.c1268 tdp->t_fndef = fn; in die_funcptr_create()