Home
last modified time | relevance | path

Searched refs:ii_dtype (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dtraverse.c194 if ((rc = tdtraverse(ii->ii_dtype, &ii->ii_dtype, tdtd)) < 0) in iitraverse_td()
H A Dstabs.c160 curfun->ii_args[curfun->ii_nargs - 1] = arg->ii_dtype; in fnarg_add()
161 arg->ii_dtype = NULL; in fnarg_add()
H A Dmerge.c612 node->ii_dtype->t_id != iif->iif_newidx) in iidesc_match()
669 iif.iif_newidx = get_mapping(mcd->md_ta, sii->ii_dtype->t_id); in merge_type_cb()
860 (void) remap_node(&new->ii_dtype, old->ii_dtype, -1, NULL, mcd); in conjure_iidesc()
957 newidx = get_mapping(mcd->md_ta, tba->ii_dtype->t_id); in add_iitba_cb()
H A Dst_parse.c238 ii->ii_dtype = tdp; in parse_fun()
281 ii->ii_dtype = tdp; in parse_sym()
339 ii->ii_dtype = tdp; in parse_type()
398 idp->ii_dtype = rtdp; in parse_sou()
H A Dctf.c149 ushort_t id = (idp ? idp->ii_dtype->t_id : 0); in write_objects()
180 fdata[1] = idp->ii_dtype->t_id; in write_functions()
817 ii->ii_dtype = tdarr[id]; in resurrect_objects()
867 ii->ii_dtype = tdarr[retid]; in resurrect_functions()
1148 ii->ii_dtype = tdp; in resurrect_types()
H A Ddwarf.c892 ii->ii_dtype = tdp; in die_enum_create()
1085 ii->ii_dtype = tdp; in die_sou_create()
1509 ii->ii_dtype = tdp; in die_through_create()
1587 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type); in die_function_create()
1589 ii->ii_dtype = tdesc_intr_void(dw); in die_function_create()
1652 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type); in die_variable_create()
H A Dfixup_tdescs.c174 match->m_ret = iidesc->ii_dtype; in matching_iidesc()
H A Dctftools.h274 tdesc_t *ii_dtype; member
H A Doutput.c73 ii->ii_dtype->t_flags |= TDESC_F_ISROOT; in burst_iitypes()