Searched defs:aout_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c51 * _symintOpen(aout_name)
52 * aout_name - char string file name of object file
129 _symintOpen(char *aout_name) argument
157 executableName = aout_name;
160 if (aout_name == NULL) {
163 DEBUG_EXP(printf("Attempting to open %s\n", aout_name));
166 if ((pfile_p->pf_fildes = open(aout_name, O_RDONLY)) == -1)
167 _err_exit("%s %s.", fail_open_s, aout_name);
172 _err_exit("%s %s.", fail_begin_s, aout_name);
176 _err_exit("%s %s.", fail_ehdr_s, aout_name);
[all...]

Completed in 117 milliseconds