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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c318 size_t size = ctf_type_size(ctfp, base);
383 if ((eltsize = ctf_type_size(ctfp, car.ctr_contents)) < 0 ||
489 size = ctf_type_size(ctfp, base);
618 size != ctf_type_size(ctfp, id)) {
H A Ddt_cg.c170 size = ctf_type_size(ctfp, type);
212 if ((size = ctf_type_size(ctfp, type)) == 1)
651 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
708 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
1034 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base));
1405 size = ctf_type_size(mnp->dn_membexpr->dn_ctfp,
1486 size = ctf_type_size(dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type);
H A Ddt_decl.c549 size = ctf_type_size(dtt.dtt_ctfp, base);
H A Ddt_ident.c567 return (ctf_type_size(idp->di_ctfp, idp->di_type));
H A Ddt_parser.c779 return (ctf_type_size(dnp->dn_ctfp, dnp->dn_type));
1701 if (ctf_type_size(dtt.dtt_ctfp, type) != 0)
4625 tp->dtdt_size = ctf_type_size(dnp->dn_ctfp, dnp->dn_type);
H A Ddt_module.c1511 ctf_type_size(idp->di_ctfp, idp->di_type);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h186 extern ssize_t ctf_type_size(ctf_file_t *, ctf_id_t);
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c345 ctf_type_size(ctf_file_t *fp, ctf_id_t type) function
379 (size = ctf_type_size(fp, ar.ctr_contents)) == CTF_ERR)
638 return (ctf_type_size(lfp, ltype) == ctf_type_size(rfp, rtype));
H A Dctf_create.c1076 if ((msize = ctf_type_size(fp, type)) == CTF_ERR ||
1102 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR)
1473 if (ctf_type_size(src_fp, src_type) !=
1474 ctf_type_size(dst_fp, dst_type))
1498 if ((size = ctf_type_size(src_fp, src_type)) > CTF_MAX_SIZE) {

Completed in 191 milliseconds