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

/macosx-10.10/dtrace-147/libctf/
H A Dctf_types.c323 ctf_type_size(ctf_file_t *fp, ctf_id_t type) function
357 (size = ctf_type_size(fp, ar.ctr_contents)) == CTF_ERR)
636 return (ctf_type_size(lfp, ltype) == ctf_type_size(rfp, rtype));
H A Dctf_create.c949 if ((msize = ctf_type_size(fp, type)) == CTF_ERR ||
975 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR)
1267 if (ctf_type_size(src_fp, src_type) !=
1268 ctf_type_size(dst_fp, dst_type))
1292 if ((size = ctf_type_size(src_fp, src_type)) > CTF_MAX_SIZE) {
/macosx-10.10/dtrace-147/sys/
H A Dctf_api.h207 extern ssize_t ctf_type_size(ctf_file_t *, ctf_id_t);
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_cg.c165 size = ctf_type_size(ctfp, type);
210 if ((size = ctf_type_size(ctfp, type)) == 1)
633 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
692 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
1022 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base));
H A Ddt_decl.c564 size = ctf_type_size(dtt.dtt_ctfp, base);
H A Ddt_ident.c554 return (ctf_type_size(idp->di_ctfp, idp->di_type));
H A Ddt_parser.c732 return (ctf_type_size(dnp->dn_ctfp, dnp->dn_type));
1652 if (ctf_type_size(dtt.dtt_ctfp, type) != 0)
4529 tp->dtdt_size = ctf_type_size(dnp->dn_ctfp, dnp->dn_type);
H A Ddt_module.c1547 ctf_type_size(idp->di_ctfp, idp->di_type);

Completed in 264 milliseconds