Searched refs:CTF_K_FUNCTION (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_decl.c | 118 case CTF_K_FUNCTION: in ctf_decl_push()
|
H A 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()
|
H A 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() 1410 case CTF_K_FUNCTION: in ctf_add_type()
|
H A D | ctf_lookup.c | 275 if (kind != CTF_K_FUNCTION) in ctf_func_info()
|
H A 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()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ctf.h | 259 #define CTF_K_FUNCTION 5 /* ctt_type is return type, variant data is */ macro
|
/titanic_44/usr/src/tools/ctf/dump/ |
H A D | dump.c | 352 if (kind != CTF_K_FUNCTION) { in read_funcs() 491 case CTF_K_FUNCTION: in read_types() 700 long_stat("total number of func types", stats.s_types[CTF_K_FUNCTION]); in print_stats()
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 179 fdata[0] = CTF_TYPE_INFO(CTF_K_FUNCTION, 1, nargs); in write_functions() 411 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FUNCTION, isroot, i); in write_type() 698 case CTF_K_FUNCTION: in count_types() 1102 case CTF_K_FUNCTION: in resurrect_types()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 448 dt_decl_t *ddp = dt_decl_alloc(CTF_K_FUNCTION, NULL); in dt_decl_func() 872 if (ddp->dd_kind == CTF_K_FUNCTION) { in dt_decl_type() 885 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_print.c | 325 if (bid == CTF_ERR || ctf_type_kind(ctfp, bid) != CTF_K_FUNCTION) { in dt_print_ptr()
|
H A D | dt_parser.c | 701 kind == CTF_K_ARRAY || kind == CTF_K_FUNCTION) in dt_node_type_assign() 930 return (kind == CTF_K_FUNCTION || (kind == CTF_K_INTEGER && in dt_node_is_vfptr() 1177 case CTF_K_FUNCTION: in dt_node_is_argcompat() 1459 if (ctf_type_kind(dtt.dtt_ctfp, dtt.dtt_type) == CTF_K_FUNCTION && in dt_node_decl() 2994 if (kind == CTF_K_FUNCTION) { in dt_cook_op1() 3588 if (kind == CTF_K_ARRAY || kind == CTF_K_FUNCTION) { in dt_cook_op2() 3927 (dt_node_is_scalar(rp) || rkind == CTF_K_FUNCTION)) in dt_cook_op2()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1818 case CTF_K_FUNCTION: in pipe_print()
|