Home
last modified time | relevance | path

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

/titanic_41/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' */ 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 Dprofv.h97 *cmdname, *sym_fn, *mon_fn;
H A Dprofv.c878 if (stat(sym_fn, &aout_stat) == -1) { in profver()
879 perror(sym_fn); in profver()
882 get_aout_syms(sym_fn, &modules); in profver()