Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDtraverse.c194 if ((rc = tdtraverse(ii->ii_dtype, &ii->ii_dtype, tdtd)) < 0) in iitraverse_td()
HDstabs.c160 curfun->ii_args[curfun->ii_nargs - 1] = arg->ii_dtype; in fnarg_add()
161 arg->ii_dtype = NULL; in fnarg_add()
HDmerge.c606 node->ii_dtype->t_id != iif->iif_newidx) in iidesc_match()
663 iif.iif_newidx = get_mapping(mcd->md_ta, sii->ii_dtype->t_id); in merge_type_cb()
854 (void) remap_node(&new->ii_dtype, old->ii_dtype, -1, NULL, mcd); in conjure_iidesc()
951 newidx = get_mapping(mcd->md_ta, tba->ii_dtype->t_id); in add_iitba_cb()
HDst_parse.c237 ii->ii_dtype = tdp; in parse_fun()
280 ii->ii_dtype = tdp; in parse_sym()
338 ii->ii_dtype = tdp; in parse_type()
397 idp->ii_dtype = rtdp; in parse_sou()
HDdwarf.c873 ii->ii_dtype = tdp; in die_enum_create()
1106 ii->ii_dtype = tdp; in die_sou_create()
1547 ii->ii_dtype = tdp; in die_through_create()
1625 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type); in die_function_create()
1627 ii->ii_dtype = tdesc_intr_void(dw); in die_function_create()
1690 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type); in die_variable_create()
HDctf.c170 ushort_t id = (idp ? idp->ii_dtype->t_id : 0); in write_objects()
205 fdata[1] = idp->ii_dtype->t_id; in write_functions()
924 ii->ii_dtype = tdarr[id]; in resurrect_objects()
974 ii->ii_dtype = tdarr[retid]; in resurrect_functions()
1260 ii->ii_dtype = tdp; in resurrect_types()
HDfixup_tdescs.c176 match->m_ret = iidesc->ii_dtype; in matching_iidesc()
HDctftools.h274 tdesc_t *ii_dtype; member
HDoutput.c73 ii->ii_dtype->t_flags |= TDESC_F_ISROOT; in burst_iitypes()