Searched refs:CTF_K_FUNCTION (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 369 case CTF_K_FUNCTION: in ctf_type_qlname() 507 case CTF_K_FUNCTION: in ctf_type_size() 571 case CTF_K_FUNCTION: in ctf_type_align() 1129 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_FUNCTION) in ctf_func_info_by_id() 1163 if (LCTF_INFO_KIND(fp, tp->ctt_info) != CTF_K_FUNCTION) in ctf_func_args_by_id() 1275 if (LCTF_INFO_KIND(fp, info) != CTF_K_FUNCTION) in ctf_function_iter() 1386 case CTF_K_FUNCTION: in ctf_kind_name()
|
H A D | ctf_decl.c | 116 case CTF_K_FUNCTION: in ctf_decl_push()
|
H A D | ctf_open.c | 246 case CTF_K_FUNCTION: in init_types() 327 pop[CTF_K_INTEGER] + pop[CTF_K_FLOAT] + pop[CTF_K_FUNCTION] + in init_types() 390 case CTF_K_FUNCTION: in init_types()
|
H A D | ctf_create.c | 370 case CTF_K_FUNCTION: in ctf_update() 560 case CTF_K_FUNCTION: { in ctf_update() 631 ushort_t data = CTF_TYPE_INFO(CTF_K_FUNCTION, 0, in ctf_update() 775 case CTF_K_FUNCTION: in ctf_dtd_delete() 1176 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(CTF_K_FUNCTION, flag, vlen); in ctf_add_funcptr() 1861 case CTF_K_FUNCTION: in ctf_add_type()
|
H A D | ctf_lookup.c | 278 if (kind != CTF_K_FUNCTION) in ctf_func_info()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf.h | 261 #define CTF_K_FUNCTION 5 /* ctt_type is return type, variant data is */ macro
|
/illumos-gate/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() 895 if (ddp->dd_kind == CTF_K_FUNCTION) { in dt_decl_type() 908 if (ddp->dd_next->dd_kind == CTF_K_FUNCTION) { in dt_decl_type()
|
H A D | dt_dis.c | 298 case CTF_K_FUNCTION: in dt_dis_typestr()
|
H A D | dt_print.c | 344 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_member() 940 return (kind == CTF_K_FUNCTION || (kind == CTF_K_INTEGER && in dt_node_is_vfptr() 1187 case CTF_K_FUNCTION: in dt_node_is_argcompat() 1471 if (ctf_type_kind(dtt.dtt_ctfp, dtt.dtt_type) == CTF_K_FUNCTION && in dt_node_decl() 3006 if (kind == CTF_K_FUNCTION) { in dt_cook_op1() 3600 if (kind == CTF_K_ARRAY || kind == CTF_K_FUNCTION) { in dt_cook_op2() 3940 (dt_node_is_scalar(rp) || rkind == CTF_K_FUNCTION)) in dt_cook_op2()
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 380 g_stats.cs_ntypes[CTF_K_FUNCTION]); in ctfdump_stats() 581 case CTF_K_FUNCTION: in ctfdump_types_cb() 893 case CTF_K_FUNCTION: in ctfsrc_type()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_merge.c | 558 case CTF_K_FUNCTION: in ctf_merge_add_type() 1165 if (LCTF_INFO_KIND(fp, funcbase) != CTF_K_FUNCTION) in ctf_merge_add_symbol()
|
H A D | ctf_diff.c | 666 case CTF_K_FUNCTION: in ctf_diff_type()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1881 case CTF_K_FUNCTION: in pipe_print()
|