/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
H A D | pptrtab.c | 43 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); in main() 46 if (ctf_type_reference (cfp, type) != base) in main() 48 ctf_type_reference (cfp, type)); in main() 61 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); in main() 64 if (ctf_type_reference (cfp, type) != base2) in main() 66 ctf_type_reference (cfp, type)); in main() 82 type_name, ctf_type_kind (cfp, ctf_type_reference (cfp, type))); in main() 85 if (ctf_type_reference (cfp, type) != base2) in main() 87 ctf_type_reference (cfp, type)); in main()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
H A D | pptrtab.c | 37 if (ctf_type_reference (fp, type) == CTF_ERR) in main() 41 ctf_type_kind (fp, ctf_type_reference (fp, type))); in main()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-decl.c | 122 ctf_decl_push (cd, fp, ctf_type_reference (fp, type)); in ctf_decl_push()
|
H A D | ctf-types.c | 609 return ctf_type_reference (fp, type); in ctf_type_resolve_unsliced() 1066 if ((type = ctf_type_reference (fp, type)) == CTF_ERR) in ctf_type_kind() 1098 ctf_type_reference (ctf_dict_t *fp, ctf_id_t type) in ctf_type_reference() function 1315 return (ctf_type_compat (lfp, ctf_type_reference (lfp, ltype), in ctf_type_compat() 1316 rfp, ctf_type_reference (rfp, rtype))); in ctf_type_compat()
|
H A D | libctf.ver | 68 ctf_type_reference;
|
H A D | ctf-dedup.c | 713 child_type = ctf_type_reference (input, type); in ctf_dedup_rhash_type() 739 child_type = ctf_type_reference (input, type); in ctf_dedup_rhash_type() 2106 CTF_TYPE_WALK (ctf_type_reference (fp, type), err, in ctf_dedup_rwalk_one_output_mapping() 2775 ref = ctf_type_reference (input, type); in ctf_dedup_emit_type() 2791 ref = ctf_type_reference (input, type); in ctf_dedup_emit_type() 2807 ref = ctf_type_reference (input, type); in ctf_dedup_emit_type()
|
H A D | ctf-create.c | 1762 src_type = ctf_type_reference (src_fp, src_type); in ctf_add_type_internal() 1776 src_type = ctf_type_reference (src_fp, src_type); in ctf_add_type_internal() 1946 src_type = ctf_type_reference (src_fp, src_type); in ctf_add_type_internal()
|
H A D | ctf-dump.c | 225 new_id = ctf_type_reference (fp, id); in ctf_dump_format_type()
|
H A D | ctf-lookup.c | 58 reffed_type = ctf_type_reference (fp, type); in refresh_pptrtab()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-decl.c | 122 ctf_decl_push (cd, fp, ctf_type_reference (fp, type)); in ctf_decl_push()
|
H A D | ctf-types.c | 614 if ((ret = ctf_type_reference (fp, type)) == CTF_ERR) in ctf_type_resolve_unsliced() 1075 if ((type = ctf_type_reference (fp, type)) == CTF_ERR) in ctf_type_kind() 1107 ctf_type_reference (ctf_dict_t *fp, ctf_id_t type) in ctf_type_reference() function 1324 return (ctf_type_compat (lfp, ctf_type_reference (lfp, ltype), in ctf_type_compat() 1325 rfp, ctf_type_reference (rfp, rtype))); in ctf_type_compat()
|
H A D | libctf.ver | 68 ctf_type_reference;
|
H A D | ctf-dedup.c | 713 child_type = ctf_type_reference (input, type); in ctf_dedup_rhash_type() 739 child_type = ctf_type_reference (input, type); in ctf_dedup_rhash_type() 2105 CTF_TYPE_WALK (ctf_type_reference (fp, type), err, in ctf_dedup_rwalk_one_output_mapping() 2772 ref = ctf_type_reference (input, type); in ctf_dedup_emit_type() 2788 ref = ctf_type_reference (input, type); in ctf_dedup_emit_type() 2804 ref = ctf_type_reference (input, type); in ctf_dedup_emit_type()
|
H A D | ctf-create.c | 1792 src_type = ctf_type_reference (src_fp, src_type); in ctf_add_type_internal() 1806 src_type = ctf_type_reference (src_fp, src_type); in ctf_add_type_internal() 1976 src_type = ctf_type_reference (src_fp, src_type); in ctf_add_type_internal()
|
H A D | ctf-dump.c | 225 new_id = ctf_type_reference (fp, id); in ctf_dump_format_type()
|
H A D | ctf-lookup.c | 58 reffed_type = ctf_type_reference (fp, type); in refresh_pptrtab()
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 476 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) in ctf_type_reference() function 631 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype), in ctf_type_compat() 632 rfp, ctf_type_reference(rfp, rtype))); in ctf_type_compat()
|
H A D | ctf_create.c | 1403 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type() 1542 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf_api.h | 189 extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_cg.c | 210 type = ctf_type_reference(ctfp, type); in dt_cg_ptrsize() 343 type = ctf_type_reference(fp, type); in dt_cg_field_set() 651 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_prearith_op() 708 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_postarith_op() 1868 type = ctf_type_reference(ctfp, type); in dt_cg_node()
|
H A D | dt_xlator.c | 283 dst_type = ctf_type_reference(dst_ctfp, dst_type); in dt_xlator_lookup()
|
H A D | dt_print.c | 320 ctf_id_t bid = ctf_type_reference(ctfp, base); in dt_print_ptr()
|
H A D | dt_parser.c | 932 type = ctf_type_resolve(fp, ctf_type_reference(fp, type)); in dt_node_is_vfptr() 995 (base = ctf_type_reference(fp, base)) != CTF_ERR && in dt_node_is_strcompat() 1093 ctf_type_reference(lfp, lbase)); in dt_node_is_ptrcompat() 1106 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat() 2983 type = ctf_type_reference(cp->dn_ctfp, type); in dt_cook_op1() 3727 type = ctf_type_reference(ctfp, type); in dt_cook_op2() 4242 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 416 extern ctf_id_t ctf_type_reference (ctf_dict_t *, ctf_id_t);
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 416 extern ctf_id_t ctf_type_reference (ctf_dict_t *, ctf_id_t);
|