Searched refs:CTF_K_CONST (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_decl.c | 129 case CTF_K_CONST: in ctf_decl_push()
|
H A D | ctf_types.c | 184 case CTF_K_CONST: in ctf_type_resolve() 383 case CTF_K_CONST: in ctf_type_qlname() 620 case CTF_K_CONST: in ctf_type_reference() 1290 case CTF_K_CONST: in ctf_kind_name()
|
H A D | ctf_open.c | 289 case CTF_K_CONST: in init_types() 328 pop[CTF_K_CONST] + pop[CTF_K_RESTRICT])) != 0) in init_types() 489 case CTF_K_CONST: in init_types()
|
H A D | ctf_create.c | 781 case CTF_K_CONST: in ctf_dtd_delete() 1355 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_CONST)); in ctf_add_const() 1805 case CTF_K_CONST: in ctf_add_type()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf.h | 269 #define CTF_K_CONST 12 /* ctt_type is base type */ macro
|
/titanic_50/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 392 g_stats.cs_ntypes[CTF_K_CONST]); in ctfdump_stats() 641 case CTF_K_CONST: in ctfdump_types_cb() 865 case CTF_K_CONST: in ctfsrc_type()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 398 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_CONST, isroot, 0); in write_type() 696 case CTF_K_CONST: in count_types() 1097 case CTF_K_CONST: in resurrect_types()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tab.c | 517 case CTF_K_CONST: in tab_complete_type()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_dis.c | 306 case CTF_K_CONST: in dt_dis_typestr()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 1136 while (kind == CTF_K_TYPEDEF || kind == CTF_K_CONST || in ctf_dwarf_member_bitfield() 1769 ret = ctf_dwarf_create_reference(cup, die, idp, CTF_K_CONST, in ctf_dwarf_convert_type()
|
H A D | ctf_diff.c | 686 case CTF_K_CONST: in ctf_diff_type()
|
H A D | ctf_merge.c | 527 case CTF_K_CONST: in ctf_merge_add_type()
|