Home
last modified time | relevance | path

Searched refs:ctf_type_resolve (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c190 dxp->dx_src_base = ctf_type_resolve(src->dtt_ctfp, src->dtt_type); in dt_xlator_create()
194 dxp->dx_dst_base = ctf_type_resolve(dst->dtt_ctfp, dst->dtt_type); in dt_xlator_create()
262 ctf_id_t src_base = ctf_type_resolve(src_ctfp, src_type); in dt_xlator_lookup()
266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
284 dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
363 if (ctf_type_kind(ctfp, ctf_type_resolve(ctfp, type)) == CTF_K_POINTER) in dt_xlator_ident()
H A Ddt_parser.c269 ctf_id_t base = ctf_type_resolve(ctfp, type); in dt_type_pointer()
340 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); in dt_type_promote()
343 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); in dt_type_promote()
679 ctf_id_t base = ctf_type_resolve(fp, type); in dt_node_type_assign_member()
765 base = ctf_type_resolve(dnp->dn_ctfp, dnp->dn_type); in dt_node_type_size()
854 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_integer()
874 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_float()
893 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_scalar()
914 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_arith()
933 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_vfptr()
[all …]
H A Ddt_printf.c106 base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_str()
110 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR && in pfcheck_str()
119 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_wstr()
126 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR && in pfcheck_wstr()
170 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xshort()
183 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xlong()
199 if (ctf_type_name(ctfp, ctf_type_resolve(ctfp, type), n, in pfcheck_xlonglong()
226 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp, in pfcheck_type()
H A Ddt_cg.c85 type = ctf_type_resolve(fp, dtt.dtt_type); in dt_cg_membinfo()
203 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_ptrsize()
344 type = ctf_type_resolve(fp, dst->dn_left->dn_type); in dt_cg_field_set()
348 type = ctf_type_resolve(fp, type); in dt_cg_field_set()
653 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_prearith_op()
710 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_postarith_op()
1886 type = ctf_type_resolve(ctfp, dnp->dn_left->dn_type); in dt_cg_node()
1890 type = ctf_type_resolve(ctfp, type); in dt_cg_node()
H A Ddt_print.c404 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR || in dt_print_array()
585 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR || in dt_print_member()
H A Ddt_decl.c564 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type); in dt_decl_member()
587 pbase = ctf_type_resolve(pdt.dtt_ctfp, pdt.dtt_type); in dt_decl_member()
H A Ddt_options.c759 ctf_id_t type = ctf_type_resolve(fp, DT_STR_TYPE(dtp)); in dt_opt_strsize()
H A Ddt_module.c1466 if (ctf_type_kind(fp, ctf_type_resolve(fp, id)) != in dtrace_lookup_by_type()
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c56 ctf_id_t rtype = ctf_type_resolve(ctfp, type); in print_value()
63 rtype = ctf_type_resolve(ctfp, type); in print_value()
233 if ((base = ctf_type_resolve(ctfp, base)) == CTF_ERR) in print_ptr()
310 if ((base = ctf_type_resolve(ctfp, id)) == CTF_ERR || in elt_print()
H A Dapptrace.c617 rtype = ctf_type_resolve(ctfp, finfo.ctc_return); in la_sparcv9_pltenter()
619 rtype = ctf_type_resolve(ctfp, type); in la_sparcv9_pltenter()
647 rtype = ctf_type_resolve(ctfp, argt[i]); in la_sparcv9_pltenter()
649 rtype = ctf_type_resolve(ctfp, type); in la_sparcv9_pltenter()
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c83 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_member_iter()
135 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_enum_iter()
187 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve() function
496 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_type_size()
562 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_type_align()
673 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_type_pointer()
769 ltype = ctf_type_resolve(lfp, ltype); in ctf_type_compat()
772 rtype = ctf_type_resolve(rfp, rtype); in ctf_type_compat()
820 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_member_info()
899 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_enum_name()
[all …]
H A Dctf_lookup.c116 ntype = ctf_type_resolve(fp, type); in ctf_lookup_by_name()
H A Dctf_create.c1537 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); in ctf_add_member()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c780 if ((stype = ctf_type_resolve(ctf, stype)) == CTF_ERR) in do_start_sizeof()
802 if ((ftype = ctf_type_resolve(ctf, ftype)) == CTF_ERR) in do_scalar_field()
827 if ((ftype = ctf_type_resolve(ctf, ftype)) == CTF_ERR) in do_array_field()
854 if ((stype = ctf_type_resolve(ctf, stype)) == CTF_ERR) in do_array_type()
901 if ((stype = ctf_type_resolve(ctf, stype)) == CTF_ERR) in get_field_info()
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile91 ctf_type_resolve;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile98 ctf_type_resolve;
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dforth.c197 (tid = ctf_type_resolve(ctf, tid)) == CTF_ERR || in fth_section_init()
H A Dgenassym.c253 if ((type = ctf_type_resolve(ctf, type)) == CTF_ERR) in ga_member_cb()
H A Dfth_struct.c361 if ((tid = ctf_type_resolve(ctf, mem->fsm_tid)) == CTF_ERR) { in fth_print_member()
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers160 ctf_type_resolve;
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h249 extern ctf_id_t ctf_type_resolve(ctf_file_t *, ctf_id_t);
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c671 if ((tid = ctf_type_resolve(fp, tid)) == CTF_ERR) { in ctftest_check_fptr()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c529 if ((id = ctf_type_resolve(idp->mci_fp, idp->mci_id)) == CTF_ERR) { in mdb_ctf_type_resolve()