Searched refs:CTF_K_VOLATILE (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-qualifiers.c | 66 { "volatile struct volatile_struct [9]", CTF_K_VOLATILE }, 76 { "volatile struct volatile_struct", CTF_K_VOLATILE }, 109 { "volatile int [13]", CTF_K_VOLATILE }, 117 { "volatile const int", CTF_K_VOLATILE }, 126 { "volatile int", CTF_K_VOLATILE }, 140 { "volatile int [15]", CTF_K_VOLATILE }, 148 { "volatile const int", CTF_K_VOLATILE }, 157 { "volatile int", CTF_K_VOLATILE }, 171 { "volatile int [17]", CTF_K_VOLATILE }, 179 { "volatile const int", CTF_K_VOLATILE }, [all …]
|
H A D | check-reference.c | 60 { "volatile float", CTF_K_VOLATILE }, 103 { "volatile test_int_t", CTF_K_VOLATILE }, 112 { "volatile test_int_t", CTF_K_VOLATILE }, 153 { "volatile foo_t", CTF_K_VOLATILE }, 164 { "volatile const foo_t", CTF_K_VOLATILE },
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_decl.c | 126 case CTF_K_VOLATILE: in ctf_decl_push()
|
H A D | ctf_types.c | 197 case CTF_K_VOLATILE: in ctf_type_resolve() 409 case CTF_K_VOLATILE: in ctf_type_qlname() 646 case CTF_K_VOLATILE: in ctf_type_reference() 1398 case CTF_K_VOLATILE: in ctf_kind_name()
|
H A D | ctf_open.c | 289 case CTF_K_VOLATILE: in init_types() 328 pop[CTF_K_TYPEDEF] + pop[CTF_K_POINTER] + pop[CTF_K_VOLATILE] + in init_types() 489 case CTF_K_VOLATILE: in init_types()
|
H A D | ctf_create.c | 791 case CTF_K_VOLATILE: in ctf_dtd_delete() 1373 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_VOLATILE)); in ctf_add_volatile() 1825 case CTF_K_VOLATILE: in ctf_add_type()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf.h | 268 #define CTF_K_VOLATILE 11 /* ctt_type is base type */ macro
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 392 g_stats.cs_ntypes[CTF_K_VOLATILE]); in ctfdump_stats() 658 case CTF_K_VOLATILE: in ctfdump_types_cb() 894 case CTF_K_VOLATILE: in ctfsrc_type()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tab.c | 512 case CTF_K_VOLATILE: in tab_complete_type()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_dis.c | 316 case CTF_K_VOLATILE: in dt_dis_typestr()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 1306 kind == CTF_K_VOLATILE) { 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() 2191 ret = ctf_dwarf_create_reference(cup, die, idp, CTF_K_VOLATILE, in ctf_dwarf_convert_type()
|
H A D | ctf_diff.c | 685 case CTF_K_VOLATILE: in ctf_diff_type()
|
H A D | ctf_merge.c | 547 case CTF_K_VOLATILE: in ctf_merge_add_type()
|