/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 69 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_member_iter() 121 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_enum_iter() 171 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve() function 354 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_type_size() 402 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_type_align() 515 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_type_pointer() 611 ltype = ctf_type_resolve(lfp, ltype); in ctf_type_compat() 614 rtype = ctf_type_resolve(rfp, rtype); in ctf_type_compat() 659 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in _ctf_member_info() 758 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR) in ctf_enum_name() [all …]
|
H A D | ctf_lookup.c | 117 ntype = ctf_type_resolve(fp, type); in ctf_lookup_by_name()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_xlator.c | 190 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 D | dt_parser.c | 273 ctf_id_t base = ctf_type_resolve(ctfp, type); in dt_type_pointer() 344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); in dt_type_promote() 347 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); in dt_type_promote() 682 ctf_id_t base = ctf_type_resolve(fp, type); in dt_node_type_assign() 760 base = ctf_type_resolve(dnp->dn_ctfp, dnp->dn_type); in dt_node_type_size() 849 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_integer() 869 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_float() 888 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_scalar() 909 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_arith() 928 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_vfptr() [all …]
|
H A D | dt_printf.c | 109 base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_str() 113 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR && in pfcheck_str() 122 ctf_id_t base = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_wstr() 129 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR && in pfcheck_wstr() 173 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xshort() 186 ctf_id_t type = ctf_type_resolve(ctfp, dnp->dn_type); in pfcheck_xlong() 202 if (ctf_type_name(ctfp, ctf_type_resolve(ctfp, type), n, in pfcheck_xlonglong() 229 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp, in pfcheck_type()
|
H A D | dt_print.c | 385 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR || in dt_print_array() 564 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR || in dt_print_member()
|
H A D | dt_cg.c | 83 type = ctf_type_resolve(fp, dtt.dtt_type); in dt_cg_membinfo() 199 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_ptrsize() 340 type = ctf_type_resolve(fp, dst->dn_left->dn_type); in dt_cg_field_set() 344 type = ctf_type_resolve(fp, type); in dt_cg_field_set() 649 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_prearith_op() 706 type = ctf_type_resolve(ctfp, dnp->dn_type); in dt_cg_postarith_op() 1865 type = ctf_type_resolve(ctfp, dnp->dn_left->dn_type); in dt_cg_node() 1869 type = ctf_type_resolve(ctfp, type); in dt_cg_node()
|
H A D | dt_options.c | 783 ctf_id_t type = ctf_type_resolve(fp, DT_STR_TYPE(dtp)); in dt_opt_strsize()
|
H A D | dt_decl.c | 547 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type); in dt_decl_member()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 115 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_member_next() 556 ctf_type_resolve (ctf_dict_t *fp, ctf_id_t type) in ctf_type_resolve() function 604 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_resolve_unsliced() 924 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_size() 978 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_align() 1166 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_pointer() 1228 underlying = ctf_type_resolve (ofp, slice->cts_type); in ctf_type_encoding() 1294 ltype = ctf_type_resolve (lfp, ltype); in ctf_type_compat() 1297 rtype = ctf_type_resolve (rfp, rtype); in ctf_type_compat() 1364 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_member_count() [all …]
|
H A D | libctf.ver | 58 ctf_type_resolve;
|
H A D | ctf-create.c | 1220 ctf_id_t ltype = ctf_type_resolve (fp, memb[vlen - 1].ctlm_type); in ctf_add_member_offset() 1349 if ((ctf_type_resolve (fp, ref) == CTF_ERR) in ctf_add_variable() 1613 if ((ctf_type_resolve (src_fp, src_type) == CTF_ERR) in ctf_add_type_internal()
|
H A D | ChangeLog | 127 * ctf-types.c (ctf_type_resolve): CTF_K_UNKNOWN is as 836 * ctf-types.c (ctf_type_resolve): Improve comment.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-types.c | 115 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_member_next() 555 ctf_type_resolve (ctf_dict_t *fp, ctf_id_t type) in ctf_type_resolve() function 602 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_resolve_unsliced() 915 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_size() 969 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_align() 1157 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_pointer() 1219 underlying = ctf_type_resolve (fp, slice->cts_type); in ctf_type_encoding() 1285 ltype = ctf_type_resolve (lfp, ltype); in ctf_type_compat() 1288 rtype = ctf_type_resolve (rfp, rtype); in ctf_type_compat() 1355 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_member_count() [all …]
|
H A D | libctf.ver | 58 ctf_type_resolve;
|
H A D | ctf-create.c | 1195 ctf_id_t ltype = ctf_type_resolve (fp, memb[vlen - 1].ctlm_type); in ctf_add_member_offset() 1319 if ((ctf_type_resolve (fp, ref) == CTF_ERR) in ctf_add_variable() 1583 if ((ctf_type_resolve (src_fp, src_type) == CTF_ERR) in ctf_add_type_internal()
|
H A D | ChangeLog | 106 * ctf-types.c (ctf_type_resolve): CTF_K_UNKNOWN is as 815 * ctf-types.c (ctf_type_resolve): Improve comment.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
H A D | ambiguous-struct.c | 34 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in main()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf_api.h | 181 extern ctf_id_t ctf_type_resolve(ctf_file_t *, ctf_id_t);
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 406 extern ctf_id_t ctf_type_resolve (ctf_dict_t *, ctf_id_t);
|
H A D | ChangeLog-2019 | 372 (ctf_type_resolve): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 406 extern ctf_id_t ctf_type_resolve (ctf_dict_t *, ctf_id_t);
|
H A D | ChangeLog-2019 | 372 (ctf_type_resolve): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 372 (ctf_type_resolve): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 372 (ctf_type_resolve): Likewise.
|