Searched refs:ctf_open (Results 1 – 17 of 17) sorted by relevance
/titanic_53/usr/src/cmd/ctfdiff/ |
H A D | ctfdiff.c | 350 pifp = ctf_open(optarg, &err); in main() 398 pofp = ctf_open(optarg, &err); in main() 459 ifp = ctf_open(argv[1], &err); in main() 474 ofp = ctf_open(argv[2], &err); in main()
|
/titanic_53/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf_open.c | 47 return (ctf_open(filename, errp)); in mdb_ctf_open()
|
/titanic_53/usr/src/cmd/mdb/ |
H A D | Makefile.libstandctf | 37 ctf_open.c \
|
/titanic_53/usr/src/cmd/mdb/common/libstandctf/ |
H A D | ctf_subr.c | 75 ctf_open(const char *filename, int *errp) in ctf_open() function
|
H A D | mapfile | 78 ctf_open;
|
/titanic_53/usr/src/lib/libctf/ |
H A D | Makefile.shared.com | 43 ctf_open.o \
|
/titanic_53/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 93 ctf_open(const char *filename, int *errp) in ctf_open() function
|
H A D | mapfile | 82 ctf_open;
|
/titanic_53/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 150 if ((ctfp = ctf_open(argv[1], &errp)) == NULL) in main()
|
/titanic_53/usr/src/tools/ctf/stabs/common/ |
H A D | ctfstabs.c | 280 if ((ctf = ctf_open(objfile, &ctferr)) == NULL) { in main()
|
/titanic_53/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 140 ctf_open;
|
H A D | ctf_lib.c | 685 ctf_open(const char *filename, int *errp) in ctf_open() function
|
/titanic_53/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 214 extern ctf_file_t *ctf_open(const char *, int *);
|
/titanic_53/usr/src/cmd/ctfmerge/ |
H A D | ctfmerge.c | 496 ufp = ctf_open(g_unique, &err); in main()
|
/titanic_53/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 681 if ((ctf = ctf_open(objfile, &ctferr)) == NULL) { in get_ctf_file()
|
/titanic_53/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 1173 ctf_file_t *pfp = ctf_open(parent, &err); in main()
|
/titanic_53/usr/src/uts/common/ |
H A D | Makefile.files | 1788 ctf_lookup.o ctf_open.o ctf_types.o ctf_util.o ctf_subr.o ctf_mod.o
|