/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
H A D | pptrtab.c | 38 if ((type = ctf_lookup_by_name (cfp, "int *") ) == CTF_ERR) in main() 56 if ((type = ctf_lookup_by_name (cfp, "long int *") ) == CTF_ERR) in main() 77 if ((type = ctf_lookup_by_name (cfp, "long int *") ) == CTF_ERR) in main()
|
H A D | pptrtab-writable-page-deep-lookup.c | 40 if ((type = ctf_lookup_by_name (cfp, "*foo")) != CTF_ERR) in main() 46 if ((type = ctf_lookup_by_name (cfp, "foo *")) == CTF_ERR) in main()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
H A D | pptrtab.c | 30 if ((type = ctf_lookup_by_name (fp, "a_t *")) == CTF_ERR) in main() 33 if ((ctf_lookup_by_name (fp, "b_t *")) != CTF_ERR || in main()
|
H A D | type-add-unnamed-struct.c | 36 if ((type = ctf_lookup_by_name (fp, "struct foo")) == CTF_ERR) in main()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
H A D | enum.c | 36 if ((type = ctf_lookup_by_name (fp, "enum e") ) == CTF_ERR) in main() 48 if ((type = ctf_lookup_by_name (fp, "enum ie") ) == CTF_ERR) in main()
|
H A D | ambiguous-struct.c | 32 if ((type = ctf_lookup_by_name (fp, "a_array") ) == CTF_ERR) in main()
|
H A D | struct-lookup.c | 28 if ((type = ctf_lookup_by_name (fp, "struct foo_t") ) == CTF_ERR) in main()
|
H A D | struct-iteration.c | 45 if ((type = ctf_lookup_by_name (fp, "struct foo_t") ) == CTF_ERR) in main()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_open.c | 1494 ctf_lookup_by_name(dmp->dm_ctfp, "void")); in dt_vopen() 1497 ctf_lookup_by_name(dmp->dm_ctfp, "char")); in dt_vopen() 1500 ctf_lookup_by_name(dmp->dm_ctfp, "int")); in dt_vopen() 1541 dtyp->dty_dst, ctf_lookup_by_name(dmp->dm_ctfp, in dt_vopen() 1555 ctc.ctc_return = ctf_lookup_by_name(dmp->dm_ctfp, "int"); in dt_vopen() 1571 ctr.ctr_contents = ctf_lookup_by_name(dmp->dm_ctfp, "char"); in dt_vopen() 1572 ctr.ctr_index = ctf_lookup_by_name(dmp->dm_ctfp, "long"); in dt_vopen() 1579 "<DYN>", ctf_lookup_by_name(dmp->dm_ctfp, "void")); in dt_vopen() 1582 "stack", ctf_lookup_by_name(dmp->dm_ctfp, "void")); in dt_vopen() 1585 "_symaddr", ctf_lookup_by_name(dmp->dm_ctfp, "void")); in dt_vopen() [all …]
|
H A D | dt_decl.c | 482 if (name != NULL && (type = ctf_lookup_by_name(ctfp, n)) != CTF_ERR && in dt_decl_sou() 677 if (name != NULL && (type = ctf_lookup_by_name(ctfp, n)) != CTF_ERR) { in dt_decl_enum() 952 r.ctr_index = ctf_lookup_by_name(tip->dtt_ctfp, "long"); in dt_decl_type()
|
H A D | dt_module.c | 1749 id = ctf_lookup_by_name(dmp->dm_ctfp, name); in dtrace_lookup_by_type() 1761 if (fp == NULL || (id = ctf_lookup_by_name(fp, in dtrace_lookup_by_type() 1768 id = ctf_lookup_by_name(fp, name); in dtrace_lookup_by_type()
|
H A D | dt_parser.c | 1514 if (ctf_lookup_by_name(dmp->dm_ctfp, in dt_node_decl() 1888 ctf_lookup_by_name(dtp->dt_ddefs->dm_ctfp, "size_t"), in dt_node_op1() 3097 ctf_lookup_by_name(dtp->dt_ddefs->dm_ctfp, "size_t"), in dt_cook_op1() 3423 type = ctf_lookup_by_name(ctfp, "ptrdiff_t"); in dt_cook_op2()
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_lookup.c | 82 ctf_lookup_by_name(ctf_file_t *fp, const char *name) in ctf_lookup_by_name() function 171 (ptype = ctf_lookup_by_name(fp->ctf_parent, name)) != CTF_ERR) in ctf_lookup_by_name()
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | NEWS | 35 ** Prevent ctf_lookup_by_name returning success when
|
H A D | ChangeLog-2020 | 399 * ctf-lookup.c (ctf_lookup_by_name): Adjust. 1217 * ctf-lookup.c (ctf_lookup_by_name): Use ctf_lookuup_by_rawhash, not 1716 * ctf-lookup.c (ctf_lookup_by_name): Call xstrndup(), not strndup(). 1879 (ctf_lookup_by_name): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | NEWS | 35 ** Prevent ctf_lookup_by_name returning success when
|
H A D | libctf.ver | 54 ctf_lookup_by_name;
|
H A D | ctf-lookup.c | 322 ctf_lookup_by_name (ctf_dict_t *fp, const char *name) in ctf_lookup_by_name() function
|
H A D | ChangeLog-2020 | 399 * ctf-lookup.c (ctf_lookup_by_name): Adjust. 1217 * ctf-lookup.c (ctf_lookup_by_name): Use ctf_lookuup_by_rawhash, not 1716 * ctf-lookup.c (ctf_lookup_by_name): Call xstrndup(), not strndup(). 1879 (ctf_lookup_by_name): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | NEWS | 35 ** Prevent ctf_lookup_by_name returning success when
|
H A D | libctf.ver | 54 ctf_lookup_by_name;
|
H A D | ctf-lookup.c | 319 ctf_lookup_by_name (ctf_dict_t *fp, const char *name) in ctf_lookup_by_name() function
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf_api.h | 178 extern ctf_id_t ctf_lookup_by_name(ctf_file_t *, const char *);
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 399 extern ctf_id_t ctf_lookup_by_name (ctf_dict_t *, const char *);
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 399 extern ctf_id_t ctf_lookup_by_name (ctf_dict_t *, const char *);
|