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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h188 extern ssize_t ctf_type_size(ctf_file_t *, ctf_id_t);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c322 ctf_type_size(ctf_file_t *fp, ctf_id_t type) function
356 (size = ctf_type_size(fp, ar.ctr_contents)) == CTF_ERR)
615 return (ctf_type_size(lfp, ltype) == ctf_type_size(rfp, rtype));
H A Dctf_create.c953 if ((msize = ctf_type_size(fp, type)) == CTF_ERR ||
979 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR)
1271 if (ctf_type_size(src_fp, src_type) !=
1272 ctf_type_size(dst_fp, dst_type))
1296 if ((size = ctf_type_size(src_fp, src_type)) > CTF_MAX_SIZE) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cg.c170 size = ctf_type_size(ctfp, type);
215 if ((size = ctf_type_size(ctfp, type)) == 1)
634 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
693 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
1023 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base));
H A Ddt_decl.c551 size = ctf_type_size(dtt.dtt_ctfp, base);
H A Ddt_ident.c560 return (ctf_type_size(idp->di_ctfp, idp->di_type));
H A Ddt_module.c1099 ctf_type_size(idp->di_ctfp, idp->di_type);
H A Ddt_parser.c736 return (ctf_type_size(dnp->dn_ctfp, dnp->dn_type));
1656 if (ctf_type_size(dtt.dtt_ctfp, type) != 0)
4531 tp->dtdt_size = ctf_type_size(dnp->dn_ctfp, dnp->dn_type);

Completed in 104 milliseconds