Searched refs:auxflags (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/sparc/ |
H A D | _setup.c | 78 int auxflags = -1; local 163 auxflags = (int)auxv->a_un.a_val; 244 aoutdyn, auxflags, hwcap)) == NULL) { 247 NULL, auxflags, hwcap)) == NULL) {
|
/titanic_44/usr/src/cmd/sgs/rtld/i386/ |
H A D | _setup.c | 75 int auxflags = -1; in _setup() local 152 auxflags = (int)auxv->a_un.a_val; in _setup() 238 _execname, _argv, uid, euid, gid, egid, NULL, auxflags, in _setup()
|
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | _setup.c | 75 int auxflags = -1; in _setup() local 152 auxflags = (int)auxv->a_un.a_val; in _setup() 230 _execname, _argv, uid, euid, gid, egid, NULL, auxflags, in _setup()
|
/titanic_44/usr/src/cmd/sgs/rtld/amd64/ |
H A D | _setup.c | 70 int auxflags = -1; in _setup() local 147 auxflags = (int)auxv->a_un.a_val; in _setup() 238 _execname, _argv, uid, euid, gid, egid, NULL, auxflags, in _setup()
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 198 void *aoutdyn, int auxflags, uint_t *hwcap) in setup() argument 348 security(uid, euid, gid, egid, auxflags); in setup() 409 if (auxflags & AF_SUN_HWCAPVERIFY) { in setup() 1184 if (auxflags & AF_SUN_NOPLM) in setup()
|
H A D | util.c | 3605 security(uid_t uid, uid_t euid, gid_t gid, gid_t egid, int auxflags) in security() argument 3607 if (auxflags != -1) { in security() 3608 if ((auxflags & AF_SUN_SETUGID) != 0) in security()
|