Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c71 auxv_t *auxv, *_auxv; in _setup() local
92 _auxv = (auxv_t *)ebp->eb_un.eb_ptr; in _setup()
102 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
236 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform, in _setup()
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c71 auxv_t *auxv, *_auxv; in _setup() local
92 _auxv = (auxv_t *)ebp->eb_un.eb_ptr; in _setup()
102 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
228 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform, in _setup()
/titanic_50/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,
/titanic_50/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c66 auxv_t *auxv, *_auxv; in _setup() local
87 _auxv = (auxv_t *)ebp->eb_un.eb_ptr; in _setup()
97 for (auxv = _auxv; auxv->a_type != AT_NULL; auxv++) { in _setup()
236 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform, in _setup()