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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c59 iiburst_t *iiburst = arg; local
74 (void) iitraverse_td(ii, iiburst->iib_tdtd);
82 iiburst_t *iiburst = private; local
89 if (tdp->t_id > iiburst->iib_maxtypeid)
90 iiburst->iib_maxtypeid = tdp->t_id;
92 slist_add(&iiburst->iib_types, tdp, tdesc_idcmp);
118 iiburst_t *iiburst = xcalloc(sizeof (iiburst_t)); local
119 iiburst->iib_td = td;
120 iiburst->iib_funcs = xcalloc(sizeof (iidesc_t *) * max);
121 iiburst
128 iiburst_types(iiburst_t *iiburst) argument
141 iiburst_free(iiburst_t *iiburst) argument
332 iiburst_t *iiburst; local
671 iiburst_t *iiburst; local
[all...]
H A Dctf.c602 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) argument
619 iiburst->iib_td->td_parlabel);
621 iiburst->iib_td->td_parname);
624 (void) list_iter(iiburst->iib_td->td_labels, (int (*)())write_label,
629 for (i = 0; i < iiburst->iib_nobjts; i++)
630 write_objects(iiburst->iib_objts[i], buf);
634 for (i = 0; i < iiburst->iib_nfuncs; i++)
635 write_functions(iiburst->iib_funcs[i], buf);
639 (void) list_iter(iiburst->iib_types, (int (*)())write_type, buf);
641 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 66 milliseconds