Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_create.c851 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct()
873 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union()
895 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_enum()
939 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(CTF_K_FORWARD, flag, 0); in ctf_add_forward()
1317 dst_kind != CTF_K_FORWARD || (kind != CTF_K_ENUM && in ctf_add_type()
1435 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
1496 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
1508 case CTF_K_FORWARD: in ctf_add_type()
H A Dctf_types.c271 case CTF_K_FORWARD: in ctf_type_qlname()
640 case CTF_K_FORWARD: in ctf_type_compat()
H A Dctf_open.c271 case CTF_K_FORWARD: in init_types()
447 case CTF_K_FORWARD: in init_types()
/titanic_41/usr/src/uts/common/sys/
H A Dctf.h264 #define CTF_K_FORWARD 9 /* no additional data; ctt_name is tag */ macro
/titanic_41/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c387 case CTF_K_FORWARD: in fth_print_member()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c380 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FORWARD, isroot, 0); in write_type()
693 case CTF_K_FORWARD: in count_types()
1082 case CTF_K_FORWARD: in resurrect_types()
/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c574 case CTF_K_FORWARD: in read_types()
704 long_stat("total number of forward tags", stats.s_types[CTF_K_FORWARD]); in print_stats()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_print.c568 kind < CTF_K_INTEGER || kind > CTF_K_FORWARD) { in dt_print_member()
H A Ddt_dis.c297 case CTF_K_FORWARD: in dt_dis_typestr()
H A Ddt_decl.c500 ctf_type_kind(ctfp, type) != CTF_K_FORWARD) in dt_decl_sou()
568 if (kind == CTF_K_FORWARD || ((kind == CTF_K_STRUCT || in dt_decl_member()
H A Ddt_parser.c700 kind == CTF_K_FORWARD || in dt_node_type_assign()
757 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_FORWARD) in dt_node_type_size()
1699 case CTF_K_FORWARD: in dt_node_decl()
2289 dnp->dn_ctfp, dnp->dn_type)) == CTF_K_FORWARD) { in dt_node_inline()
2482 if (kind == CTF_K_FORWARD) { in dt_node_xlator()
3730 while (kind == CTF_K_FORWARD) { in dt_cook_op2()
H A Ddt_module.c1467 CTF_K_FORWARD) in dtrace_lookup_by_type()
H A Ddt_cg.c73 while (ctf_type_kind(fp, type) == CTF_K_FORWARD) { in dt_cg_membinfo()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c226 return (ctf_type_kind(fp, id) == CTF_K_FORWARD ? 0 : -1); in obj_lookup()
273 ctf_type_kind(fp, id) == CTF_K_FORWARD) && in name_to_type()
534 if (ctf_type_kind(idp->mci_fp, id) == CTF_K_FORWARD) { in mdb_ctf_type_resolve()
H A Dmdb_print.c1824 case CTF_K_FORWARD: in pipe_print()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c2003 kind == CTF_K_FORWARD) { in typegraph_pass3()