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

/opensolaris-onvv-gate/usr/src/cmd/sgs/prof/common/
H A Dsymint.h83 PROF_SYMBOL *_symintLoad(PROF_FILE *proffilePtr);
H A DsymintLoad.c95 * _symintLoad(proffilePtr)
119 _symintLoad(PROF_FILE *proffilePtr) function
125 DEBUG_LOC("_symintLoad: top");
146 DEBUG_EXP(printf("_symintLoad: prstsym_size = %d\n",
169 NO_DEBUG_LOC("_symintLoad: before malloc for symbol list (PROF)");
171 NO_DEBUG_LOC("_symintLoad: after malloc for symbol list (PROF)");
174 NO_DEBUG_LOC("_symintLoad: before memcpy for "
181 NO_DEBUG_LOC("_symintLoad: before memcpy for symbol list (PROF)");
187 DEBUG_LOC("_symintLoad: bottom");
H A DsymintOpen.c299 DEBUG_LOC("_symintOpen: before call to _symintLoad");
301 if ((pfile_p->pf_symarr_p = _symintLoad(pfile_p)) == NULL)
304 DEBUG_LOC("_symintOpen: after call to _symintLoad");

Completed in 92 milliseconds