Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c225 auxv_t *oauxv, *nauxv; in stack_cleanup() local
259 oauxv = (auxv_t *)&oenvp[ndx]; in stack_cleanup()
262 for (ndx = 0; (oauxv[ndx].a_type != AT_NULL); ndx++) in stack_cleanup()
263 nauxv[ndx] = oauxv[ndx]; in stack_cleanup()
264 nauxv[ndx] = oauxv[ndx]; in stack_cleanup()