Home
last modified time | relevance | path

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

/src/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c355 k = CTF_K_POINTER; /* avoid leading whitespace (see below) */ in ctf_type_qlname()
365 if (k != CTF_K_POINTER && k != CTF_K_ARRAY) in ctf_type_qlname()
381 case CTF_K_POINTER: in ctf_type_qlname()
498 case CTF_K_POINTER: in ctf_type_size()
549 case CTF_K_POINTER: in ctf_type_align()
625 case CTF_K_POINTER: in ctf_type_reference()
771 case CTF_K_POINTER: in ctf_type_compat()
H A Dctf_decl.c126 case CTF_K_POINTER: in ctf_decl_push()
H A Dctf_open.c422 case CTF_K_POINTER: in init_types()
463 pop[CTF_K_TYPEDEF] + pop[CTF_K_POINTER] + pop[CTF_K_VOLATILE] + in init_types()
647 case CTF_K_POINTER: in init_types()
H A Dctf_create.c635 case CTF_K_POINTER: in ctf_dtd_delete()
820 return (ctf_add_reftype(fp, flag, ref, CTF_K_POINTER)); in ctf_add_pointer()
1558 case CTF_K_POINTER: in ctf_add_type()
/src/sys/cddl/dev/fbt/
H A Dfbt.c626 case CTF_K_POINTER: in fbt_typoff_init()
704 case CTF_K_POINTER: in fbt_typoff_init()
987 case CTF_K_POINTER: in ctf_decl_push()
1078 k = CTF_K_POINTER; /* avoid leading whitespace (see below) */ in fbt_type_name()
1087 if (k != CTF_K_POINTER && k != CTF_K_ARRAY) in fbt_type_name()
1101 case CTF_K_POINTER: in fbt_type_name()
/src/sys/ddb/
H A Ddb_pprint.c276 case CTF_K_POINTER: in db_pprint_ptr()
332 case CTF_K_POINTER: in db_pprint_type()
H A Ddb_ctf.c133 case CTF_K_POINTER: in db_ctf_type_size()
/src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c773 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_POINTER && in dt_node_type_size()
896 kind == CTF_K_POINTER); in dt_node_is_scalar()
929 if (ctf_type_kind(fp, type) != CTF_K_POINTER) in dt_node_is_vfptr()
994 if (kind == CTF_K_POINTER && in dt_node_is_strcompat()
1020 return (kind == CTF_K_POINTER || kind == CTF_K_ARRAY); in dt_node_is_pointer()
1091 if (lkind == CTF_K_POINTER) { in dt_node_is_ptrcompat()
1104 if (rkind == CTF_K_POINTER) { in dt_node_is_ptrcompat()
1137 if (lkind == CTF_K_POINTER && rkind == CTF_K_POINTER) { in dt_node_is_ptrcompat()
1161 compat = (lkind == CTF_K_POINTER || lkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat()
1162 (rkind == CTF_K_POINTER || rkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat()
[all …]
H A Ddt_xlator.c269 int ptr = dst_kind == CTF_K_POINTER; in dt_xlator_lookup()
365 if (ctf_type_kind(ctfp, ctf_type_resolve(ctfp, type)) == CTF_K_POINTER) in dt_xlator_ident()
H A Ddt_decl.c438 if (pdp == NULL || pdp->dd_kind != CTF_K_POINTER) in dt_decl_func()
456 return (dt_decl_push(dt_decl_alloc(CTF_K_POINTER, NULL))); in dt_decl_ptr()
868 if (ddp->dd_kind == CTF_K_POINTER) { in dt_decl_type()
H A Ddt_dis.c279 case CTF_K_POINTER: in dt_dis_typestr()
H A Ddt_cg.c201 assert(kind == CTF_K_POINTER || kind == CTF_K_ARRAY); in dt_cg_ptrsize()
650 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER); in dt_cg_prearith_op()
707 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER); in dt_cg_postarith_op()
/src/sys/sys/
H A Dctf.h208 #define CTF_K_POINTER 3 macro
/src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c355 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_POINTER, isroot, 0); in write_type()
824 case CTF_K_POINTER: in count_types()
1170 case CTF_K_POINTER: in resurrect_types()
/src/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c516 case CTF_K_POINTER: in read_types()
787 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]); in print_stats()