Home
last modified time | relevance | path

Searched refs:cte_format (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2ctf.cc168 ctf_encoding.cte_format = CTF_INT_SIGNED; in gen_ctf_void_type()
235 ctf_encoding.cte_format = CTF_INT_SIGNED; in gen_ctf_base_type()
245 ctf_encoding.cte_format = CTF_INT_BOOL; in gen_ctf_base_type()
262 ctf_encoding.cte_format = CTF_FP_SINGLE; in gen_ctf_base_type()
264 ctf_encoding.cte_format = CTF_FP_DOUBLE; in gen_ctf_base_type()
266 ctf_encoding.cte_format = CTF_FP_LDOUBLE; in gen_ctf_base_type()
287 ctf_encoding.cte_format |= CTF_INT_CHAR; in gen_ctf_base_type()
291 ctf_encoding.cte_format |= CTF_INT_SIGNED; in gen_ctf_base_type()
308 ctf_encoding.cte_format = CTF_FP_CPLX; in gen_ctf_base_type()
310 ctf_encoding.cte_format = CTF_FP_DCPLX; in gen_ctf_base_type()
[all …]
Dctfout.cc705 encoding = CTF_INT_DATA (ctftype->dtd_u.dtu_enc.cte_format, in output_asm_ctf_vlen_bytes()
711 encoding = CTF_FP_DATA (ctftype->dtd_u.dtu_enc.cte_format, in output_asm_ctf_vlen_bytes()
Dctfc.h75 unsigned int cte_format; /* Data format (CTF_INT_* or CTF_FP_* flags). */ member
Dbtfout.cc917 encoding = BTF_INT_DATA (dtd->dtd_u.dtu_enc.cte_format, in output_asm_btf_vlen_bytes()
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_print.c89 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
246 if (e.cte_format & CTF_INT_VARARGS) { in dt_print_int()
291 if (e.cte_format == CTF_FP_SINGLE && in dt_print_float()
295 } else if (e.cte_format == CTF_FP_DOUBLE && in dt_print_float()
299 } else if (e.cte_format == CTF_FP_LDOUBLE && in dt_print_float()
Ddt_parser.h261 (((e).cte_format & (CTF_INT_CHAR | CTF_INT_SIGNED)) == \
Ddt_parser.c383 lrank = le.cte_bits + ((le.cte_format & CTF_INT_SIGNED) == 0); in dt_type_promote()
384 rrank = re.cte_bits + ((re.cte_format & CTF_INT_SIGNED) == 0); in dt_type_promote()
695 if (e.cte_format & CTF_INT_SIGNED) in dt_node_type_assign()
874 e.cte_format == CTF_FP_SINGLE || e.cte_format == CTF_FP_DOUBLE || in dt_node_is_float()
875 e.cte_format == CTF_FP_LDOUBLE)); in dt_node_is_float()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dctfread.c562 issigned = cet.cte_format & CTF_INT_SIGNED; in read_base_type()
563 ischar = cet.cte_format & CTF_INT_CHAR; in read_base_type()
564 isbool = cet.cte_format & CTF_INT_BOOL; in read_base_type()
583 isflt = !((cet.cte_format & CTF_FP_IMAGRY) == CTF_FP_IMAGRY in read_base_type()
584 || (cet.cte_format & CTF_FP_DIMAGRY) == CTF_FP_DIMAGRY in read_base_type()
585 || (cet.cte_format & CTF_FP_LDIMAGRY) == CTF_FP_LDIMAGRY); in read_base_type()
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dctf_api.h88 uint_t cte_format; /* data format (CTF_INT_* or CTF_FP_* flags) */ member
/netbsd/src/external/cddl/osnet/dist/common/ctf/
Dctf_types.c691 ep->cte_format = CTF_INT_ENCODING(data); in ctf_type_encoding()
697 ep->cte_format = CTF_FP_ENCODING(data); in ctf_type_encoding()
Dctf_create.c442 dtd->dtd_u.dtu_enc.cte_format, in ctf_update()
447 dtd->dtd_u.dtu_enc.cte_format, in ctf_update()
/netbsd/src/external/gpl3/gdb/dist/include/
Dctf-api.h138 uint32_t cte_format; /* Data format (CTF_INT_* or CTF_FP_* flags). */ member
/netbsd/src/external/gpl3/binutils/dist/include/
Dctf-api.h138 uint32_t cte_format; /* Data format (CTF_INT_* or CTF_FP_* flags). */ member