Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/prof/common/
H A DsymintLoad.c122 Elf_Data *symdat_aux_p; in _symintLoad() local
142 symdat_aux_p = profPtr->pf_symdat_aux_p; in _symintLoad()
167 st_size += symdat_aux_p->d_size; in _symintLoad()
176 (void) memcpy(symlist, symdat_aux_p->d_buf, in _symintLoad()
177 symdat_aux_p->d_size); in _symintLoad()