/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 381 if (ctf_array_info(fp, type, &ar) == CTF_ERR || in ctf_type_size() 414 if (ctf_array_info(fp, type, &r) == CTF_ERR) in ctf_type_align() 634 return (ctf_array_info(lfp, ltype, &la) == 0 && in ctf_type_compat() 635 ctf_array_info(rfp, rtype, &ra) == 0 && in ctf_type_compat() 722 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info() function
|
H A D | ctf_decl.c | 107 (void) ctf_array_info(fp, type, &ar); in ctf_decl_push()
|
H A D | ctf_create.c | 1413 if (ctf_array_info(src_fp, src_type, &src_ar) == CTF_ERR) in ctf_add_type() 1427 if (ctf_array_info(dst_fp, dst_type, &dst_ar) != 0) in ctf_add_type()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
H A D | ambiguous-struct.c | 36 if (ctf_array_info (fp, type, &ar) < 0) in main()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-decl.c | 94 (void) ctf_array_info (fp, type, &ar); in ctf_decl_push()
|
H A D | ctf-types.c | 942 if (ctf_array_info (ofp, type, &ar) < 0 in ctf_type_size() 985 if (ctf_array_info (ofp, type, &r) < 0) in ctf_type_align() 1318 return (ctf_array_info (lfp, ltype, &la) == 0 in ctf_type_compat() 1319 && ctf_array_info (rfp, rtype, &ra) == 0 in ctf_type_compat() 1436 ctf_array_info (ctf_dict_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info() function
|
H A D | libctf.ver | 77 ctf_array_info;
|
H A D | ctf-dump.c | 220 if (ctf_array_info (fp, id, &ar) < 0) in ctf_dump_format_type()
|
H A D | ctf-dedup.c | 770 if (ctf_array_info (input, type, &ar) < 0) in ctf_dedup_rhash_type() 2114 if (ctf_array_info (fp, type, &ar) < 0) in ctf_dedup_rwalk_one_output_mapping() 2822 if (ctf_array_info (input, type, &ar) < 0) in ctf_dedup_emit_type()
|
H A D | ctf-create.c | 1787 if (ctf_array_info (src_fp, src_type, &src_ar) != 0) in ctf_add_type_internal() 1803 if (ctf_array_info (dst_fp, dst_type, &dst_ar) != 0) in ctf_add_type_internal()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-decl.c | 94 (void) ctf_array_info (fp, type, &ar); in ctf_decl_push()
|
H A D | ctf-types.c | 951 if (ctf_array_info (ofp, type, &ar) < 0 in ctf_type_size() 994 if (ctf_array_info (ofp, type, &r) < 0) in ctf_type_align() 1327 return (ctf_array_info (lfp, ltype, &la) == 0 in ctf_type_compat() 1328 && ctf_array_info (rfp, rtype, &ra) == 0 in ctf_type_compat() 1448 ctf_array_info (ctf_dict_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info() function
|
H A D | libctf.ver | 77 ctf_array_info;
|
H A D | ctf-dump.c | 220 if (ctf_array_info (fp, id, &ar) < 0) in ctf_dump_format_type()
|
H A D | ctf-dedup.c | 770 if (ctf_array_info (input, type, &ar) < 0) in ctf_dedup_rhash_type() 2113 if (ctf_array_info (fp, type, &ar) < 0) in ctf_dedup_rwalk_one_output_mapping() 2819 if (ctf_array_info (input, type, &ar) < 0) in ctf_dedup_emit_type()
|
H A D | ctf-create.c | 1817 if (ctf_array_info (src_fp, src_type, &src_ar) != 0) in ctf_add_type_internal() 1833 if (ctf_array_info (dst_fp, dst_type, &dst_ar) != 0) in ctf_add_type_internal()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf_api.h | 198 extern int ctf_array_info(ctf_file_t *, ctf_id_t, ctf_arinfo_t *);
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 425 extern int ctf_array_info (ctf_dict_t *, ctf_id_t, ctf_arinfo_t *);
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_print.c | 379 if (ctf_array_info(ctfp, base, &car) == CTF_ERR) { in dt_print_array()
|
H A D | dt_printf.c | 112 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 && in pfcheck_str() 128 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 && in pfcheck_wstr()
|
H A D | dt_options.c | 794 if (ctf_array_info(fp, type, &r) == CTF_ERR) { in dt_opt_strsize()
|
H A D | dt_parser.c | 1000 if (kind == CTF_K_ARRAY && ctf_array_info(fp, base, &r) == 0 && in dt_node_is_strcompat() 1095 ctf_array_info(lfp, lbase, &r) == 0) { in dt_node_is_ptrcompat() 1108 ctf_array_info(rfp, rbase, &r) == 0) { in dt_node_is_ptrcompat() 2977 if (ctf_array_info(cp->dn_ctfp, type, &r) != 0) { in dt_cook_op1()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 425 extern int ctf_array_info (ctf_dict_t *, ctf_id_t, ctf_arinfo_t *);
|
H A D | ChangeLog-2019 | 386 (ctf_array_info): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 386 (ctf_array_info): Likewise.
|