Searched refs:CTF_K_FUNCTION (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/cddl/dev/fbt/ |
| D | fbt.c | 489 case CTF_K_FUNCTION: in fbt_typoff_init() 578 case CTF_K_FUNCTION: in fbt_typoff_init() 850 case CTF_K_FUNCTION: in ctf_decl_push() 976 case CTF_K_FUNCTION: in fbt_type_name() 1074 if (kind != CTF_K_FUNCTION) { in fbt_getargdesc()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/ |
| D | ctf_decl.c | 118 case CTF_K_FUNCTION: in ctf_decl_push()
|
| D | ctf_types.c | 267 case CTF_K_FUNCTION: in ctf_type_qlname() 361 case CTF_K_FUNCTION: in ctf_type_size() 407 case CTF_K_FUNCTION: in ctf_type_align()
|
| D | ctf_open.c | 245 case CTF_K_FUNCTION: in init_types() 326 pop[CTF_K_INTEGER] + pop[CTF_K_FLOAT] + pop[CTF_K_FUNCTION] + in init_types() 389 case CTF_K_FUNCTION: in init_types()
|
| D | ctf_create.c | 290 case CTF_K_FUNCTION: in ctf_update() 383 case CTF_K_FUNCTION: { in ctf_update() 516 case CTF_K_FUNCTION: in ctf_dtd_delete() 825 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(CTF_K_FUNCTION, flag, vlen); in ctf_add_function() 1501 case CTF_K_FUNCTION: in ctf_add_type()
|
| D | ctf_lookup.c | 277 if (kind != CTF_K_FUNCTION) in ctf_func_info()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| D | ctf.h | 261 #define CTF_K_FUNCTION 5 /* ctt_type is return type, variant data is */ macro
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/ |
| D | dump.c | 350 if (kind != CTF_K_FUNCTION) { in read_funcs() 489 case CTF_K_FUNCTION: in read_types() 699 long_stat("total number of func types", stats.s_types[CTF_K_FUNCTION]); in print_stats()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | ctf.c | 202 fdata[0] = CTF_TYPE_INFO(CTF_K_FUNCTION, 1, nargs); in write_functions() 494 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FUNCTION, isroot, i); in write_type() 801 case CTF_K_FUNCTION: in count_types() 1203 case CTF_K_FUNCTION: in resurrect_types()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_decl.c | 431 dt_decl_t *ddp = dt_decl_alloc(CTF_K_FUNCTION, NULL); in dt_decl_func() 856 if (ddp->dd_kind == CTF_K_FUNCTION) { in dt_decl_type() 869 if (ddp->dd_next->dd_kind == CTF_K_FUNCTION) { in dt_decl_type()
|
| D | dt_print.c | 325 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
|
| D | dt_dis.c | 285 case CTF_K_FUNCTION: in dt_dis_typestr()
|
| D | dt_parser.c | 706 kind == CTF_K_ARRAY || kind == CTF_K_FUNCTION) in dt_node_type_assign() 935 return (kind == CTF_K_FUNCTION || (kind == CTF_K_INTEGER && in dt_node_is_vfptr() 1182 case CTF_K_FUNCTION: in dt_node_is_argcompat() 1464 if (ctf_type_kind(dtt.dtt_ctfp, dtt.dtt_type) == CTF_K_FUNCTION && in dt_node_decl() 3000 if (kind == CTF_K_FUNCTION) { in dt_cook_op1() 3595 if (kind == CTF_K_ARRAY || kind == CTF_K_FUNCTION) { in dt_cook_op2() 3934 (dt_node_is_scalar(rp) || rkind == CTF_K_FUNCTION)) in dt_cook_op2()
|