Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c956 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct()
978 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union()
1000 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_enum()
1044 dtd->dtd_data.ctt_info = LCTF_TYPE_INFO(fp, CTF_K_FORWARD, flag, 0); in ctf_add_forward()
1465 if (dst_kind != CTF_K_FORWARD || (kind != CTF_K_ENUM && in ctf_add_type()
1612 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
1676 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
1688 case CTF_K_FORWARD: in ctf_add_type()
H A Dctf_types.c391 case CTF_K_FORWARD: in ctf_type_qlname()
784 case CTF_K_FORWARD: in ctf_type_compat()
H A Dctf_open.c408 case CTF_K_FORWARD: in init_types()
617 case CTF_K_FORWARD: in init_types()
/freebsd/sys/ddb/
H A Ddb_ctf.c132 case CTF_K_FORWARD: in db_ctf_type_size()
H A Ddb_pprint.c352 case CTF_K_FORWARD: in db_pprint_type()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c611 kind < CTF_K_INTEGER || kind > CTF_K_FORWARD) { in dt_format_member()
664 kind < CTF_K_INTEGER || kind > CTF_K_FORWARD) { in dt_print_member()
H A Ddt_parser.c705 kind == CTF_K_FORWARD || in dt_node_type_assign()
762 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_FORWARD) in dt_node_type_size()
1142 if (lrkind == CTF_K_FORWARD || rrkind == CTF_K_FORWARD) { in dt_node_is_ptrcompat()
1150 lp_is_void = lrkind == CTF_K_FORWARD; in dt_node_is_ptrcompat()
1151 rp_is_void = rrkind == CTF_K_FORWARD; in dt_node_is_ptrcompat()
1727 case CTF_K_FORWARD: in dt_node_decl()
2318 dnp->dn_ctfp, dnp->dn_type)) == CTF_K_FORWARD) { in dt_node_inline()
2511 if (kind == CTF_K_FORWARD) { in dt_node_xlator()
3760 while (kind == CTF_K_FORWARD) { in dt_cook_op2()
H A Ddt_decl.c483 ctf_type_kind(ctfp, type) != CTF_K_FORWARD) in dt_decl_sou()
551 if (kind == CTF_K_FORWARD || ((kind == CTF_K_STRUCT || in dt_decl_member()
H A Ddt_dis.c297 case CTF_K_FORWARD: in dt_dis_typestr()
H A Ddt_module.c1647 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()
/freebsd/sys/sys/
H A Dctf.h214 #define CTF_K_FORWARD 9 macro
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c612 case CTF_K_FORWARD: in fbt_typoff_init()
700 case CTF_K_FORWARD: in fbt_typoff_init()
1111 case CTF_K_FORWARD: in fbt_type_name()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c460 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_FORWARD, isroot, 0); in write_type()
825 case CTF_K_FORWARD: in count_types()
1294 case CTF_K_FORWARD: in resurrect_types()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c667 case CTF_K_FORWARD: in read_types()
793 long_stat("total number of forward tags", stats.s_types[CTF_K_FORWARD]); in print_stats()