Searched refs:ctf_type_encoding (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h89 * intrinsics can be obtained by calling ctf_type_encoding(), below. The flags
193 extern int ctf_type_encoding(ctf_file_t *, ctf_id_t, ctf_encoding_t *);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c350 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
355 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
671 if (kind == CTF_K_INTEGER && ctf_type_encoding(fp, base, &e) == 0) {
681 if (kind == CTF_K_FLOAT && ctf_type_encoding(fp, base, &e) == 0) {
810 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
830 ctf_type_encoding(dnp->dn_ctfp, type, &e) == 0 && (
849 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
870 return (ctf_type_encoding(fp, type, &e) == 0 && !IS_VOID(e));
893 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)));
954 ctf_type_encoding(f
[all...]
H A Ddt_cg.c167 ctf_type_encoding(ctfp, type, &e) != CTF_ERR)
250 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
357 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) {
423 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR)
H A Ddt_printf.c121 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e));
138 ctf_type_encoding(ctfp, base, &e) == 0 && e.cte_bits == 32);
H A Ddt_decl.c590 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c505 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) function
601 return (ctf_type_encoding(lfp, ltype, &le) == 0 &&
602 ctf_type_encoding(rfp, rtype, &re) == 0 &&
H A Dctf_create.c977 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR)
1192 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0)
1196 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0)
H A Dctf_open.c384 } else if (ctf_type_encoding(fp, hep->h_type,

Completed in 72 milliseconds