/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-reference.c | 66 { "int *", CTF_K_POINTER }, 72 { "int **", CTF_K_POINTER }, 73 { "int *", CTF_K_POINTER }, 79 { "int ***", CTF_K_POINTER }, 80 { "int **", CTF_K_POINTER }, 81 { "int *", CTF_K_POINTER }, 87 { "test_int_t *", CTF_K_POINTER }, 94 { "const test_int_t *", CTF_K_POINTER }, 102 { "volatile test_int_t *", CTF_K_POINTER}, 110 { "const volatile test_int_t *", CTF_K_POINTER }, [all …]
|
H A D | check-forward.c | 56 { "struct foo *", CTF_K_POINTER }, 62 { "union bar *", CTF_K_POINTER }, 68 { "enum baz *", CTF_K_POINTER },
|
H A D | check-qualifiers.c | 267 { "const int *", CTF_K_POINTER }, 280 { "int *", CTF_K_POINTER }, 292 { "const int *", CTF_K_POINTER },
|
H A D | check-array.c | 57 { "const char *", CTF_K_POINTER },
|
H A D | check-common.c | 677 if (ctf_type_kind(fp, tid) == CTF_K_POINTER && in ctftest_check_fptr()
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 331 k = CTF_K_POINTER; /* avoid leading whitespace (see below) */ in ctf_type_qlname() 342 if (k != CTF_K_POINTER && k != CTF_K_ARRAY) in ctf_type_qlname() 360 case CTF_K_POINTER: in ctf_type_qlname() 503 case CTF_K_POINTER: in ctf_type_size() 569 case CTF_K_POINTER: in ctf_type_align() 643 case CTF_K_POINTER: in ctf_type_reference() 788 case CTF_K_POINTER: in ctf_type_compat() 1298 case CTF_K_POINTER: in ctf_kind_name()
|
H A D | ctf_decl.c | 121 case CTF_K_POINTER: in ctf_decl_push()
|
H A D | ctf_open.c | 287 case CTF_K_POINTER: in init_types() 328 pop[CTF_K_TYPEDEF] + pop[CTF_K_POINTER] + pop[CTF_K_VOLATILE] + in init_types() 477 case CTF_K_POINTER: in init_types()
|
H A D | ctf_create.c | 790 case CTF_K_POINTER: in ctf_dtd_delete() 1062 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_POINTER)); in ctf_add_pointer() 1824 case CTF_K_POINTER: in ctf_add_type()
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptraceutil.c | 61 if (ctf_type_kind(ctfp, rtype) == CTF_K_POINTER) { in print_value() 227 if (ctf_type_kind(ctfp, base) != CTF_K_POINTER) in print_ptr()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1200 if (mdb_ctf_type_kind(base) == CTF_K_POINTER && in print_ptr() 1813 case CTF_K_POINTER: in pipe_print() 1987 delim = (mdb_ctf_type_kind(rid) == CTF_K_POINTER) ? in parse_member() 1996 if (kind != CTF_K_POINTER) { in parse_member() 2034 case CTF_K_POINTER: in parse_member() 2182 if (kind != CTF_K_POINTER) in cmd_print_tab_common() 2205 case CTF_K_POINTER: in cmd_print_tab_common() 2789 if (mdb_ctf_type_kind(base) != CTF_K_POINTER) { in printf_ptr() 2818 if (mdb_ctf_type_kind(base) == CTF_K_POINTER) { in printf_string()
|
H A D | mdb_ctf.c | 1096 case CTF_K_POINTER: in mdb_ctf_offset_to_name() 1181 case CTF_K_POINTER: in type_equals() 1324 if (tgtkind == CTF_K_POINTER && modkind == CTF_K_INTEGER && in vread_helper() 1373 case CTF_K_POINTER: in vread_helper()
|
H A D | mdb_tab.c | 525 if ((flags & MDB_TABC_NOPOINT) && rkind == CTF_K_POINTER) in tab_complete_type()
|
H A D | mdb_cmds.c | 276 if (kind != CTF_K_INTEGER && kind != CTF_K_POINTER && in write_ctf_uint()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_xlator.c | 269 int ptr = dst_kind == CTF_K_POINTER; in dt_xlator_lookup() 363 if (ctf_type_kind(ctfp, ctf_type_resolve(ctfp, type)) == CTF_K_POINTER) in dt_xlator_ident()
|
H A D | dt_parser.c | 778 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_POINTER && in dt_node_type_size() 901 kind == CTF_K_POINTER); in dt_node_is_scalar() 934 if (ctf_type_kind(fp, type) != CTF_K_POINTER) in dt_node_is_vfptr() 999 if (kind == CTF_K_POINTER && in dt_node_is_strcompat() 1025 return (kind == CTF_K_POINTER || kind == CTF_K_ARRAY); in dt_node_is_pointer() 1096 if (lkind == CTF_K_POINTER) { in dt_node_is_ptrcompat() 1109 if (rkind == CTF_K_POINTER) { in dt_node_is_ptrcompat() 1143 compat = (lkind == CTF_K_POINTER || lkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat() 1144 (rkind == CTF_K_POINTER || rkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat() 2988 } else if (kind == CTF_K_POINTER) { in dt_cook_op1() [all …]
|
H A D | dt_decl.c | 455 if (pdp == NULL || pdp->dd_kind != CTF_K_POINTER) in dt_decl_func() 473 return (dt_decl_push(dt_decl_alloc(CTF_K_POINTER, NULL))); in dt_decl_ptr() 907 if (ddp->dd_kind == CTF_K_POINTER) { in dt_decl_type()
|
H A D | dt_dis.c | 292 case CTF_K_POINTER: in dt_dis_typestr()
|
H A D | dt_cg.c | 206 assert(kind == CTF_K_POINTER || kind == CTF_K_ARRAY); in dt_cg_ptrsize() 655 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER); in dt_cg_prearith_op() 712 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER); in dt_cg_postarith_op()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 561 if (mdb_ctf_type_kind(type) != CTF_K_POINTER) in typegraph_union() 787 case CTF_K_POINTER: in typegraph_type_offset() 866 if (mdb_ctf_type_kind(type) != CTF_K_POINTER) in typegraph_couldbe() 1658 if ((kind = mdb_ctf_type_kind(ntype)) != CTF_K_POINTER) in typegraph_pass1_node() 1807 if (kind == CTF_K_POINTER || kind == CTF_K_STRUCT) { in typegraph_pass2_node() 1834 if (kind != CTF_K_POINTER && kind != CTF_K_STRUCT) in typegraph_pass2_node() 2063 if (kind != CTF_K_STRUCT && kind != CTF_K_POINTER) in typegraph_pass4_node() 2917 if (kind == CTF_K_POINTER || kind == CTF_K_INTEGER) in findlocks_findmutex()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf.h | 259 #define CTF_K_POINTER 3 /* ctt_type is referenced type */ macro
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 375 g_stats.cs_ntypes[CTF_K_POINTER]); in ctfdump_stats() 556 case CTF_K_POINTER: in ctfdump_types_cb() 885 case CTF_K_POINTER: in ctfsrc_type()
|
/illumos-gate/usr/src/tools/ctf/stabs/common/ |
H A D | fth_struct.c | 389 case CTF_K_POINTER: in fth_print_member()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_diff.c | 684 case CTF_K_POINTER: in ctf_diff_type()
|
H A D | ctf_merge.c | 546 case CTF_K_POINTER: in ctf_merge_add_type()
|