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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c236 if (ctf_type_encoding(ctfp, base, &e) == CTF_ERR) {
289 if (ctf_type_encoding(ctfp, base, &e) == 0) {
393 ctf_type_encoding(ctfp, rtype, &e) != CTF_ERR && CTF_IS_CHAR(e)) {
611 ctf_type_encoding(ctfp, id, &e) == 0) {
H A Ddt_parser.c367 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
372 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
689 if (kind == CTF_K_INTEGER && ctf_type_encoding(fp, base, &e) == 0) {
699 if (kind == CTF_K_FLOAT && ctf_type_encoding(fp, base, &e) == 0) {
853 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
873 ctf_type_encoding(dnp->dn_ctfp, type, &e) == 0 && (
892 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
913 return (ctf_type_encoding(fp, type, &e) == 0 && !IS_VOID(e));
936 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)));
997 ctf_type_encoding(f
[all...]
H A Ddt_cg.c167 ctf_type_encoding(ctfp, type, &e) != CTF_ERR)
248 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
353 if (ctf_type_encoding(fp, m.ctm_type, &e) != 0 || e.cte_bits > 64) {
418 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR)
H A Ddt_printf.c125 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e));
142 ctf_type_encoding(ctfp, base, &e) == 0 && e.cte_bits == 32);
H A Ddt_decl.c588 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h84 * intrinsics can be obtained by calling ctf_type_encoding(), below. The flags
191 extern int ctf_type_encoding(ctf_file_t *, ctf_id_t, ctf_encoding_t *);
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c528 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) function
624 return (ctf_type_encoding(lfp, ltype, &le) == 0 &&
625 ctf_type_encoding(rfp, rtype, &re) == 0 &&
H A Dctf_create.c1100 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR)
1345 if (ctf_type_encoding(src_fp, src_type,
1373 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0)
1386 if (ctf_type_encoding(src_fp, (ctf_id_t)hep->h_type,
1398 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0)
H A Dctf_open.c374 } else if (ctf_type_encoding(fp, hep->h_type,

Completed in 139 milliseconds