Home
last modified time | relevance | path

Searched refs:AT_SECURE (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/src/misc/
Dgetauxval.c8 if (item == AT_SECURE) return libc.secure; in __getauxval()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetauxval.c27 result = getauxval(AT_SECURE); in getauxval_0100()
/third_party/node/deps/openssl/openssl/crypto/
Duid.c50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
/third_party/openssl/crypto/
Duid.c50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
/third_party/musl/porting/liteos_a/user/src/env/
D__libc_start_main.c43 && !aux[AT_SECURE]) return; in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
D__libc_start_main.c44 && !aux[AT_SECURE]) return; in __init_libc()
/third_party/musl/porting/linux/user/src/env/
D__libc_start_main.c44 && !aux[AT_SECURE]) return; in __init_libc()
/third_party/musl/src/env/
D__libc_start_main.c46 && !aux[AT_SECURE]) return; in __init_libc()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs286 pub const AT_SECURE: ::c_ulong = 23; constant
/third_party/node/src/
Dnode_credentials.cc41 static const bool value = getauxval(AT_SECURE); in linux_at_secure()
/third_party/musl/porting/linux/user/include/
Delf.h1023 #define AT_SECURE 23 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1015 #define AT_SECURE 23 macro
/third_party/musl/include/
Delf.h1032 #define AT_SECURE 23 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1015 #define AT_SECURE 23 macro
/third_party/elfio/elfio/
Delf_types.hpp1084 constexpr Elf_Word AT_SECURE = 23; // Boolean, was exec setuid-like? variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1015 #define AT_SECURE 23 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt180 AT_SECURE
/third_party/elfutils/libelf/
Delf.h1217 #define AT_SECURE 23 /* Boolean, was exec setuid-like? */ macro
/third_party/elfutils/libebl/
DChangeLog1213 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1768 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1767 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()
/third_party/musl/ldso/
Ddynlink.c1794 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]);
/third_party/musl/
DWHATSNEW1313 - support getauxval(AT_SECURE) even on kernels without AT_SECURE
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1579 pub const AT_SECURE: ::c_ulong = 23; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs165 pub const AT_SECURE: u32 = 23; constant

12