Home
last modified time | relevance | path

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

/sysdeps/generic/
A Dmalloc-sysdep.h27 return __libc_enable_secure; in check_may_shrink_heap()
/sysdeps/unix/sysv/linux/
A Dmalloc-sysdep.h41 may_shrink_heap = __libc_enable_secure; in check_may_shrink_heap()
A Dfaccessat.c39 if ((flag == 0 || ((flag & ~AT_EACCESS) == 0 && ! __libc_enable_secure))) in __faccessat()
A Dgethostid.c37 if (__libc_enable_secure) in sethostid()
/sysdeps/mach/hurd/
A Dcheck_fds.c88 if (__builtin_expect (__libc_enable_secure, 0)) in init_standard_fds()
A Ddl-sysdep.c58 int __libc_enable_secure = 0; variable
59 rtld_hidden_data_def (__libc_enable_secure)
97 __libc_enable_secure = _dl_hurd_data->flags & EXEC_SECURE; in _dl_sysdep_start()
191 if (__libc_enable_secure || _dl_skip_args) in _dl_sysdep_start()
/sysdeps/mach/hurd/i386/
A Dinit-first.c42 int __libc_enable_secure; variable
106 __libc_enable_secure = d->flags & EXEC_SECURE; in init1()

Completed in 9 milliseconds