Searched defs:_auxv (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c66 auxv_t *auxv, *_auxv; local
87 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
97 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) {
236 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform,
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c71 auxv_t *auxv, *_auxv; local
92 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
102 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) {
236 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform,
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c74 auxv_t *auxv, *_auxv; local
103 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
113 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) {
240 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform,
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c71 auxv_t *auxv, *_auxv; local
92 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
102 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) {
228 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform,

Completed in 56 milliseconds