Searched refs:CTF_K_ENUM (Results 1 – 13 of 13) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 241 if (kind != CTF_K_ENUM) in ctf_enum_iter() 403 case CTF_K_ENUM: in ctf_type_qlname() 504 case CTF_K_ENUM: in ctf_type_size() 583 case CTF_K_ENUM: in ctf_type_align() 783 case CTF_K_ENUM: in ctf_type_compat() 905 if (kind != CTF_K_ENUM) { in ctf_enum_name() 944 if (kind != CTF_K_ENUM) { in ctf_enum_value()
|
H A D | ctf_create.c | 359 case CTF_K_ENUM: in ctf_update() 510 case CTF_K_ENUM: in ctf_update() 606 case CTF_K_ENUM: in ctf_dtd_delete() 614 if (kind != CTF_K_ENUM) in ctf_dtd_delete() 1005 dtd->dtd_data.ctt_info = LCTF_TYPE_INFO(fp, CTF_K_ENUM, flag, 0); in ctf_add_enum() 1026 case CTF_K_ENUM: in ctf_add_forward() 1112 if (kind != CTF_K_ENUM) in ctf_add_enumerator() 1440 case CTF_K_ENUM: in ctf_add_type() 1465 if (dst_kind != CTF_K_FORWARD || (kind != CTF_K_ENUM && in ctf_add_type() 1675 case CTF_K_ENUM: in ctf_add_type()
|
H A D | ctf_open.c | 405 case CTF_K_ENUM: in init_types() 458 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) in init_types() 599 case CTF_K_ENUM: in init_types() 629 case CTF_K_ENUM: in init_types()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/ |
H A D | dump.c | 649 case CTF_K_ENUM: in read_types() 792 long_stat("total number of enums", stats.s_types[CTF_K_ENUM]); in print_stats() 836 if (stats.s_types[CTF_K_ENUM] != 0) { in print_stats() 838 (float)stats.s_nemem / (float)stats.s_types[CTF_K_ENUM]); in print_stats()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_decl.c | 659 dt_decl_t *ddp = dt_decl_spec(CTF_K_ENUM, name); in dt_decl_enum() 710 assert(dsp->ds_decl->dd_kind == CTF_K_ENUM); in dt_decl_enumerator() 999 case CTF_K_ENUM: in dt_decl_type() 1029 case CTF_K_ENUM: in dt_decl_type()
|
H A D | dt_grammar.y | 755 | DT_KEY_ENUM DT_TOK_IDENT { $$ = dt_decl_spec(CTF_K_ENUM, $2); } 756 | DT_KEY_ENUM DT_TOK_TNAME { $$ = dt_decl_spec(CTF_K_ENUM, $2); }
|
H A D | dt_parser.c | 354 assert(lkind == CTF_K_INTEGER || lkind == CTF_K_ENUM); in dt_type_promote() 355 assert(rkind == CTF_K_INTEGER || rkind == CTF_K_ENUM); in dt_type_promote() 357 if (lkind == CTF_K_ENUM) { in dt_type_promote() 362 if (rkind == CTF_K_ENUM) { in dt_type_promote() 856 return (kind == CTF_K_INTEGER || kind == CTF_K_ENUM); in dt_node_is_integer() 895 return (kind == CTF_K_INTEGER || kind == CTF_K_ENUM || in dt_node_is_scalar() 915 return (kind == CTF_K_ENUM); in dt_node_is_arith() 1460 ddp->dd_kind != CTF_K_UNION && ddp->dd_kind != CTF_K_ENUM) in dt_node_decl() 3353 if (kind == CTF_K_ENUM && rp->dn_kind == DT_NODE_IDENT && in dt_cook_op2()
|
H A D | dt_dis.c | 294 case CTF_K_ENUM: in dt_dis_typestr()
|
/freebsd/sys/ddb/ |
H A D | db_ctf.c | 125 case CTF_K_ENUM: in db_ctf_type_size()
|
H A D | db_pprint.c | 345 case CTF_K_ENUM: in db_pprint_type()
|
/freebsd/sys/sys/ |
H A D | ctf.h | 213 #define CTF_K_ENUM 8 macro
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 609 case CTF_K_ENUM: in fbt_typoff_init() 697 case CTF_K_ENUM: in fbt_typoff_init() 1117 case CTF_K_ENUM: in fbt_type_name()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctf.c | 441 ctt.ctt_info = CTF_V3_TYPE_INFO(CTF_K_ENUM, isroot, i); in write_type() 857 case CTF_K_ENUM: in count_types() 1277 case CTF_K_ENUM: in resurrect_types()
|