Searched refs:tdesc_name (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | st_parse.c | 370 idp->ii_name, tdesc_name(rtdp), tid); in parse_sou() 559 warning(" old: %s %d (%d,%d)\n", tdesc_name(otdp), in tagadd() 561 warning(" new: %s %d (%d,%d)\n", tdesc_name(tdp), in tagadd() 908 parse_debug(3, cp, "soudef: %s size=%d", tdesc_name(*rtdp), in soudef() 949 w ? w : "anon", h, tdesc_name(tdp)); in soudef() 958 "from %s", mlp->ml_size, tdesc_name(itdp)); in soudef() 1045 parse_debug(3, NULL, "enum %s: %s=%d", tdesc_name(*rtdp), in enumdef() 1178 ml->ml_size, tdesc_name(tdp)); in resolve_typed_bitfields_cb() 1182 ml->ml_size, tdesc_name(tdp)); in resolve_typed_bitfields_cb()
|
H A D | merge.c | 455 debug(3, "map_td_tree_post on %d %s\n", ctdp->t_id, tdesc_name(ctdp)); in map_td_tree_post() 480 tdesc_name(ctdp), ed.ed_tgt->t_id); in map_td_tree_post() 522 ctdp->t_id, tdesc_name(ctdp), ed.ed_tgt->t_id); in map_td_tree_self_post() 878 debug(3, "Redirecting an edge to %s\n", tdesc_name(defn)); in fwd_redir() 921 tdesc_name(defn)); in redir_mstr_fwd_cb() 924 debug(3, "Forward map: resolved %d to %s\n", defnid, tdesc_name(defn)); in redir_mstr_fwd_cb() 991 oldtdp->t_type, tdesc_name(oldtdp), oldtdp->t_id, newid); in add_tdesc() 1029 debug(3, "Remapping %s (%d)\n", tdesc_name(*tdpp), (*tdpp)->t_id); in add_tdtbr_cb()
|
H A D | dwarf.c | 801 tdesc_name(tdp), tdp->t_id, in die_array_resolve() 826 tdp->t_id, tdesc_name(cont), cont->t_id); in die_array_failed() 930 tdesc_name(tdp)); in die_enum_resolve() 934 tdesc_name(tdp), full->t_id); in die_enum_resolve() 947 tdesc_name(fwd), sou->t_id); in die_fwd_map() 971 tdesc_name(tdp)); in die_sou_create() 1067 const char *old = tdesc_name(tdp); in die_sou_create() 1114 debug(3, "resolving sou %s\n", tdesc_name(tdp)); in die_sou_resolve() 1176 ml->ml_name, tdesc_name(ml->ml_type), in die_sou_failed() 1459 tdesc_name(tdp), new); in die_base_create() [all …]
|
H A D | stabs.c | 66 debug(3, "Trying to resolve %s (%d)\n", tdesc_name(node), node->t_id); in resolve_tou_node() 86 debug(3, "Trying to unforward %s (%d)\n", tdesc_name(node), node->t_id); in resolve_fwd_node()
|
H A D | util.c | 233 tdesc_name(tdesc_t *tdp) in tdesc_name() function
|
H A D | ctftools.h | 416 const char *tdesc_name(tdesc_t *);
|
H A D | ctf.c | 321 tdesc_name(tp), i, CTF_MAX_VLEN); in write_type() 365 tdesc_name(tp), i, CTF_MAX_VLEN); in write_type() 442 debug(3, "Wrote type %d %s\n", tp->t_id, tdesc_name(tp)); in write_type() 1156 tdesc_name(tdp), tdp->t_id); in resurrect_types()
|
H A D | tdata.c | 182 printf("%7d %s\n", tdp->t_id, tdesc_name(tdp)); in tdesc_print()
|