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

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dst_bugs.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.c100 if ((rc = tdtraverse(ml->ml_type, &ml->ml_type, tdtd)) < 0)
H A Dst_parse.c977 mlp->ml_type = bitintrinsic(itdp, mlp->ml_size);
979 mlp->ml_type = tdp;
982 mlp->ml_type = tdp;
984 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 Dmerge.c297 if (olm1 == NULL || olm1->ml_type->t_id != ml1->ml_type->t_id) {
299 !equiv_node(ml1->ml_type, ml2->ml_type, ed))
809 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type,
H A Ddwarf.c1017 ml->ml_type = die_lookup_pass1(dw, mem, DW_AT_type);
1029 ml->ml_size = tdesc_bitsize(ml->ml_type);
1035 ml->ml_offset += tdesc_bitsize(ml->ml_type) - bitoff -
1123 if ((mt = tdesc_basetype(ml->ml_type)) == NULL) {
1129 mt = tdesc_basetype(ml->ml_type);
1149 if ((mt = tdesc_basetype(ml->ml_type)) == NULL) {
1167 ml->ml_type = tdesc_intr_clone(dw, mt, ml->ml_size);
1190 ml->ml_name, tdesc_name(ml->ml_type),
1191 ml->ml_type->t_id);
H A Dctftools.h164 struct tdesc *ml_type; /* Member type */ member in struct:mlist
H A Dctf.c401 ctm.ctm_type = mp->ml_type->t_id;
419 ctlm.ctlm_type = mp->ml_type->t_id;
1136 (*mpp)->ml_type = tdarr[ctm->ctm_type];
1151 (*mpp)->ml_type =

Completed in 217 milliseconds