Searched refs:ml_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c76 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name ||
77 ml->ml_type->t_tdesc->t_type != POINTER ||
78 ml->ml_type->t_tdesc->t_name)
81 act = ml->ml_type->t_tdesc->t_tdesc;
99 ml->ml_type = p1;
127 if (ml->ml_type->t_type != POINTER ||
128 ml->ml_type->t_name ||
129 (ml->ml_type->t_tdesc->t_type != STRUCT &&
130 ml->ml_type
[all...]
H A Dtraverse.c98 if ((rc = tdtraverse(ml->ml_type, &ml->ml_type, tdtd)) < 0)
H A Dst_parse.c962 mlp->ml_type = bitintrinsic(itdp, mlp->ml_size);
964 mlp->ml_type = tdp;
967 mlp->ml_type = tdp;
969 mlp->ml_type = tdp;
1172 tdesc_t *tdp = ml->ml_type;
1183 ml->ml_type = bitintrinsic(tdp, ml->ml_size);
1187 ml->ml_type = tdp;
H A Ddwarf.c993 ml->ml_type = die_lookup_pass1(dw, mem, DW_AT_type);
1005 ml->ml_size = tdesc_bitsize(ml->ml_type);
1015 * properly so that tdesc_bitsize(ml->ml_type) will
1016 * return 0 because ml->ml_type is unknown. As a
1022 * should equal to tdesc_bitsize(ml->ml_type)/NBBY.
1029 ml->ml_offset += tdesc_bitsize(ml->ml_type) -
1113 mt = tdesc_basetype(ml->ml_type);
1136 if ((mt = tdesc_basetype(ml->ml_type)) == NULL) {
1153 ml->ml_type = tdesc_intr_clone(dw, mt, ml->ml_size);
1177 ml->ml_name, tdesc_name(ml->ml_type),
[all...]
H A Dctftools.h164 struct tdesc *ml_type; /* Member type */ member in struct:mlist
H A Dmerge.c291 !equiv_node(ml1->ml_type, ml2->ml_type, ed))
802 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type,
H A Dctf.c402 ctm.ctm_type = mp->ml_type->t_id;
418 ctlm.ctlm_type = mp->ml_type->t_id;
1141 (*mpp)->ml_type = tdarr[ctm->ctm_type];
1155 (*mpp)->ml_type =

Completed in 92 milliseconds