Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dmerge.c686 remap_node(tdesc_t **tgtp, tdesc_t *oldtgt, int selftid, tdesc_t *newself, in remap_node() function
747 (void) remap_node(&new->t_tdesc, old->t_tdesc, old->t_id, new, mcd); in conjure_plain()
760 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd); in conjure_function()
769 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id, in conjure_function()
785 (void) remap_node(&nar->ad_contents, oar->ad_contents, old->t_id, new, in conjure_array()
787 (void) remap_node(&nar->ad_idxtype, oar->ad_idxtype, old->t_id, new, in conjure_array()
809 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type, in conjure_su()
860 (void) remap_node(&new->ii_dtype, old->ii_dtype, -1, NULL, mcd); in conjure_iidesc()
862 (void) remap_node(&new->ii_args[i], old->ii_args[i], -1, NULL, in conjure_iidesc()
1031 if (!remap_node(tdpp, *tdpp, -1, NULL, mcd)) in add_tdtbr_cb()