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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h97 *cmdname, *sym_fn, *mon_fn;
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);
H A Dprofv.c878 if (stat(sym_fn, &aout_stat) == -1) {
879 perror(sym_fn);
882 get_aout_syms(sym_fn, &modules);

Completed in 48 milliseconds