Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dtraverse.c202 if ((rc = tdtraverse(ii->ii_dtype, &ii->ii_dtype, tdtd)) < 0) in iitraverse_td()
H A Dstabs.c164 curfun->ii_args[curfun->ii_nargs - 1] = arg->ii_dtype; in fnarg_add()
165 arg->ii_dtype = NULL; in fnarg_add()
H A Dmerge.c615 node->ii_dtype->t_id != iif->iif_newidx) in iidesc_match()
672 iif.iif_newidx = get_mapping(mcd->md_ta, sii->ii_dtype->t_id); in merge_type_cb()
864 (void) remap_node(&new->ii_dtype, old->ii_dtype, -1, NULL, mcd); in conjure_iidesc()
963 newidx = get_mapping(mcd->md_ta, tba->ii_dtype->t_id); in add_iitba_cb()
H A Dst_parse.c241 ii->ii_dtype = tdp; in parse_fun()
284 ii->ii_dtype = tdp; in parse_sym()
342 ii->ii_dtype = tdp; in parse_type()
401 idp->ii_dtype = rtdp; in parse_sou()
H A Dctf.c172 ushort_t id = (idp ? idp->ii_dtype->t_id : 0); in write_objects()
207 fdata[1] = idp->ii_dtype->t_id; in write_functions()
934 ii->ii_dtype = tdarr[id]; in resurrect_objects()
984 ii->ii_dtype = tdarr[retid]; in resurrect_functions()
1262 ii->ii_dtype = tdp; in resurrect_types()
H A Ddwarf.c901 ii->ii_dtype = tdp; in die_enum_create()
1119 ii->ii_dtype = tdp; in die_sou_create()
1612 ii->ii_dtype = tdp; in die_through_create()
1697 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type); in die_function_create()
1699 ii->ii_dtype = tdesc_intr_void(dw); in die_function_create()
1762 ii->ii_dtype = die_lookup_pass1(dw, die, DW_AT_type); in die_variable_create()
H A Dfixup_tdescs.c181 match->m_ret = iidesc->ii_dtype; in matching_iidesc()
H A Dctftools.h280 tdesc_t *ii_dtype; member
H A Doutput.c77 ii->ii_dtype->t_flags |= TDESC_F_ISROOT; in burst_iitypes()