/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_xlator.c | 302 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 D | dt_parser.c | 1140 (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 D | dt_printf.c | 229 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 D | ctf_types.c | 600 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 D | libctf.ver | 73 ctf_type_compat;
|
H A D | ctf-types.c | 1282 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 D | ctf_api.h | 194 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 D | libctf.ver | 73 ctf_type_compat;
|
H A D | ctf-types.c | 1273 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 D | ctf-api.h | 421 extern int ctf_type_compat (ctf_dict_t *, ctf_id_t, ctf_dict_t *, ctf_id_t);
|
H A D | ChangeLog-2019 | 384 (ctf_type_compat): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 421 extern int ctf_type_compat (ctf_dict_t *, ctf_id_t, ctf_dict_t *, ctf_id_t);
|
H A D | ChangeLog-2019 | 384 (ctf_type_compat): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 384 (ctf_type_compat): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 384 (ctf_type_compat): Likewise.
|