Searched refs:ctf_open (Results 1 – 14 of 14) sorted by relevance
43 return (ctf_open(filename, errp)); in mdb_ctf_open()
36 ctf_open.o \
70 ctf_open(const char *filename, int *errp) in ctf_open() function
78 ctf_open;
35 ctf_open.c \
95 ctf_open(const char *filename, int *errp) in ctf_open() function
82 ctf_open;
150 if ((ctfp = ctf_open(argv[1], &errp)) == NULL) in main()
152 extern ctf_file_t *ctf_open(const char *, int *);
104 ctf_open;
445 ctf_open(const char *filename, int *errp) in ctf_open() function
280 if ((ctf = ctf_open(objfile, &ctferr)) == NULL) { in main()
681 if ((ctf = ctf_open(objfile, &ctferr)) == NULL) { in get_ctf_file()
1774 ctf_lookup.o ctf_open.o ctf_types.o ctf_util.o ctf_subr.o ctf_mod.o