Home
last modified time | relevance | path

Searched defs:_syspagsz (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c65 int _syspagsz = 0, fd = -1; in _setup() local
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c65 int _syspagsz = 0, fd = -1; in _setup() local
/titanic_41/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c60 int _syspagsz = 0, fd = -1; in _setup() local
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c68 int _syspagsz = 0, fd = -1; local
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c195 setup(char **envp, auxv_t *auxv, Word _flags, char *_platform, int _syspagsz, in setup()