Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/cvt/
H A Dctf.c404 i = tp->t_fndef->fn_nargs + tp->t_fndef->fn_vargs; in write_type()
412 ctt.ctt_type = tp->t_fndef->fn_ret->t_id; in write_type()
415 for (i = 0; i < tp->t_fndef->fn_nargs; i++) { in write_type()
416 id = tp->t_fndef->fn_args[i]->t_id; in write_type()
420 if (tp->t_fndef->fn_vargs) { in write_type()
1104 tdp->t_fndef = xcalloc(sizeof (fndef_t)); in resurrect_types()
1105 tdp->t_fndef->fn_ret = tdarr[ctt->ctt_type]; in resurrect_types()
1110 tdp->t_fndef->fn_vargs = 1; in resurrect_types()
1112 tdp->t_fndef->fn_nargs = vlen - tdp->t_fndef->fn_vargs; in resurrect_types()
1113 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()
757 fndef_t *ofn = old->t_fndef; in conjure_function()
773 new->t_fndef = nfn; in conjure_function()
H A Dtraverse.c65 fndef_t *fn = this->t_fndef; in tdtrav_func()
H A Dctftools.h249 #define t_fndef t_data.fndef macro
H A Dst_parse.c681 (*rtdp)->t_fndef = xcalloc(sizeof (fndef_t)); in tdefdecl()
690 (*rtdp)->t_fndef->fn_ret = lookupname("int"); in tdefdecl()
H A Ddwarf.c1257 tdp->t_fndef = fn; in die_funcptr_create()