Home
last modified time | relevance | path

Searched refs:t_ardef (Results 1 – 7 of 7) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDdwarf.c669 dimtdp->t_ardef = ar = xcalloc(sizeof (ardef_t)); in tdesc_array_create()
744 for (dimtdp = tdp->t_ardef->ad_contents; in die_array_create()
746 dimtdp = dimtdp->t_ardef->ad_contents) { in die_array_create()
757 tdp->t_ardef->ad_nelems, tdp->t_size); in die_array_create()
771 tdp->t_ardef->ad_contents->t_id); in die_array_resolve()
773 if ((sz = tdesc_size(tdp->t_ardef->ad_contents)) == 0 && in die_array_resolve()
774 (tdp->t_ardef->ad_contents->t_flags & TDESC_F_RESOLVED) == 0) { in die_array_resolve()
777 tdp->t_ardef->ad_contents->t_id); in die_array_resolve()
783 tdp->t_size = sz * tdp->t_ardef->ad_nelems; in die_array_resolve()
795 tdesc_t *cont = tdp->t_ardef->ad_contents; in die_array_failed()
[all …]
HDtdata.c78 h = tdp->t_ardef->ad_nelems; in tdesc_layouthash()
79 name = tdp->t_ardef->ad_contents->t_name; in tdesc_layouthash()
198 free(tdp->t_ardef); in free_ardef()
HDctf.c369 cta.cta_contents = tp->t_ardef->ad_contents->t_id; in write_type()
370 cta.cta_index = tp->t_ardef->ad_idxtype->t_id; in write_type()
371 cta.cta_nelems = tp->t_ardef->ad_nelems; in write_type()
1124 tdp->t_ardef = xmalloc(sizeof (ardef_t)); in resurrect_types()
1125 tdp->t_ardef->ad_contents = tdarr[cta->cta_contents]; in resurrect_types()
1126 tdp->t_ardef->ad_idxtype = tdarr[cta->cta_index]; in resurrect_types()
1127 tdp->t_ardef->ad_nelems = cta->cta_nelems; in resurrect_types()
HDst_parse.c983 (*rtdp)->t_ardef = xcalloc(sizeof (ardef_t)); in arraydef()
984 (*rtdp)->t_ardef->ad_idxtype = lookup(h); in arraydef()
1018 (*rtdp)->t_ardef->ad_nelems = end - start + 1; in arraydef()
1019 cp = tdefdecl(cp, h, &((*rtdp)->t_ardef->ad_contents)); in arraydef()
HDmerge.c270 ardef_t *ar1 = stdp->t_ardef, *ar2 = ttdp->t_ardef; in equiv_array()
777 ardef_t *oar = old->t_ardef; in conjure_array()
786 new->t_ardef = nar; in conjure_array()
HDtraverse.c81 ardef_t *ardef = this->t_ardef; in tdtrav_array()
HDctftools.h246 #define t_ardef t_data.ardef macro