Searched refs:CTF_K_POINTER (Results 1 – 14 of 14) sorted by relevance
| /freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/ |
| HD | 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()
|
| HD | ctf_decl.c | 123 case CTF_K_POINTER: in ctf_decl_push()
|
| HD | 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()
|
| HD | 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() 1389 case CTF_K_POINTER: in ctf_add_type()
|
| /freebsd-11-stable/sys/cddl/dev/fbt/ |
| HD | fbt.c | 492 case CTF_K_POINTER: in fbt_typoff_init() 570 case CTF_K_POINTER: in fbt_typoff_init() 818 case CTF_K_POINTER: in ctf_decl_push() 909 k = CTF_K_POINTER; /* avoid leading whitespace (see below) */ in fbt_type_name() 919 if (k != CTF_K_POINTER && k != CTF_K_ARRAY) in fbt_type_name() 933 case CTF_K_POINTER: in fbt_type_name()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | 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()
|
| HD | dt_parser.c | 773 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() 1138 compat = (lkind == CTF_K_POINTER || lkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat() 1139 (rkind == CTF_K_POINTER || rkind == CTF_K_ARRAY) && in dt_node_is_ptrcompat() 2972 } else if (kind == CTF_K_POINTER) { in dt_cook_op1() [all …]
|
| HD | dt_decl.c | 438 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()
|
| HD | dt_dis.c | 279 case CTF_K_POINTER: in dt_dis_typestr()
|
| HD | 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()
|
| HD | dt_consume.c | 1706 case CTF_K_POINTER: in dt_print_type_data()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | ctf.h | 259 #define CTF_K_POINTER 3 /* ctt_type is referenced type */ macro
|
| /freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | ctf.c | 360 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_POINTER, isroot, 0); in write_type() 799 case CTF_K_POINTER: in count_types() 1111 case CTF_K_POINTER: in resurrect_types()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/ |
| HD | dump.c | 472 case CTF_K_POINTER: in read_types() 698 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]); in print_stats()
|