/onnv-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptraceutil.c | 67 if (ctf_type_encoding(ctfp, rtype, &e) == 0 && in print_value() 148 if (ctf_type_encoding(ctfp, base, &e) == CTF_ERR) { in print_int() 205 if (ctf_type_encoding(ctfp, base, &e) == 0) { in print_float() 238 if (ctf_type_encoding(ctfp, base, &e) != 0) in print_ptr()
|
/onnv-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 77 ctf_type_encoding;
|
/onnv-gate/usr/src/uts/common/ctf/ |
H A D | mapfile | 91 ctf_type_encoding;
|
/onnv-gate/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 101 ctf_type_encoding;
|
/onnv-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 183 extern int ctf_type_encoding(ctf_file_t *, ctf_id_t, ctf_encoding_t *);
|
/onnv-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 342 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) { in dt_type_promote() 347 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) { in dt_type_promote() 663 if (kind == CTF_K_INTEGER && ctf_type_encoding(fp, base, &e) == 0) { in dt_node_type_assign() 673 if (kind == CTF_K_FLOAT && ctf_type_encoding(fp, base, &e) == 0) { in dt_node_type_assign() 802 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)) in dt_node_is_integer() 822 ctf_type_encoding(dnp->dn_ctfp, type, &e) == 0 && ( in dt_node_is_float() 841 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)) in dt_node_is_scalar() 862 return (ctf_type_encoding(fp, type, &e) == 0 && !IS_VOID(e)); in dt_node_is_arith() 885 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))); in dt_node_is_vfptr() 946 ctf_type_encoding(fp, base, &e) == 0 && IS_CHAR(e)) in dt_node_is_strcompat() [all …]
|
H A D | dt_cg.c | 164 ctf_type_encoding(ctfp, type, &e) != CTF_ERR) in dt_cg_load() 247 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_get() 354 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_set() 420 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR) in dt_cg_store()
|
H A D | dt_printf.c | 109 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e)); in pfcheck_str() 126 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()
|
/onnv-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 503 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) in ctf_type_encoding() function 599 return (ctf_type_encoding(lfp, ltype, &le) == 0 && in ctf_type_compat() 600 ctf_type_encoding(rfp, rtype, &re) == 0 && in ctf_type_compat()
|
H A D | ctf_create.c | 974 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR) in ctf_add_member() 1189 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0) in ctf_add_type() 1193 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0) in ctf_add_type()
|
H A D | ctf_open.c | 373 } else if (ctf_type_encoding(fp, hep->h_type, in init_types()
|
/onnv-gate/usr/src/tools/ctf/stabs/common/ |
H A D | fth_struct.c | 359 if (ctf_type_encoding(ctf, tid, &e) == CTF_ERR) in fth_print_member()
|
/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 495 if (ctf_type_encoding(idp->mci_fp, idp->mci_id, ep) == CTF_ERR) in mdb_ctf_type_encoding()
|