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

/macosx-10.10/dtrace-147/sys/
H A Dctf_api.h108 * intrinsics can be obtained by calling ctf_type_encoding(), below. The flags
212 extern int ctf_type_encoding(ctf_file_t *, ctf_id_t, ctf_encoding_t *);
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_parser.c346 if (ctf_type_encoding(lfp, lbase, &le) == CTF_ERR) {
351 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
667 if (kind == CTF_K_INTEGER && ctf_type_encoding(fp, base, &e) == 0) {
677 if (kind == CTF_K_FLOAT && ctf_type_encoding(fp, base, &e) == 0) {
806 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
826 ctf_type_encoding(dnp->dn_ctfp, type, &e) == 0 && (
845 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e))
866 return (ctf_type_encoding(fp, type, &e) == 0 && !IS_VOID(e));
889 ctf_type_encoding(fp, type, &e) == 0 && IS_VOID(e)));
950 ctf_type_encoding(f
[all...]
H A Ddt_cg.c162 ctf_type_encoding(ctfp, type, &e) != CTF_ERR)
245 if (ctf_type_encoding(fp, mp->ctm_type, &e) != 0 || e.cte_bits > 64) {
352 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.c115 ctf_type_encoding(ctfp, base, &e) == 0 && IS_CHAR(e));
132 ctf_type_encoding(ctfp, base, &e) == 0 && e.cte_bits == 32);
H A Ddt_decl.c603 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
/macosx-10.10/dtrace-147/libctf/
H A Dctf_types.c506 ctf_type_encoding(ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) function
622 return (ctf_type_encoding(lfp, ltype, &le) == 0 &&
623 ctf_type_encoding(rfp, rtype, &re) == 0 &&
H A Dctf_create.c973 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR)
1188 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0)
1192 if (ctf_type_encoding(dst_fp, dst_type, &dst_en) != 0)
H A Dctf_open.c481 } else if (ctf_type_encoding(fp, hep->h_type,

Completed in 167 milliseconds