Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dsymint.h81 PROF_FILE *_symintOpen(char *aout_name); /* NULL or ptr */
H A DsymintOpen.c129 _symintOpen(char *aout_name) in _symintOpen() function
H A Dprof.c477 if ((ldptr = _symintOpen(sym_fn)) == NULL) { in main()