Searched refs:CTF_K_FORWARD (Results 1 – 15 of 15) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_create.c | 956 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 D | ctf_types.c | 391 case CTF_K_FORWARD: in ctf_type_qlname() 784 case CTF_K_FORWARD: in ctf_type_compat()
|
H A D | ctf_open.c | 408 case CTF_K_FORWARD: in init_types() 617 case CTF_K_FORWARD: in init_types()
|
/freebsd/sys/ddb/ |
H A D | db_ctf.c | 132 case CTF_K_FORWARD: in db_ctf_type_size()
|
H A D | db_pprint.c | 352 case CTF_K_FORWARD: in db_pprint_type()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_print.c | 611 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 D | dt_parser.c | 705 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 D | dt_decl.c | 483 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 D | dt_dis.c | 297 case CTF_K_FORWARD: in dt_dis_typestr()
|
H A D | dt_module.c | 1647 CTF_K_FORWARD) in dtrace_lookup_by_type()
|
H A D | dt_cg.c | 73 while (ctf_type_kind(fp, type) == CTF_K_FORWARD) { in dt_cg_membinfo()
|
/freebsd/sys/sys/ |
H A D | ctf.h | 214 #define CTF_K_FORWARD 9 macro
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 612 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 D | ctf.c | 460 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 D | dump.c | 667 case CTF_K_FORWARD: in read_types() 793 long_stat("total number of forward tags", stats.s_types[CTF_K_FORWARD]); in print_stats()
|