Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c103 save_aout_info(char *aoutname) in save_aout_info() argument
108 if (stat(aoutname, &buf) == -1) { in save_aout_info()
110 whoami, aoutname); in save_aout_info()
121 getnfile(char *aoutname) in getnfile() argument
125 DPRINTF(" Attempting to open %s \n", aoutname); in getnfile()
126 if ((fd = open((aoutname), O_RDONLY)) == -1) { in getnfile()
128 whoami, aoutname); in getnfile()
131 process(aoutname, fd); in getnfile()
132 save_aout_info(aoutname); in getnfile()