Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c337 fwd_equiv(tdesc_t *ctdp, tdesc_t *mtdp) in fwd_equiv() argument
339 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); in fwd_equiv()
346 equiv_node(tdesc_t *ctdp, tdesc_t *mtdp, equiv_data_t *ed) in equiv_node() argument
351 if (ctdp->t_emark > ed->ed_clear_mark && in equiv_node()
353 return (ctdp->t_emark == mtdp->t_emark); in equiv_node()
365 if ((mapping = get_mapping(ed->ed_ta, ctdp->t_id)) > 0 && in equiv_node()
369 if (!streq(ctdp->t_name, mtdp->t_name)) in equiv_node()
372 if (ctdp->t_type != mtdp->t_type) { in equiv_node()
373 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD) in equiv_node()
374 return (fwd_equiv(ctdp, mtdp)); in equiv_node()
[all …]
H A Dtdata.c418 build_hashes(tdesc_t *ctdp, tdesc_t **ctdpp __unused, void *private) in build_hashes() argument
422 hash_add(td->td_idhash, ctdp); in build_hashes()
423 hash_add(td->td_layouthash, ctdp); in build_hashes()
H A Ddwarf.c651 tdesc_t *ctdp = NULL; in tdesc_array_create() local
656 ctdp = arrtdp; in tdesc_array_create()
658 ctdp = xcalloc(sizeof (tdesc_t)); in tdesc_array_create()
659 ctdp->t_id = mfgtid_next(dw); in tdesc_array_create()
661 die_off(dw, dim2), ctdp->t_id); in tdesc_array_create()
662 tdesc_array_create(dw, dim2, arrtdp, ctdp); in tdesc_array_create()
698 ar->ad_contents = ctdp; in tdesc_array_create()