Home
last modified time | relevance | path

Searched refs:CTF_INT_BOOL (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dctf.h287 #define CTF_INT_BOOL 0x04 /* boolean display format */ macro
/titanic_50/usr/src/cmd/ctfdump/
H A Dctfdump.c451 ~(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 Ddt_open.c475 { "_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 Dctf.c288 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 Dmdb_ctf.c110 { "_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 Dctf_dwarf.c876 enc->cte_format = CTF_INT_SIGNED | CTF_INT_BOOL; in ctf_dwarf_dwarf_base()