Searched refs:iiburst (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c61 iiburst_t *iiburst = arg; local
76 (void) iitraverse_td(ii, iiburst->iib_tdtd);
84 iiburst_t *iiburst = private; local
91 if (tdp->t_id > iiburst->iib_maxtypeid)
92 iiburst->iib_maxtypeid = tdp->t_id;
94 slist_add(&iiburst->iib_types, tdp, tdesc_idcmp);
120 iiburst_t *iiburst = xcalloc(sizeof (iiburst_t)); local
121 iiburst->iib_td = td;
122 iiburst->iib_funcs = xcalloc(sizeof (iidesc_t *) * max);
123 iiburst
130 iiburst_types(iiburst_t *iiburst) argument
143 iiburst_free(iiburst_t *iiburst) argument
340 iiburst_t *iiburst; local
717 iiburst_t *iiburst; local
[all...]
H A Dctf.c694 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) argument
714 iiburst->iib_td->td_parlabel);
716 iiburst->iib_td->td_parname);
719 (void) list_iter(iiburst->iib_td->td_labels, write_label,
724 for (i = 0; i < iiburst->iib_nobjts; i++)
725 write_objects(iiburst->iib_objts[i], buf);
729 for (i = 0; i < iiburst->iib_nfuncs; i++)
730 write_functions(iiburst->iib_funcs[i], buf);
734 (void) list_iter(iiburst->iib_types, write_type, buf);
736 debug(2, "CTF wrote %d types\n", list_count(iiburst
[all...]
H A Dctftools.h322 * and in a specific sorted order. An iiburst holds these elements in that
325 typedef struct iiburst { struct

Completed in 120 milliseconds