/titanic_41/usr/src/common/ctf/ |
H A D | ctf_types.c | 234 k = CTF_K_POINTER; /* avoid leading whitespace (see below) */ in ctf_type_qlname() 245 if (k != CTF_K_POINTER && k != CTF_K_ARRAY) in ctf_type_qlname() 261 case CTF_K_POINTER: in ctf_type_qlname() 358 case CTF_K_POINTER: in ctf_type_size() 406 case CTF_K_POINTER: in ctf_type_align() 482 case CTF_K_POINTER: in ctf_type_reference() 627 case CTF_K_POINTER: in ctf_type_compat()
|
H A D | ctf_decl.c | 123 case CTF_K_POINTER: in ctf_decl_push()
|
H A D | ctf_open.c | 286 case CTF_K_POINTER: in init_types() 327 pop[CTF_K_TYPEDEF] + pop[CTF_K_POINTER] + pop[CTF_K_VOLATILE] + in init_types() 476 case CTF_K_POINTER: in init_types()
|
H A D | ctf_create.c | 531 case CTF_K_POINTER: in ctf_dtd_delete() 716 return (ctf_add_reftype(fp, flag, ref, CTF_K_POINTER)); in ctf_add_pointer() 1373 case CTF_K_POINTER: in ctf_add_type()
|
/titanic_41/usr/src/lib/abi/apptrace/common/ |
H A D | apptraceutil.c | 63 if (ctf_type_kind(ctfp, rtype) == CTF_K_POINTER) { in print_value() 229 if (ctf_type_kind(ctfp, base) != CTF_K_POINTER) in print_ptr()
|
/titanic_41/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 | 768 if (ctf_type_kind(dnp->dn_ctfp, base) == CTF_K_POINTER && in dt_node_type_size() 891 kind == CTF_K_POINTER); in dt_node_is_scalar() 924 if (ctf_type_kind(fp, type) != CTF_K_POINTER) in dt_node_is_vfptr() 989 if (kind == CTF_K_POINTER && in dt_node_is_strcompat() 1015 return (kind == CTF_K_POINTER || kind == CTF_K_ARRAY); in dt_node_is_pointer() 1086 if (lkind == CTF_K_POINTER) { in dt_node_is_ptrcompat() 1099 if (rkind == CTF_K_POINTER) { in dt_node_is_ptrcompat() 1133 compat = (lkind == CTF_K_POINTER || lkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat() 1134 (rkind == CTF_K_POINTER || rkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat() 2976 } 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() 884 if (ddp->dd_kind == CTF_K_POINTER) { in dt_decl_type()
|
H A D | dt_dis.c | 279 case CTF_K_POINTER: in dt_dis_typestr()
|
H A D | dt_cg.c | 201 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()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1148 if (mdb_ctf_type_kind(base) == CTF_K_POINTER && in print_ptr() 1761 case CTF_K_POINTER: in pipe_print() 1936 delim = (mdb_ctf_type_kind(rid) == CTF_K_POINTER) ? in parse_member() 1945 if (kind != CTF_K_POINTER) { in parse_member() 1983 case CTF_K_POINTER: in parse_member() 2131 if (kind != CTF_K_POINTER) in cmd_print_tab_common() 2154 case CTF_K_POINTER: in cmd_print_tab_common() 2718 if (mdb_ctf_type_kind(base) != CTF_K_POINTER) { in printf_ptr() 2747 if (mdb_ctf_type_kind(base) == CTF_K_POINTER) { in printf_string()
|
H A D | mdb_ctf.c | 1076 case CTF_K_POINTER: in mdb_ctf_offset_to_name() 1161 case CTF_K_POINTER: in type_equals() 1303 if (tgtkind == CTF_K_POINTER && modkind == CTF_K_INTEGER && in vread_helper() 1352 case CTF_K_POINTER: in vread_helper()
|
H A D | mdb_tab.c | 532 if ((flags & MDB_TABC_NOPOINT) && rkind == CTF_K_POINTER) in tab_complete_type()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ctf.h | 257 #define CTF_K_POINTER 3 /* ctt_type is referenced type */ macro
|
/titanic_41/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()
|
/titanic_41/usr/src/tools/ctf/stabs/common/ |
H A D | fth_struct.c | 370 case CTF_K_POINTER: in fth_print_member()
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 299 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_POINTER, isroot, 0); in write_type() 692 case CTF_K_POINTER: in count_types() 1004 case CTF_K_POINTER: in resurrect_types()
|
/titanic_41/usr/src/tools/ctf/dump/ |
H A D | dump.c | 473 case CTF_K_POINTER: in read_types() 698 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]); in print_stats()
|