Searched refs:CTF_INT_BOOL (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf.h | 287 #define CTF_INT_BOOL 0x04 /* boolean display format */ macro
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 452 ~(CTF_INT_SIGNED | CTF_INT_CHAR | CTF_INT_BOOL | in ctfdump_intenc_name() 470 if (cte->cte_format & CTF_INT_BOOL) { in ctfdump_intenc_name()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_open.c | 479 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER }, 515 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
|
/illumos-gate/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 },
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 1035 enc->cte_format = CTF_INT_SIGNED | CTF_INT_BOOL; in ctf_dwarf_dwarf_base()
|