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

/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c125 ctf_type_size(ctfp, ss->ss_finfo.ctc_return) > 16)
/illumos-gate/usr/src/lib/libdtrace/common/
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.c566 size = ctf_type_size(dtt.dtt_ctfp, base);
H A Ddt_ident.c557 return (ctf_type_size(idp->di_ctfp, idp->di_type));
H A Ddt_module.c1309 ctf_type_size(idp->di_ctfp, idp->di_type);
H A Ddt_print.c319 size_t size = ctf_type_size(ctfp, base);
384 if ((eltsize = ctf_type_size(ctfp, car.ctr_contents)) < 0 ||
490 size = ctf_type_size(ctfp, base);
621 size != ctf_type_size(ctfp, id)) {
H A Ddt_parser.c774 return (ctf_type_size(dnp->dn_ctfp, dnp->dn_type));
1696 if (ctf_type_size(dtt.dtt_ctfp, type) != 0)
4618 tp->dtdt_size = ctf_type_size(dnp->dn_ctfp, dnp->dn_type);
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c393 ctf_type_size(ctfp, finfo.ctc_return) > 16)
410 ctf_type_size(ctfp, args_types[i]) <= 16)
/illumos-gate/usr/src/common/ctf/
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)
1436 if (ctf_type_size(src_fp, src_type) !=
1437 ctf_type_size(dst_fp, dst_type))
1461 if ((size = ctf_type_size(src_fp, src_type)) > CTF_MAX_SIZE) {
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));
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.c222 (lsz = ctf_type_size(ctf, lid)) == CTF_ERR)
H A Dfth_struct.c166 if ((sz = ctf_type_size(ctf, fth_str_curtid)) == CTF_ERR)
352 if ((sz = ctf_type_size(ctf, tid)) == CTF_ERR) {
H A Dgenassym.c169 if ((sz = ctf_type_size(ctf, curtype)) < 0) {
259 if ((sz = ctf_type_size(ctf, arinfo.ctr_contents)) < 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h182 extern ssize_t ctf_type_size(ctf_file_t *, ctf_id_t);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c581 if ((ret = ctf_type_size(idp->mci_fp, idp->mci_id)) == CTF_ERR)
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c741 if ((sz = (int)ctf_type_size(ctf, stype)) < 0) {
763 if ((sz = (int)ctf_type_size(ctf, ftype)) < 0) {
795 esz = ctf_type_size(ctf, ai.ctr_contents);
822 esz = ctf_type_size(ctf, ai.ctr_contents);

Completed in 221 milliseconds