Searched refs:sym_fn (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | profv.h | 97 *cmdname, *sym_fn, *mon_fn;
|
H A D | prof.c | 145 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 D | profv.c | 878 if (stat(sym_fn, &aout_stat) == -1) { 879 perror(sym_fn); 882 get_aout_syms(sym_fn, &modules);
|
Completed in 48 milliseconds