Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/include/
Dctf.h370 #define CTF_INT_BOOL 0x04 /* Boolean display format. */ macro
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dctf.h233 #define CTF_INT_BOOL (1 << 2) macro
/netbsd/src/external/gpl3/gdb/dist/include/
Dctf.h442 #define CTF_INT_BOOL 0x04 /* Boolean display format. */ macro
/netbsd/src/external/gpl3/binutils/dist/include/
Dctf.h442 #define CTF_INT_BOOL 0x04 /* Boolean display format. */ macro
/netbsd/src/external/cddl/osnet/dist/tools/ctf/dump/
Ddump.c144 CTF_INT_BOOL | CTF_INT_VARARGS)) != 0) in int_encoding_to_str()
152 if (encoding & CTF_INT_BOOL) in int_encoding_to_str()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2ctf.cc245 ctf_encoding.cte_format = CTF_INT_BOOL; in gen_ctf_base_type()
/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dctf.c346 encoding |= CTF_INT_BOOL; in write_type()
1153 else if (encoding & CTF_INT_BOOL) in resurrect_types()
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_open.c567 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
603 { "_Bool", { CTF_INT_BOOL, 0, 8 }, CTF_K_INTEGER },
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dctfread.c564 isbool = cet.cte_format & CTF_INT_BOOL; in read_base_type()