Home
last modified time | relevance | path

Searched refs:fndef_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h214 } fndef_t; typedef
242 fndef_t *fndef; /* function - first is return type */
H A Dmerge.c249 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef; in equiv_function()
749 fndef_t *nfn = xmalloc(sizeof (fndef_t)); in conjure_function()
750 fndef_t *ofn = old->t_fndef; in conjure_function()
H A Dtraverse.c63 fndef_t *fn = this->t_fndef; in tdtrav_func()
H A Ddwarf.c1202 fndef_t *fn; in die_funcptr_create()
1230 fn = xcalloc(sizeof (fndef_t)); in die_funcptr_create()
H A Dctf.c1316 tdp->t_fndef = xcalloc(sizeof (fndef_t)); in resurrect_types()