Home
last modified time | relevance | path

Searched refs:CTF_K_FUNCTION (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/sys/cddl/dev/fbt/
Dfbt.c489 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/
Dctf_decl.c118 case CTF_K_FUNCTION: in ctf_decl_push()
Dctf_types.c267 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()
Dctf_open.c245 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()
Dctf_create.c290 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()
Dctf_lookup.c277 if (kind != CTF_K_FUNCTION) in ctf_func_info()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dctf.h261 #define CTF_K_FUNCTION 5 /* ctt_type is return type, variant data is */ macro
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/
Ddump.c350 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/
Dctf.c202 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/
Ddt_decl.c431 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()
Ddt_print.c325 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
Ddt_dis.c285 case CTF_K_FUNCTION: in dt_dis_typestr()
Ddt_parser.c706 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()