Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-reference.c66 { "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 Dcheck-forward.c56 { "struct foo *", CTF_K_POINTER },
62 { "union bar *", CTF_K_POINTER },
68 { "enum baz *", CTF_K_POINTER },
H A Dcheck-qualifiers.c267 { "const int *", CTF_K_POINTER },
280 { "int *", CTF_K_POINTER },
292 { "const int *", CTF_K_POINTER },
H A Dcheck-array.c57 { "const char *", CTF_K_POINTER },
H A Dcheck-common.c677 if (ctf_type_kind(fp, tid) == CTF_K_POINTER && in ctftest_check_fptr()
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c331 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 Dctf_decl.c121 case CTF_K_POINTER: in ctf_decl_push()
H A Dctf_open.c287 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 Dctf_create.c789 case CTF_K_POINTER: in ctf_dtd_delete()
1058 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_POINTER)); in ctf_add_pointer()
1817 case CTF_K_POINTER: in ctf_add_type()
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c61 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 Dmdb_print.c1200 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 Dmdb_ctf.c1096 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 Dmdb_tab.c525 if ((flags & MDB_TABC_NOPOINT) && rkind == CTF_K_POINTER) in tab_complete_type()
H A Dmdb_cmds.c275 if (kind != CTF_K_INTEGER && kind != CTF_K_POINTER && in write_ctf_uint()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c269 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 Ddt_parser.c778 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 Ddt_decl.c455 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 Ddt_dis.c292 case CTF_K_POINTER: in dt_dis_typestr()
H A Ddt_cg.c205 assert(kind == CTF_K_POINTER || kind == CTF_K_ARRAY); in dt_cg_ptrsize()
654 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER); in dt_cg_prearith_op()
711 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 Dtypegraph.c561 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 Dctf.h259 #define CTF_K_POINTER 3 /* ctt_type is referenced type */ macro
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c375 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 Dfth_struct.c389 case CTF_K_POINTER: in fth_print_member()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c684 case CTF_K_POINTER: in ctf_diff_type()
H A Dctf_merge.c546 case CTF_K_POINTER: in ctf_merge_add_type()

12