Searched refs:CTF_INT_BOOL (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf.h | 287 #define CTF_INT_BOOL 0x04 /* boolean display format */ macro
|
/titanic_50/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 451 ~(CTF_INT_SIGNED | CTF_INT_CHAR | CTF_INT_BOOL | in ctfdump_intenc_name() 469 if (cte->cte_format & CTF_INT_BOOL) { in ctfdump_intenc_name()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_open.c | 475 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER }, 511 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 288 encoding |= CTF_INT_BOOL; in write_type() 976 else if (encoding & CTF_INT_BOOL) in resurrect_types()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 110 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER }, 142 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 876 enc->cte_format = CTF_INT_SIGNED | CTF_INT_BOOL; in ctf_dwarf_dwarf_base()
|