Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctftools.h208 } fndef_t; typedef
236 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()
756 fndef_t *nfn = xmalloc(sizeof (fndef_t)); in conjure_function()
757 fndef_t *ofn = old->t_fndef; in conjure_function()
H A Dtraverse.c65 fndef_t *fn = this->t_fndef; in tdtrav_func()
H A Ddwarf.c1190 fndef_t *fn; in die_funcptr_create()
1218 fn = xcalloc(sizeof (fndef_t)); in die_funcptr_create()
H A Dst_parse.c681 (*rtdp)->t_fndef = xcalloc(sizeof (fndef_t)); in tdefdecl()
H A Dctf.c1104 tdp->t_fndef = xcalloc(sizeof (fndef_t)); in resurrect_types()