Searched refs:_symintOpen (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dsymint.h72 * 1. open an object file, set up PROF_FILE et al. (_symintOpen).
81 PROF_FILE *_symintOpen(char *aout_name); /* NULL or ptr */
H A DsymintOpen.c51 * _symintOpen(aout_name)
129 _symintOpen(char *aout_name) function
159 DEBUG_LOC("_symintOpen: top");
178 DEBUG_LOC("_symintOpen: after call to getehdr");
211 DEBUG_LOC("_symintOpen: after call to getdata (for header names)");
248 DEBUG_EXP(printf("_symintOpen: reading section %s\n",
255 DEBUG_LOC("_symintOpen: found symbol section");
269 DEBUG_LOC("_symintOpen: found dynamic symbol section");
278 DEBUG_LOC("_symintOpen: found dynamic symbol section");
297 DEBUG_LOC("_symintOpen
[all...]
H A Dprof.c476 DEBUG_LOC("main: before _symintOpen");
477 if ((ldptr = _symintOpen(sym_fn)) == NULL) {
478 Perror("_symintOpen failed");
480 DEBUG_LOC("main: after _symintOpen");

Completed in 61 milliseconds