/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-qualifiers.c | 24 { "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 D | check-reference.c | 54 { "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 D | check-sou.c | 408 { "const forward_t", CTF_K_CONST }, 421 { "const union regress [9]", CTF_K_CONST }, 429 { "const union regress", CTF_K_CONST },
|
H A D | check-array.c | 58 { "const char", CTF_K_CONST },
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_decl.c | 127 case CTF_K_CONST: in ctf_decl_push()
|
H A D | ctf_types.c | 198 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 D | ctf_open.c | 290 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 D | ctf_create.c | 792 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 D | ctf.h | 269 #define CTF_K_CONST 12 /* ctt_type is base type */ macro
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 394 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 D | mdb_tab.c | 510 case CTF_K_CONST: in tab_complete_type()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_dis.c | 319 case CTF_K_CONST: in dt_dis_typestr()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 1305 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 D | ctf_diff.c | 686 case CTF_K_CONST: in ctf_diff_type()
|
H A D | ctf_merge.c | 548 case CTF_K_CONST: in ctf_merge_add_type()
|