Searched refs:ii_dtype (Results 1 – 7 of 7) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | traverse.c | 194 if ((rc = tdtraverse(ii->ii_dtype, &ii->ii_dtype, tdtd)) < 0) in iitraverse_td()
|
H A D | merge.c | 605 node->ii_dtype->t_id != iif->iif_newidx) in iidesc_match() 662 iif.iif_newidx = get_mapping(mcd->md_ta, sii->ii_dtype->t_id); in merge_type_cb() 853 (void) remap_node(&new->ii_dtype, old->ii_dtype, -1, NULL, mcd); in conjure_iidesc() 950 newidx = get_mapping(mcd->md_ta, tba->ii_dtype->t_id); in add_iitba_cb()
|
H A D | fixup_tdescs.c | 57 match->m_ret = iidesc->ii_dtype; in matching_iidesc()
|
H A D | dwarf.c | 865 ii->ii_dtype = tdp; in die_enum_create() 1082 ii->ii_dtype = tdp; in die_sou_create() 1525 ii->ii_dtype = tdp; in die_through_create() 1603 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type); in die_function_create() 1605 ii->ii_dtype = tdesc_intr_void(dw); in die_function_create() 1669 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type); in die_variable_create()
|
H A D | ctf.c | 167 uint_t id = (idp ? idp->ii_dtype->t_id : 0); in write_objects() 202 fdata[1] = idp->ii_dtype->t_id; in write_functions() 967 ii->ii_dtype = tdarr[id]; in resurrect_objects() 1020 ii->ii_dtype = tdarr[retid]; in resurrect_functions() 1358 ii->ii_dtype = tdp; in resurrect_types()
|
H A D | ctftools.h | 280 tdesc_t *ii_dtype; member
|
H A D | output.c | 73 ii->ii_dtype->t_flags |= TDESC_F_ISROOT; in burst_iitypes()
|