Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c679 remap_node(tdesc_t **tgtp, tdesc_t *oldtgt, int selftid, tdesc_t *newself, in remap_node() function
740 (void) remap_node(&new->t_tdesc, old->t_tdesc, old->t_id, new, mcd); in conjure_plain()
753 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd); in conjure_function()
762 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id, in conjure_function()
778 (void) remap_node(&nar->ad_contents, oar->ad_contents, old->t_id, new, in conjure_array()
780 (void) remap_node(&nar->ad_idxtype, oar->ad_idxtype, old->t_id, new, in conjure_array()
802 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type, in conjure_su()
853 (void) remap_node(&new->ii_dtype, old->ii_dtype, -1, NULL, mcd); in conjure_iidesc()
855 (void) remap_node(&new->ii_args[i], old->ii_args[i], -1, NULL, in conjure_iidesc()
1025 if (!remap_node(tdpp, *tdpp, -1, NULL, mcd)) in add_tdtbr_cb()