Searched refs:sym_fn (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sgs/prof/common/ |
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' */ in main() 477 if ((ldptr = _symintOpen(sym_fn)) == NULL) { in main() 491 Fprint(stderr, "%s: %s: improper format\n", cmdname, sym_fn); in main() 504 Fprint(stderr, "%s: %s: no symbols\n", cmdname, sym_fn); in main()
|
H A D | profv.h | 97 *cmdname, *sym_fn, *mon_fn;
|
H A D | profv.c | 878 if (stat(sym_fn, &aout_stat) == -1) { in profver() 879 perror(sym_fn); in profver() 882 get_aout_syms(sym_fn, &modules); in profver()
|