Searched refs:CTF_K_FUNCTION (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 588 case CTF_K_FUNCTION: in fbt_typoff_init() 676 case CTF_K_FUNCTION: in fbt_typoff_init() 982 case CTF_K_FUNCTION: in ctf_decl_push() 1107 case CTF_K_FUNCTION: in fbt_type_name() 1217 if (kind != CTF_K_FUNCTION) { in fbt_getargdesc()
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_decl.c | 121 case CTF_K_FUNCTION: in ctf_decl_push()
|
H A D | ctf_types.c | 387 case CTF_K_FUNCTION: in ctf_type_qlname() 501 case CTF_K_FUNCTION: in ctf_type_size() 550 case CTF_K_FUNCTION: in ctf_type_align()
|
H A D | ctf_create.c | 336 case CTF_K_FUNCTION: in ctf_update() 472 case CTF_K_FUNCTION: { in ctf_update() 620 case CTF_K_FUNCTION: in ctf_dtd_delete() 930 dtd->dtd_data.ctt_info = LCTF_TYPE_INFO(fp, CTF_K_FUNCTION, flag, vlen); in ctf_add_function() 1595 case CTF_K_FUNCTION: in ctf_add_type()
|
H A D | ctf_open.c | 386 case CTF_K_FUNCTION: in init_types() 462 pop[CTF_K_INTEGER] + pop[CTF_K_FLOAT] + pop[CTF_K_FUNCTION] + in init_types() 531 case CTF_K_FUNCTION: in init_types()
|
H A D | ctf_lookup.c | 284 if (kind != CTF_K_FUNCTION) in ctf_func_info()
|
/freebsd/sys/ddb/ |
H A D | db_ctf.c | 128 case CTF_K_FUNCTION: in db_ctf_type_size()
|
H A D | db_pprint.c | 328 case CTF_K_FUNCTION: in db_pprint_type()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/ |
H A D | dump.c | 357 if (kind != CTF_K_FUNCTION) { in read_funcs() 547 case CTF_K_FUNCTION: { in read_types() 789 long_stat("total number of func types", stats.s_types[CTF_K_FUNCTION]); in print_stats()
|
/freebsd/sys/sys/ |
H A D | ctf.h | 210 #define CTF_K_FUNCTION 5 macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A 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()
|
H A D | dt_dis.c | 285 case CTF_K_FUNCTION: in dt_dis_typestr()
|
H A 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() 1205 case CTF_K_FUNCTION: in dt_node_is_argcompat() 1487 if (ctf_type_kind(dtt.dtt_ctfp, dtt.dtt_type) == CTF_K_FUNCTION && in dt_node_decl() 3023 if (kind == CTF_K_FUNCTION) { in dt_cook_op1() 3618 if (kind == CTF_K_ARRAY || kind == CTF_K_FUNCTION) { in dt_cook_op2() 3957 (dt_node_is_scalar(rp) || rkind == CTF_K_FUNCTION)) in dt_cook_op2()
|
H A D | dt_print.c | 338 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctf.c | 201 fdata[0] = CTF_V3_TYPE_INFO(CTF_K_FUNCTION, 1, nargs); in write_functions() 491 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_FUNCTION, isroot, i); in write_type() 830 case CTF_K_FUNCTION: in count_types() 1314 case CTF_K_FUNCTION: in resurrect_types()
|