/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
H A D | ambiguous-struct.c | 25 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL) in main()
|
H A D | struct-lookup.c | 21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL) in main()
|
H A D | enum-symbol.c | 24 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL) in main()
|
H A D | enum.c | 29 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL) in main()
|
H A D | struct-iteration.c | 38 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL) in main()
|
/netbsd-src/external/cddl/osnet/lib/libctf/ |
H A D | Makefile | 15 ctf_open.c \
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
H A D | pptrtab.c | 21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL) in main()
|
H A D | nonstatic-var-section-ld-r.c | 23 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL) in main()
|
H A D | nonstatic-var-section-ld.c | 23 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL) in main()
|
H A D | type-add-unnamed-struct.c | 24 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL) in main()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open-bfd.c | 357 ctf_open (const char *filename, const char *target, int *errp) in ctf_open() function 380 return ctf_open (filename, NULL, errp); in ctf_arc_open()
|
H A D | libctf.ver | 169 ctf_open; /* libctf only. */
|
H A D | ctf-link.c | 24 #pragma weak ctf_open macro 189 if (!buf && !ctf && name && !ctf_open) in ctf_link_add() 242 input->clin_arc = ctf_open (input->clin_filename, NULL, &err); in ctf_link_lazy_open()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open-bfd.c | 357 ctf_open (const char *filename, const char *target, int *errp) in ctf_open() function 380 return ctf_open (filename, NULL, errp); in ctf_arc_open()
|
H A D | libctf.ver | 169 ctf_open; /* libctf only. */
|
H A D | ctf-link.c | 24 #pragma weak ctf_open macro 189 if (!buf && !ctf && name && !ctf_open) in ctf_link_add() 242 input->clin_arc = ctf_open (input->clin_filename, NULL, &err); in ctf_link_lazy_open()
|
/netbsd-src/tools/libctf/ |
H A D | Makefile | 14 ctf_open.c \
|
/netbsd-src/external/cddl/osnet/dist/uts/common/ctf/ |
H A D | ctf_mod.c | 95 ctf_open(const char *filename, int *errp) in ctf_open() function
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf_api.h | 156 extern ctf_file_t *ctf_open(const char *, int *);
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 330 extern ctf_archive_t *ctf_open (const char *filename,
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 330 extern ctf_archive_t *ctf_open (const char *filename,
|
H A D | ChangeLog-2019 | 399 (ctf_open): Likewise.
|
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
H A D | ctf_lib.c | 476 ctf_open(const char *filename, int *errp) in ctf_open() function
|
/netbsd-src/external/bsd/libproc/dist/ |
H A D | proc_sym.c | 555 ctf = ctf_open(map->pr_mapname, &error); in proc_name2ctf()
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 399 (ctf_open): Likewise.
|