Home
last modified time | relevance | path

Searched refs:ctf_array_info (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c381 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 Dctf_decl.c107 (void) ctf_array_info(fp, type, &ar); in ctf_decl_push()
H A Dctf_create.c1413 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 Dambiguous-struct.c36 if (ctf_array_info (fp, type, &ar) < 0) in main()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-decl.c94 (void) ctf_array_info (fp, type, &ar); in ctf_decl_push()
H A Dctf-types.c942 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 Dlibctf.ver77 ctf_array_info;
H A Dctf-dump.c220 if (ctf_array_info (fp, id, &ar) < 0) in ctf_dump_format_type()
H A Dctf-dedup.c770 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 Dctf-create.c1787 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 Dctf-decl.c94 (void) ctf_array_info (fp, type, &ar); in ctf_decl_push()
H A Dctf-types.c951 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 Dlibctf.ver77 ctf_array_info;
H A Dctf-dump.c220 if (ctf_array_info (fp, id, &ar) < 0) in ctf_dump_format_type()
H A Dctf-dedup.c770 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 Dctf-create.c1817 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 Dctf_api.h198 extern int ctf_array_info(ctf_file_t *, ctf_id_t, ctf_arinfo_t *);
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h425 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 Ddt_print.c379 if (ctf_array_info(ctfp, base, &car) == CTF_ERR) { in dt_print_array()
H A Ddt_printf.c112 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 Ddt_options.c794 if (ctf_array_info(fp, type, &r) == CTF_ERR) { in dt_opt_strsize()
H A Ddt_parser.c1000 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 Dctf-api.h425 extern int ctf_array_info (ctf_dict_t *, ctf_id_t, ctf_arinfo_t *);
H A DChangeLog-2019386 (ctf_array_info): Likewise.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019386 (ctf_array_info): Likewise.

12