Searched refs:ml_type (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | fixup_tdescs.c | 76 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name || in fix_ptrptr_to_struct() 77 ml->ml_type->t_tdesc->t_type != POINTER || in fix_ptrptr_to_struct() 78 ml->ml_type->t_tdesc->t_name) in fix_ptrptr_to_struct() 81 act = ml->ml_type->t_tdesc->t_tdesc; in fix_ptrptr_to_struct() 99 ml->ml_type = p1; in fix_ptrptr_to_struct() 127 if (ml->ml_type->t_type != POINTER || in fix_ptr_to_struct() 128 ml->ml_type->t_name || in fix_ptr_to_struct() 129 (ml->ml_type->t_tdesc->t_type != STRUCT && in fix_ptr_to_struct() 130 ml->ml_type->t_tdesc->t_type != FORWARD) || in fix_ptr_to_struct() 131 !streq(ml->ml_type->t_tdesc->t_name, "vmem")) in fix_ptr_to_struct() [all …]
|
H A D | traverse.c | 100 if ((rc = tdtraverse(ml->ml_type, &ml->ml_type, tdtd)) < 0) in tdtrav_su()
|
H A D | st_parse.c | 959 mlp->ml_type = bitintrinsic(itdp, mlp->ml_size); in soudef() 961 mlp->ml_type = tdp; in soudef() 964 mlp->ml_type = tdp; in soudef() 966 mlp->ml_type = tdp; in soudef() 1168 tdesc_t *tdp = ml->ml_type; in resolve_typed_bitfields_cb() 1179 ml->ml_type = bitintrinsic(tdp, ml->ml_size); in resolve_typed_bitfields_cb() 1183 ml->ml_type = tdp; in resolve_typed_bitfields_cb()
|
H A D | merge.c | 297 if (olm1 == NULL || olm1->ml_type->t_id != ml1->ml_type->t_id) { in equiv_su() 299 !equiv_node(ml1->ml_type, ml2->ml_type, ed)) in equiv_su() 809 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type, in conjure_su()
|
H A D | dwarf.c | 1016 ml->ml_type = die_lookup_pass1(dw, mem, DW_AT_type); in die_sou_create() 1028 ml->ml_size = tdesc_bitsize(ml->ml_type); in die_sou_create() 1034 ml->ml_offset += tdesc_bitsize(ml->ml_type) - bitoff - in die_sou_create() 1118 mt = tdesc_basetype(ml->ml_type); in die_sou_resolve() 1136 if ((mt = tdesc_basetype(ml->ml_type)) == NULL) { in die_sou_resolve() 1153 ml->ml_type = tdesc_intr_clone(dw, mt, ml->ml_size); in die_sou_resolve() 1176 ml->ml_name, tdesc_name(ml->ml_type), in die_sou_failed() 1177 ml->ml_type->t_id); in die_sou_failed()
|
H A D | ctftools.h | 164 struct tdesc *ml_type; /* Member type */ member
|
H A D | ctf.c | 338 ctm.ctm_type = mp->ml_type->t_id; in write_type() 349 ctlm.ctlm_type = mp->ml_type->t_id; in write_type() 1039 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types() 1054 (*mpp)->ml_type = in resurrect_types()
|