/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_print.c | 237 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()
|
H A D | dt_parser.c | 367 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 …]
|
H A D | dt_cg.c | 167 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()
|
H A D | dt_printf.c | 114 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()
|
H A D | dt_decl.c | 588 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR || in dt_decl_member()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 1181 ctf_type_encoding (ctf_dict_t *fp, ctf_id_t type, ctf_encoding_t *ep) in ctf_type_encoding() function 1229 if (ctf_type_encoding (ofp, underlying, &underlying_en) < 0) in ctf_type_encoding() 1320 return (ctf_type_encoding (lfp, ltype, &le) == 0 in ctf_type_compat() 1321 && ctf_type_encoding (rfp, rtype, &re) == 0 in ctf_type_compat() 1339 lencoded = ctf_type_encoding (lfp, ltype, &le); in ctf_type_compat() 1340 rencoded = ctf_type_encoding (rfp, rtype, &re); in ctf_type_compat()
|
H A D | libctf.ver | 70 ctf_type_encoding;
|
H A D | ctf-create.c | 1243 if (ctf_type_encoding (fp, ltype, &linfo) == 0) in ctf_add_member_offset() 1704 if (ctf_type_encoding (src_fp, src_type, &src_en) != 0) in ctf_add_type_internal() 1714 if (ctf_type_encoding (dst_fp, dst_type, &dst_en) != 0) in ctf_add_type_internal()
|
H A D | ctf-dump.c | 149 if (unsliced_kind != CTF_K_ENUM && ctf_type_encoding (fp, id, &ep) == 0) in ctf_dump_format_type()
|
H A D | ctf-dedup.c | 697 if (ctf_type_encoding (input, type, &ep) < 0) in ctf_dedup_rhash_type() 2737 if (ctf_type_encoding (input, type, &ep) < 0) in ctf_dedup_emit_type() 2801 if (ctf_type_encoding (input, type, &ep) < 0) in ctf_dedup_emit_type()
|
H A D | ChangeLog | 176 * ctf-types.c (ctf_type_encoding): Support, after a fashion, for enums. 327 (ctf_type_encoding): Remove most dynamic-type-specific code: just
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-types.c | 1172 ctf_type_encoding (ctf_dict_t *fp, ctf_id_t type, ctf_encoding_t *ep) in ctf_type_encoding() function 1220 if (ctf_type_encoding (fp, underlying, &underlying_en) < 0) in ctf_type_encoding() 1311 return (ctf_type_encoding (lfp, ltype, &le) == 0 in ctf_type_compat() 1312 && ctf_type_encoding (rfp, rtype, &re) == 0 in ctf_type_compat() 1330 lencoded = ctf_type_encoding (lfp, ltype, &le); in ctf_type_compat() 1331 rencoded = ctf_type_encoding (rfp, rtype, &re); in ctf_type_compat()
|
H A D | libctf.ver | 70 ctf_type_encoding;
|
H A D | ctf-create.c | 1218 if (ctf_type_encoding (fp, ltype, &linfo) == 0) in ctf_add_member_offset() 1674 if (ctf_type_encoding (src_fp, src_type, &src_en) != 0) in ctf_add_type_internal() 1684 if (ctf_type_encoding (dst_fp, dst_type, &dst_en) != 0) in ctf_add_type_internal()
|
H A D | ctf-dump.c | 149 if (unsliced_kind != CTF_K_ENUM && ctf_type_encoding (fp, id, &ep) == 0) in ctf_dump_format_type()
|
H A D | ctf-dedup.c | 697 if (ctf_type_encoding (input, type, &ep) < 0) in ctf_dedup_rhash_type() 2740 if (ctf_type_encoding (input, type, &ep) < 0) in ctf_dedup_emit_type() 2804 if (ctf_type_encoding (input, type, &ep) < 0) in ctf_dedup_emit_type()
|
H A D | ChangeLog | 155 * ctf-types.c (ctf_type_encoding): Support, after a fashion, for enums. 306 (ctf_type_encoding): Remove most dynamic-type-specific code: just
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 531 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) in ctf_type_encoding() function 627 return (ctf_type_encoding(lfp, ltype, &le) == 0 && in ctf_type_compat() 628 ctf_type_encoding(rfp, rtype, &re) == 0 && in ctf_type_compat()
|
H A D | ctf_create.c | 1110 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR) in ctf_add_member() 1355 if (ctf_type_encoding(src_fp, src_type, in ctf_add_type() 1383 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0) in ctf_add_type() 1387 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0) in ctf_add_type()
|
H A D | ctf_open.c | 377 } else if (ctf_type_encoding(fp, hep->h_type, in init_types()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf_api.h | 191 extern int ctf_type_encoding(ctf_file_t *, ctf_id_t, ctf_encoding_t *);
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 418 extern int ctf_type_encoding (ctf_dict_t *, ctf_id_t, ctf_encoding_t *);
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 418 extern int ctf_type_encoding (ctf_dict_t *, ctf_id_t, ctf_encoding_t *);
|
H A D | ChangeLog-2019 | 381 (ctf_type_encoding): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 381 (ctf_type_encoding): Likewise.
|