Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c106 case CTF_K_ARRAY: in ctf_decl_push()
167 if (kind == CTF_K_ARRAY || (is_qual && prec == CTF_PREC_BASE)) in ctf_decl_push()
H A Dctf_types.c365 if (k != CTF_K_POINTER && k != CTF_K_ARRAY) in ctf_type_qlname()
384 case CTF_K_ARRAY: in ctf_type_qlname()
507 case CTF_K_ARRAY: in ctf_type_size()
553 case CTF_K_ARRAY: in ctf_type_align()
774 case CTF_K_ARRAY: in ctf_type_compat()
861 if (kind != CTF_K_ARRAY) in ctf_array_info()
H A Dctf_create.c331 case CTF_K_ARRAY: in ctf_update()
447 case CTF_K_ARRAY: in ctf_update()
628 case CTF_K_ARRAY: in ctf_dtd_delete()
846 dtd->dtd_data.ctt_info = LCTF_TYPE_INFO(fp, CTF_K_ARRAY, flag, 0); in ctf_add_array()
865 LCTF_INFO_KIND(fp, dtd->dtd_data.ctt_info) != CTF_K_ARRAY) in ctf_set_array()
1571 case CTF_K_ARRAY: in ctf_add_type()
H A Dctf_open.c380 case CTF_K_ARRAY: in init_types()
524 case CTF_K_ARRAY: in init_types()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c582 case CTF_K_ARRAY: in fbt_typoff_init()
670 case CTF_K_ARRAY: in fbt_typoff_init()
891 if (kind != CTF_K_ARRAY) in fbt_array_info()
967 case CTF_K_ARRAY: in ctf_decl_push()
1024 if (kind == CTF_K_ARRAY || (is_qual && prec == CTF_PREC_BASE)) in ctf_decl_push()
1087 if (k != CTF_K_POINTER && k != CTF_K_ARRAY) in fbt_type_name()
1104 case CTF_K_ARRAY: in fbt_type_name()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c706 kind == CTF_K_ARRAY || kind == CTF_K_FUNCTION) in dt_node_type_assign()
1000 if (kind == CTF_K_ARRAY && ctf_array_info(fp, base, &r) == 0 && in dt_node_is_strcompat()
1020 return (kind == CTF_K_POINTER || kind == CTF_K_ARRAY); in dt_node_is_pointer()
1094 } else if (lkind == CTF_K_ARRAY && in dt_node_is_ptrcompat()
1107 } else if (rkind == CTF_K_ARRAY && 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()
1602 if (ddp->dd_kind == CTF_K_ARRAY && ddp->dd_node == NULL) { in dt_node_decl()
1628 assc = ddp->dd_kind == CTF_K_ARRAY && in dt_node_decl()
2288 if (ddp->dd_kind == CTF_K_ARRAY) { in dt_node_inline()
[all …]
H A Ddt_decl.c370 dt_decl_t *ddp = dt_decl_push(dt_decl_alloc(CTF_K_ARRAY, NULL)); in dt_decl_array()
380 while (ndp->dd_next != NULL && ndp->dd_next->dd_kind == CTF_K_ARRAY) in dt_decl_array()
911 if (ddp->dd_kind == CTF_K_ARRAY) { in dt_decl_type()
H A Ddt_dis.c282 case CTF_K_ARRAY: in dt_dis_typestr()
H A Ddt_printf.c123 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 && in pfcheck_str()
139 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 && in pfcheck_wstr()
H A Ddt_cg.c201 assert(kind == CTF_K_POINTER || kind == CTF_K_ARRAY); in dt_cg_ptrsize()
203 if (kind == CTF_K_ARRAY) { in dt_cg_ptrsize()
/freebsd/sys/ddb/
H A Ddb_ctf.c115 case CTF_K_ARRAY: in db_ctf_type_size()
H A Ddb_pprint.c348 case CTF_K_ARRAY: in db_pprint_type()
/freebsd/sys/sys/
H A Dctf.h209 #define CTF_K_ARRAY 4 macro
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c361 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_ARRAY, isroot, 1); in write_type()
833 case CTF_K_ARRAY: in count_types()
1175 case CTF_K_ARRAY: { in resurrect_types()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c523 case CTF_K_ARRAY: { in read_types()
788 long_stat("total number of arrays", stats.s_types[CTF_K_ARRAY]); in print_stats()