Home
last modified time | relevance | path

Searched refs:ctf_type_compat (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_xlator.c302 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_type, in dt_xlator_lookup()
304 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_xlator_lookup()
314 if (ctf_type_compat(dxp->dx_src_ctfp, dxp->dx_src_base, in dt_xlator_lookup()
316 ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_xlator_lookup()
325 if (ctf_type_compat(dxp->dx_dst_ctfp, dxp->dx_dst_base, in dt_xlator_lookup()
H A Ddt_parser.c1140 (lp_is_void || rp_is_void || ctf_type_compat(lfp, lref, rfp, rref)); in dt_node_is_ptrcompat()
1185 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type)); in dt_node_is_argcompat()
3368 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op2()
3603 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type)) in dt_cook_op2()
3929 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op2()
4048 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op3()
4246 if (ctf_type_compat(lctfp, ltype, rctfp, rtype) == 0) { in dt_cook_inline()
H A Ddt_printf.c229 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp, in pfcheck_type()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c600 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, in ctf_type_compat() function
631 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype), in ctf_type_compat()
636 la.ctr_nelems == ra.ctr_nelems && ctf_type_compat( in ctf_type_compat()
638 ctf_type_compat(lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver73 ctf_type_compat;
H A Dctf-types.c1282 ctf_type_compat (ctf_dict_t *lfp, ctf_id_t ltype, in ctf_type_compat() function
1324 return (ctf_type_compat (lfp, ctf_type_reference (lfp, ltype), in ctf_type_compat()
1330 && ctf_type_compat (lfp, la.ctr_contents, rfp, ra.ctr_contents) in ctf_type_compat()
1331 && ctf_type_compat (lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h194 extern int ctf_type_compat(ctf_file_t *, ctf_id_t, ctf_file_t *, ctf_id_t);
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver73 ctf_type_compat;
H A Dctf-types.c1273 ctf_type_compat (ctf_dict_t *lfp, ctf_id_t ltype, in ctf_type_compat() function
1315 return (ctf_type_compat (lfp, ctf_type_reference (lfp, ltype), in ctf_type_compat()
1321 && ctf_type_compat (lfp, la.ctr_contents, rfp, ra.ctr_contents) in ctf_type_compat()
1322 && ctf_type_compat (lfp, la.ctr_index, rfp, ra.ctr_index)); in ctf_type_compat()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h421 extern int ctf_type_compat (ctf_dict_t *, ctf_id_t, ctf_dict_t *, ctf_id_t);
H A DChangeLog-2019384 (ctf_type_compat): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h421 extern int ctf_type_compat (ctf_dict_t *, ctf_id_t, ctf_dict_t *, ctf_id_t);
H A DChangeLog-2019384 (ctf_type_compat): Likewise.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019384 (ctf_type_compat): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019384 (ctf_type_compat): Likewise.