Searched refs:ctf_type_size (Results 1 - 16 of 16) sorted by relevance
| /illumos-gate/usr/src/lib/libsaveargs/tests/dump/ |
| H A D | dump.c | 125 ctf_type_size(ctfp, ss->ss_finfo.ctc_return) > 16)
|
| /illumos-gate/usr/src/lib/libdtrace/common/ |
| H A D | dt_cg.c | 170 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 D | dt_decl.c | 566 size = ctf_type_size(dtt.dtt_ctfp, base);
|
| H A D | dt_ident.c | 557 return (ctf_type_size(idp->di_ctfp, idp->di_type));
|
| H A D | dt_module.c | 1309 ctf_type_size(idp->di_ctfp, idp->di_type);
|
| H A D | dt_print.c | 319 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 D | dt_parser.c | 774 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 D | Pisadep.c | 393 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 D | ctf_create.c | 1076 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 D | ctf_types.c | 345 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 D | ctfstabs.c | 222 (lsz = ctf_type_size(ctf, lid)) == CTF_ERR)
|
| H A D | fth_struct.c | 166 if ((sz = ctf_type_size(ctf, fth_str_curtid)) == CTF_ERR) 352 if ((sz = ctf_type_size(ctf, tid)) == CTF_ERR) {
|
| H A D | genassym.c | 169 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 D | ctf_api.h | 182 extern ssize_t ctf_type_size(ctf_file_t *, ctf_id_t);
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_ctf.c | 581 if ((ret = ctf_type_size(idp->mci_fp, idp->mci_id)) == CTF_ERR)
|
| /illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
| H A D | gen_struct_layout.c | 741 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