Home
last modified time | relevance | path

Searched refs:ctf_type_size (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_print.c338 size_t size = ctf_type_size(ctfp, base); in dt_print_ptr()
403 if ((eltsize = ctf_type_size(ctfp, car.ctr_contents)) < 0 || in dt_print_array()
509 size = ctf_type_size(ctfp, base); in dt_print_enum()
640 size != ctf_type_size(ctfp, id)) { in dt_print_member()
H A Ddt_cg.c173 size = ctf_type_size(ctfp, type); in dt_cg_load()
216 if ((size = ctf_type_size(ctfp, type)) == 1) in dt_cg_ptrsize()
655 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_prearith_op()
712 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_postarith_op()
1038 ctf_type_size(dxp->dx_dst_ctfp, dxp->dx_dst_base)); in dt_cg_asgn_op()
1426 size = ctf_type_size(mnp->dn_membexpr->dn_ctfp, in dt_cg_xlate_member()
1507 size = ctf_type_size(dnp->dn_ident->di_ctfp, dnp->dn_ident->di_type); in dt_cg_xlate_expand()
H A Ddt_ident.c559 return (ctf_type_size(idp->di_ctfp, idp->di_type)); in dt_idsize_type()
H A Ddt_decl.c566 size = ctf_type_size(dtt.dtt_ctfp, base); in dt_decl_member()
H A Ddt_parser.c784 return (ctf_type_size(dnp->dn_ctfp, dnp->dn_type)); in dt_node_type_size()
1708 if (ctf_type_size(dtt.dtt_ctfp, type) != 0) in dt_node_decl()
4631 tp->dtdt_size = ctf_type_size(dnp->dn_ctfp, dnp->dn_type); in dt_node_diftype()
H A Ddt_module.c1309 ctf_type_size(idp->di_ctfp, idp->di_type); in dtrace_lookup_by_name()
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c169 if ((sz = ctf_type_size(ctf, curtype)) < 0) { in ga_process_name()
259 if ((sz = ctf_type_size(ctf, arinfo.ctr_contents)) < 0) in ga_member_cb()
H A Dfth_struct.c185 if ((sz = ctf_type_size(ctf, fth_str_curtid)) == CTF_ERR) in fth_struct_header()
371 if ((sz = ctf_type_size(ctf, tid)) == CTF_ERR) { in fth_print_member()
H A Dctfstabs.c220 (lsz = ctf_type_size(ctf, lid)) == CTF_ERR) in get_model()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c531 if (size != ctf_type_size(fp, base)) { in ctftest_check_members()
533 type, size, ctf_type_size(fp, base)); in ctftest_check_members()
758 if (size != ctf_type_size(fp, base)) { in ctftest_check_size()
760 type, size, ctf_type_size(fp, base)); in ctftest_check_size()
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c174 if ((sz = ctf_type_size(fp, cpuid)) == CTF_ERR) in ctfconvert_fixup_genunix()
240 VERIFY(ctf_type_size(fp, cpuid) == sz); in ctfconvert_fixup_genunix()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c766 if ((sz = (int)ctf_type_size(ctf, stype)) < 0) { in do_start_sizeof()
788 if ((sz = (int)ctf_type_size(ctf, ftype)) < 0) { in do_scalar_field()
820 esz = ctf_type_size(ctf, ai.ctr_contents); in do_array_field()
847 esz = ctf_type_size(ctf, ai.ctr_contents); in do_array_type()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c595 size = ctf_type_size(g_fp, id); in ctfdump_types_cb()
617 size = ctf_type_size(g_fp, id); in ctfdump_types_cb()
789 if ((size = ctf_type_size(g_fp, id)) == CTF_ERR) { in ctfsrc_type()
818 size = ctf_type_size(g_fp, id); in ctfsrc_type()
860 if ((size = ctf_type_size(g_fp, ref)) == CTF_ERR) { in ctfsrc_type()
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c125 ctf_type_size(ctfp, ss->ss_finfo.ctc_return) > 16) in check_sym()
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile92 ctf_type_size;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile99 ctf_type_size;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers161 ctf_type_size;
H A Dctf_diff.c335 if (ctf_type_size(ifp, iid) != ctf_type_size(ofp, oid)) in ctf_diff_struct()
H A Dctf_merge.c618 if ((size = ctf_type_size(cmp->cm_src, id)) == CTF_ERR) in ctf_merge_fixup_sou()
H A Dctf_dwarf.c1244 if ((tsz = ctf_type_size(cup->cu_ctfp, mid)) == CTF_ERR) { in ctf_dwarf_member_offset()
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c490 ctf_type_size(ctf_file_t *fp, ctf_id_t type) in ctf_type_size() function
527 (size = ctf_type_size(fp, ar.ctr_contents)) == CTF_ERR) in ctf_type_size()
799 return (ctf_type_size(lfp, ltype) == ctf_type_size(rfp, rtype)); in ctf_type_compat()
H A Dctf_create.c1486 if ((msize = ctf_type_size(fp, type)) == CTF_ERR || in ctf_add_member()
1547 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR) in ctf_add_member()
1880 if (ctf_type_size(src_fp, src_type) != in ctf_add_type()
1881 ctf_type_size(dst_fp, dst_type)) in ctf_add_type()
1906 ctf_type_size(src_fp, src_type)); in ctf_add_type()
1941 ssize_t size = ctf_type_size(src_fp, src_type); in ctf_add_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h256 extern ssize_t ctf_type_size(ctf_file_t *, ctf_id_t);
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c422 ctf_type_size(ctfp, finfo.ctc_return) > 16) in read_args()
439 ctf_type_size(ctfp, args_types[i]) <= 16) in read_args()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c582 if ((ret = ctf_type_size(idp->mci_fp, idp->mci_id)) == CTF_ERR) in mdb_ctf_type_size()