Searched refs:ml_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/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() 144 ml->ml_type = ptr; in fix_ptr_to_struct() [all …]
|
| H A D | st_parse.c | 962 mlp->ml_type = bitintrinsic(itdp, mlp->ml_size); in soudef() 964 mlp->ml_type = tdp; in soudef() 967 mlp->ml_type = tdp; in soudef() 969 mlp->ml_type = tdp; in soudef() 1172 tdesc_t *tdp = ml->ml_type; in resolve_typed_bitfields_cb() 1183 ml->ml_type = bitintrinsic(tdp, ml->ml_size); in resolve_typed_bitfields_cb() 1187 ml->ml_type = tdp; in resolve_typed_bitfields_cb()
|
| H A D | traverse.c | 98 if ((rc = tdtraverse(ml->ml_type, &ml->ml_type, tdtd)) < 0) in tdtrav_su()
|
| H A D | dwarf.c | 993 ml->ml_type = die_lookup_pass1(dw, mem, DW_AT_type); in die_sou_create() 1005 ml->ml_size = tdesc_bitsize(ml->ml_type); in die_sou_create() 1029 ml->ml_offset += tdesc_bitsize(ml->ml_type) - in die_sou_create() 1113 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() 1177 ml->ml_name, tdesc_name(ml->ml_type), in die_sou_failed() 1178 ml->ml_type->t_id, ml->ml_type->t_id); in die_sou_failed()
|
| H A D | merge.c | 291 !equiv_node(ml1->ml_type, ml2->ml_type, ed)) in equiv_su() 802 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type, in conjure_su()
|
| H A D | ctf.c | 402 ctm.ctm_type = mp->ml_type->t_id; in write_type() 418 ctlm.ctlm_type = mp->ml_type->t_id; in write_type() 1141 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types() 1155 (*mpp)->ml_type = in resurrect_types()
|
| H A D | ctftools.h | 164 struct tdesc *ml_type; /* Member type */ member
|