Home
last modified time | relevance | path

Searched refs:CTF_K_CONST (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-qualifiers.c24 { "const union const_union [5]", CTF_K_CONST },
33 { "const union const_union", CTF_K_CONST },
45 { "const struct const_struct [7]", CTF_K_CONST },
54 { "const struct const_struct", CTF_K_CONST },
88 { "const int [11]", CTF_K_CONST },
96 { "const int", CTF_K_CONST },
108 { "const volatile int [13]", CTF_K_CONST },
118 { "const int", CTF_K_CONST },
125 { "const volatile int", CTF_K_CONST },
139 { "const volatile int [15]", CTF_K_CONST },
[all …]
H A Dcheck-reference.c54 { "const short", CTF_K_CONST },
95 { "const test_int_t", CTF_K_CONST },
111 { "const volatile test_int_t", CTF_K_CONST },
120 { "int *const", CTF_K_CONST },
127 { "const char *const", CTF_K_CONST },
129 { "const char", CTF_K_CONST },
152 { "const volatile foo_t", CTF_K_CONST },
156 { "int *const", CTF_K_CONST },
165 { "const foo_t", CTF_K_CONST },
168 { "int *const", CTF_K_CONST },
H A Dcheck-sou.c408 { "const forward_t", CTF_K_CONST },
421 { "const union regress [9]", CTF_K_CONST },
429 { "const union regress", CTF_K_CONST },
H A Dcheck-array.c58 { "const char", CTF_K_CONST },
/illumos-gate/usr/src/common/ctf/
H A Dctf_decl.c127 case CTF_K_CONST: in ctf_decl_push()
H A Dctf_types.c198 case CTF_K_CONST: in ctf_type_resolve()
412 case CTF_K_CONST: in ctf_type_qlname()
647 case CTF_K_CONST: in ctf_type_reference()
1400 case CTF_K_CONST: in ctf_kind_name()
H A Dctf_open.c290 case CTF_K_CONST: in init_types()
329 pop[CTF_K_CONST] + pop[CTF_K_RESTRICT])) != 0) in init_types()
490 case CTF_K_CONST: in init_types()
H A Dctf_create.c792 case CTF_K_CONST: in ctf_dtd_delete()
1379 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_CONST)); in ctf_add_const()
1826 case CTF_K_CONST: in ctf_add_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h269 #define CTF_K_CONST 12 /* ctt_type is base type */ macro
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c394 g_stats.cs_ntypes[CTF_K_CONST]); in ctfdump_stats()
665 case CTF_K_CONST: in ctfdump_types_cb()
895 case CTF_K_CONST: in ctfsrc_type()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tab.c510 case CTF_K_CONST: in tab_complete_type()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c319 case CTF_K_CONST: in dt_dis_typestr()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1305 while (kind == CTF_K_TYPEDEF || kind == CTF_K_CONST || in ctf_dwarf_member_bitfield()
1809 if (kind != CTF_K_CONST && kind != CTF_K_VOLATILE && in needed_array_qualifier()
1841 if (akind != CTF_K_CONST && akind != CTF_K_VOLATILE && in needed_array_qualifier()
2186 ret = ctf_dwarf_create_reference(cup, die, idp, CTF_K_CONST, in ctf_dwarf_convert_type()
H A Dctf_diff.c686 case CTF_K_CONST: in ctf_diff_type()
H A Dctf_merge.c548 case CTF_K_CONST: in ctf_merge_add_type()