Searched refs:iiburst (Results 1 – 3 of 3) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | output.c | 59 iiburst_t *iiburst = arg; in burst_iitypes() local 74 (void) iitraverse_td(ii, iiburst->iib_tdtd); in burst_iitypes() 82 iiburst_t *iiburst = private; in save_type_by_id() local 89 if (tdp->t_id > iiburst->iib_maxtypeid) in save_type_by_id() 90 iiburst->iib_maxtypeid = tdp->t_id; in save_type_by_id() 92 slist_add(&iiburst->iib_types, tdp, tdesc_idcmp); in save_type_by_id() 118 iiburst_t *iiburst = xcalloc(sizeof (iiburst_t)); in iiburst_new() local 119 iiburst->iib_td = td; in iiburst_new() 120 iiburst->iib_funcs = xcalloc(sizeof (iidesc_t *) * max); in iiburst_new() 121 iiburst->iib_nfuncs = 0; in iiburst_new() [all …]
|
H A D | ctf.c | 683 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) in ctf_gen() argument 703 iiburst->iib_td->td_parlabel); in ctf_gen() 705 iiburst->iib_td->td_parname); in ctf_gen() 708 (void) list_iter(iiburst->iib_td->td_labels, write_label, in ctf_gen() 713 for (i = 0; i < iiburst->iib_nobjts; i++) in ctf_gen() 714 write_objects(iiburst->iib_objts[i], buf); in ctf_gen() 718 for (i = 0; i < iiburst->iib_nfuncs; i++) in ctf_gen() 719 write_functions(iiburst->iib_funcs[i], buf); in ctf_gen() 723 (void) list_iter(iiburst->iib_types, write_type, buf); in ctf_gen() 725 debug(2, "CTF wrote %d types\n", list_count(iiburst->iib_types)); in ctf_gen()
|
H A D | ctftools.h | 331 typedef struct iiburst { struct
|