Searched refs:CTF_INT_BOOL (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | ctf.h | 370 #define CTF_INT_BOOL 0x04 /* Boolean display format. */ macro
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/sys/ |
| D | ctf.h | 233 #define CTF_INT_BOOL (1 << 2) macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | ctf.h | 442 #define CTF_INT_BOOL 0x04 /* Boolean display format. */ macro
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | ctf.h | 442 #define CTF_INT_BOOL 0x04 /* Boolean display format. */ macro
|
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/dump/ |
| D | dump.c | 144 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/ |
| D | dwarf2ctf.cc | 245 ctf_encoding.cte_format = CTF_INT_BOOL; in gen_ctf_base_type()
|
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| D | ctf.c | 346 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/ |
| D | dt_open.c | 567 { "_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/ |
| D | ctfread.c | 564 isbool = cet.cte_format & CTF_INT_BOOL; in read_base_type()
|