Searched refs:CTF_INT_CHAR (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_parser.h | 261 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \ 262 (CTF_INT_CHAR | CTF_INT_SIGNED) && (e).cte_bits == NBBY)
|
| D | dt_open.c | 556 { "char", { CTF_INT_SIGNED | CTF_INT_CHAR, 0, 8 }, CTF_K_INTEGER }, 561 { "signed char", { CTF_INT_SIGNED | CTF_INT_CHAR, 0, 8 }, CTF_K_INTEGER }, 566 { "unsigned char", { CTF_INT_CHAR, 0, 8 }, CTF_K_INTEGER }, 592 { "char", { CTF_INT_SIGNED | CTF_INT_CHAR, 0, 8 }, CTF_K_INTEGER }, 597 { "signed char", { CTF_INT_SIGNED | CTF_INT_CHAR, 0, 8 }, CTF_K_INTEGER }, 602 { "unsigned char", { CTF_INT_CHAR, 0, 8 }, CTF_K_INTEGER },
|
| D | dt_print.c | 89 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \ 90 (CTF_INT_CHAR | CTF_INT_SIGNED) && (e).cte_bits == NBBY)
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| D | ctf.h | 286 #define CTF_INT_CHAR 0x02 /* character display format */ macro
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/ |
| D | dump.c | 135 if (encoding == 0 || (encoding & ~(CTF_INT_SIGNED | CTF_INT_CHAR | in int_encoding_to_str() 142 if (encoding & CTF_INT_CHAR) in int_encoding_to_str()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | ctf.c | 342 encoding |= CTF_INT_CHAR; in write_type() 1077 if (encoding & CTF_INT_CHAR) in resurrect_types()
|