Home
last modified time | relevance | path

Searched refs:ctf_type_encoding (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_print.c237 if (ctf_type_encoding(ctfp, base, &e) == CTF_ERR) { in dt_print_int()
290 if (ctf_type_encoding(ctfp, base, &e) == 0) { in dt_print_float()
394 ctf_type_encoding(ctfp, rtype, &e) != CTF_ERR && CTF_IS_CHAR(e)) { in dt_print_array()
612 ctf_type_encoding(ctfp, id, &e) == 0) { in dt_print_member()
Ddt_parser.c367 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) { in dt_type_promote()
372 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) { in dt_type_promote()
689 if (kind == CTF_K_INTEGER && ctf_type_encoding(fp, base, &e) == 0) { in dt_node_type_assign()
699 if (kind == CTF_K_FLOAT && ctf_type_encoding(fp, base, &e) == 0) { in dt_node_type_assign()
853 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)) in dt_node_is_integer()
873 ctf_type_encoding(dnp->dn_ctfp, type, &e) == 0 && ( in dt_node_is_float()
892 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)) in dt_node_is_scalar()
913 return (ctf_type_encoding(fp, type, &e) == 0 && !IS_VOID(e)); in dt_node_is_arith()
936 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))); in dt_node_is_vfptr()
997 ctf_type_encoding(fp, base, &e) == 0 && IS_CHAR(e)) in dt_node_is_strcompat()
[all …]
Ddt_cg.c167 ctf_type_encoding(ctfp, type, &e) != CTF_ERR) in dt_cg_load()
248 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_get()
353 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_set()
418 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR) in dt_cg_store()
Ddt_printf.c114 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e)); in pfcheck_str()
131 ctf_type_encoding(ctfp, base, &e) == 0 && e.cte_bits == 32); in pfcheck_wstr()
Ddt_decl.c588 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR || in dt_decl_member()
/netbsd/src/external/cddl/osnet/lib/libctf/
Dctf.expsym91 ctf_type_encoding
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dctf_api.h191 extern int ctf_type_encoding(ctf_file_t *, ctf_id_t, ctf_encoding_t *);
/netbsd/src/external/cddl/osnet/dist/common/ctf/
Dctf_types.c675 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) in ctf_type_encoding() function
771 return (ctf_type_encoding(lfp, ltype, &le) == 0 && in ctf_type_compat()
772 ctf_type_encoding(rfp, rtype, &re) == 0 && in ctf_type_compat()
Dctf_create.c1215 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR) in ctf_add_member()
1503 if (ctf_type_encoding(src_fp, src_type, in ctf_add_type()
1531 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0) in ctf_add_type()
1544 if (ctf_type_encoding(src_fp, (ctf_id_t)hep->h_type, in ctf_add_type()
1556 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0) in ctf_add_type()
Dctf_open.c531 } else if (ctf_type_encoding(fp, hep->h_type, in init_types()
/netbsd/src/external/gpl3/gdb/dist/include/
Dctf-api.h613 extern int ctf_type_encoding (ctf_dict_t *, ctf_id_t, ctf_encoding_t *);
DChangeLog-2019381 (ctf_type_encoding): Likewise.
/netbsd/src/external/gpl3/binutils/dist/include/
Dctf-api.h418 extern int ctf_type_encoding (ctf_dict_t *, ctf_id_t, ctf_encoding_t *);
DChangeLog-2019381 (ctf_type_encoding): Likewise.
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dctfread.c315 && ctf_type_encoding (fp, tid, &cet) != CTF_ERR) in get_bitsize()
539 if (ctf_type_encoding (fp, tid, &cet)) in read_base_type()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git55521 (ctf_type_encoding): Use the original dict.