Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_parser.h261 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
262 (CTF_INT_CHAR | CTF_INT_SIGNED) && (e).cte_bits == NBBY)
Ddt_open.c556 { "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 },
Ddt_print.c89 (((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/
Dctf.h286 #define CTF_INT_CHAR 0x02 /* character display format */ macro
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/
Ddump.c135 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/
Dctf.c342 encoding |= CTF_INT_CHAR; in write_type()
1077 if (encoding & CTF_INT_CHAR) in resurrect_types()