Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c65 if (ctf_type_encoding(ctfp, rtype, &e) == 0 && in print_value()
146 if (ctf_type_encoding(ctfp, base, &e) == CTF_ERR) { in print_int()
203 if (ctf_type_encoding(ctfp, base, &e) == 0) { in print_float()
236 if (ctf_type_encoding(ctfp, base, &e) != 0) in print_ptr()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_print.c260 if (ctf_type_encoding(ctfp, base, &e) == CTF_ERR) { in dt_print_int()
309 if (ctf_type_encoding(ctfp, base, &e) == 0) { in dt_print_float()
413 ctf_type_encoding(ctfp, rtype, &e) != CTF_ERR && CTF_IS_CHAR(e)) { in dt_print_array()
633 ctf_type_encoding(ctfp, id, &e) == 0) { in dt_print_member()
H A Ddt_parser.c363 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) { in dt_type_promote()
368 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) { in dt_type_promote()
858 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)) in dt_node_is_integer()
878 ctf_type_encoding(dnp->dn_ctfp, type, &e) == 0 && ( in dt_node_is_float()
897 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)) in dt_node_is_scalar()
941 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))); in dt_node_is_vfptr()
1002 ctf_type_encoding(fp, base, &e) == 0 && IS_CHAR(e)) in dt_node_is_strcompat()
1007 ctf_type_encoding(fp, base, &e) == 0 && IS_CHAR(e)) in dt_node_is_strcompat()
1047 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)); in dt_node_is_void()
1700 if (ctf_type_encoding(dtt.dtt_ctfp, type, in dt_node_decl()
[all …]
H A Ddt_cg.c169 ctf_type_encoding(ctfp, type, &e) != CTF_ERR) { in dt_cg_load()
252 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_get()
357 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) { in dt_cg_field_set()
422 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR) in dt_cg_store()
H A Ddt_printf.c111 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e)); in pfcheck_str()
128 ctf_type_encoding(ctfp, base, &e) == 0 && e.cte_bits == 32); in pfcheck_wstr()
H A Ddt_decl.c628 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR || in dt_decl_member()
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile84 ctf_type_encoding;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile91 ctf_type_encoding;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers153 ctf_type_encoding;
H A Dctf_diff.c139 if (ctf_type_encoding(ifp, iid, &ien) != 0) in ctf_diff_number()
142 if (ctf_type_encoding(ofp, oid, &den) != 0) in ctf_diff_number()
H A Dctf_merge.c186 if (ctf_type_encoding(cmp->cm_src, id, &en) != 0) in ctf_merge_add_number()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h262 extern int ctf_type_encoding(ctf_file_t *, ctf_id_t, ctf_encoding_t *);
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c378 if (ctf_type_encoding(ctf, tid, &e) == CTF_ERR) in fth_print_member()
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c689 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) in ctf_type_encoding() function
785 return (ctf_type_encoding(lfp, ltype, &le) == 0 && in ctf_type_compat()
786 ctf_type_encoding(rfp, rtype, &re) == 0 && in ctf_type_compat()
H A Dctf_create.c1500 if (ctf_type_encoding(fp, type, &e) == CTF_ERR) in ctf_add_member()
1545 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR) in ctf_add_member()
1801 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0) in ctf_add_type()
1805 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0) in ctf_add_type()
H A Dctf_open.c375 } else if (ctf_type_encoding(fp, hep->h_type, in init_types()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c537 if (ctf_type_encoding(g_fp, id, &cte) == CTF_ERR) in ctfdump_types_cb()
546 if (ctf_type_encoding(g_fp, id, &cte) == CTF_ERR) in ctfdump_types_cb()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c166 if (ctf_type_encoding(fp, id, &enc) == CTF_ERR) { in ctftest_check_numbers()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c624 if (ctf_type_encoding(idp->mci_fp, idp->mci_id, ep) == CTF_ERR) in mdb_ctf_type_encoding()