Searched refs:ml_type (Results 1 – 6 of 6) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
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() 1031 ml->ml_offset += tdesc_bitsize(ml->ml_type) - in die_sou_create() 1115 mt = tdesc_basetype(ml->ml_type); in die_sou_resolve() 1146 if ((mt = tdesc_basetype(ml->ml_type)) == NULL) { in die_sou_resolve() 1163 ml->ml_type = tdesc_intr_clone(dw, mt, ml->ml_size, in die_sou_resolve() 1188 ml->ml_name, tdesc_name(ml->ml_type), in die_sou_failed() 1189 ml->ml_type->t_id, ml->ml_type->t_id); in die_sou_failed()
|
H A D | fixup_tdescs.c | 150 cpum->ml_type = machcpu; in fix_small_cpu_struct()
|
H A D | ctf.c | 399 ctm.ctm_type = mp->ml_type->t_id; in write_type() 415 ctlm.ctlm_type = mp->ml_type->t_id; in write_type() 1218 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types() 1232 (*mpp)->ml_type = in resurrect_types() 1250 (*mpp)->ml_type = tdarr[ctm->ctm_type]; in resurrect_types() 1264 (*mpp)->ml_type = in resurrect_types()
|
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 | ctftools.h | 170 struct tdesc *ml_type; /* Member type */ member
|