Searched defs:sym_fn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c145 char *sym_fn = "a.out"; /* Default program file name. */ variable
459 sym_fn = argv[optind]; /* name other than `a.out' */
477 if ((ldptr = _symintOpen(sym_fn)) == NULL) {
491 Fprint(stderr, "%s: %s: improper format\n", cmdname, sym_fn);
504 Fprint(stderr, "%s: %s: no symbols\n", cmdname, sym_fn);

Completed in 46 milliseconds