Home
last modified time | relevance | path

Searched refs:ctf_type_name (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dreserialize-strtab-corruption.c32 if (ctf_type_name (fp, zygal, name, sizeof (name)) == NULL) in main()
40 if (ctf_type_name (fp, zygal, name, sizeof (name)) == NULL) in main()
50 if (ctf_type_name (fp, zygal, name, sizeof (name)) == NULL) in main()
65 if (ctf_type_name (fp, zygal, name, sizeof (name)) == NULL) in main()
70 if (ctf_type_name (fp, autoschediastic, name, sizeof (name)) == NULL) in main()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_dof.c385 dofxl.dofxl_argv = dof_add_string(ddo, ctf_type_name( in dof_add_translator()
388 dofxl.dofxl_type = dof_add_string(ddo, ctf_type_name( in dof_add_translator()
417 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp, in dof_add_probe()
424 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp, in dof_add_probe()
H A Ddt_printf.c176 return (ctf_type_name(ctfp, type, n, sizeof (n)) != NULL && ( in pfcheck_xshort()
189 return (ctf_type_name(ctfp, type, n, sizeof (n)) != NULL && ( in pfcheck_xlong()
202 if (ctf_type_name(ctfp, ctf_type_resolve(ctfp, type), n, in pfcheck_xlonglong()
215 if (ctf_type_name(ctfp, type, n, sizeof (n)) != NULL && in pfcheck_xlonglong()
H A Ddt_parser.c324 else if (ctf_type_name(ctfp, type, buf, len) == NULL) in dt_type_name()
3737 char *tag = ctf_type_name(ctfp, type, n1, sizeof (n1)); in dt_cook_op2()
3758 ctf_type_name(ctfp, type, n1, sizeof (n1))); in dt_cook_op2()
3763 ctf_type_name(ctfp, type, n1, sizeof (n1))); in dt_cook_op2()
3770 ctf_type_name(ctfp, type, n1, sizeof (n1))); in dt_cook_op2()
4299 mnp->dn_membname, ctf_type_name(dxp->dx_dst_ctfp, in dt_cook_xlator()
4814 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, n, sizeof (n)) != NULL) { in dt_node_printr()
5000 if (ctf_type_name(dnp->dn_xlator->dx_src_ctfp, in dt_node_printr()
5004 if (ctf_type_name(dnp->dn_xlator->dx_dst_ctfp, in dt_node_printr()
H A Ddt_print.c116 if (ctf_type_name(ctfp, id, buf, buflen) == NULL) in dt_print_type_name()
H A Ddt_program.c428 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, in dt_header_decl()
H A Ddt_decl.c603 CTF_ADD_NONROOT, ctf_type_name(dtt.dtt_ctfp, in dt_decl_member()
H A Ddt_cg.c77 if (ctf_type_name(fp, type, n, sizeof (n)) == NULL || in dt_cg_membinfo()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver60 ctf_type_name;
H A Dctf-types.c873 ctf_type_name (ctf_dict_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name() function
H A DChangeLog-20201095 * ctf-types.c (ctf_type_name): Don't strlen a potentially-
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h183 extern char *ctf_type_name(ctf_file_t *, ctf_id_t, char *, size_t);
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver60 ctf_type_name;
H A Dctf-types.c864 ctf_type_name (ctf_dict_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name() function
H A DChangeLog-20201095 * ctf-types.c (ctf_type_name): Don't strlen a potentially-
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h410 extern char *ctf_type_name (ctf_dict_t *, ctf_id_t, char *, size_t);
H A DChangeLog-2019375 (ctf_type_name): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h410 extern char *ctf_type_name (ctf_dict_t *, ctf_id_t, char *, size_t);
H A DChangeLog-2019375 (ctf_type_name): Likewise.
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c328 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name() function
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019375 (ctf_type_name): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019375 (ctf_type_name): Likewise.
/netbsd-src/external/cddl/osnet/dist/cmd/dtrace/
H A Ddtrace.c586 if (ctf_type_name(p->dtp_argv[i].dtt_ctfp, in print_probe_info()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201095 * ctf-types.c (ctf_type_name): Don't strlen a potentially-