Home
last modified time | relevance | path

Searched refs:AT_SECURE (Results 1 - 25 of 37) sorted by relevance

12

/third_party/musl/src/misc/
H A Dgetauxval.c8 if (item == AT_SECURE) return libc.secure; in __getauxval()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetauxval.c21 * @tc.desc : Verify that the value can be retrieved from the auxiliary vector (parameter is AT_SECURE)
27 result = getauxval(AT_SECURE); in getauxval_0100()
/third_party/node/deps/openssl/openssl/crypto/
H A Duid.c50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
/third_party/openssl/crypto/
H A Duid.c50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
/third_party/musl/porting/linux/user/src/env/
H A D__libc_start_main.c44 && !aux[AT_SECURE]) return; in __init_libc()
/third_party/musl/src/env/
H A D__libc_start_main.c46 && !aux[AT_SECURE]) return; in __init_libc()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__libc_start_main.c43 && !aux[AT_SECURE]) return; in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
H A D__libc_start_main.c44 && !aux[AT_SECURE]) return; in __init_libc()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs286 pub const AT_SECURE: ::c_ulong = 23; consts
/third_party/node/src/
H A Dnode_credentials.cc41 static const bool value = getauxval(AT_SECURE); in linux_at_secure()
/third_party/elfio/elfio/
H A Delf_types.hpp1084 constexpr Elf_Word AT_SECURE = 23; // Boolean, was exec setuid-like? member
/third_party/musl/porting/linux/user/include/
H A Delf.h1024 #define AT_SECURE 23 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h1015 #define AT_SECURE 23 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h1015 #define AT_SECURE 23 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h1015 #define AT_SECURE 23 macro
/third_party/musl/include/
H A Delf.h1050 #define AT_SECURE 23 macro
/third_party/elfutils/libelf/
H A Delf.h1217 #define AT_SECURE 23 /* Boolean, was exec setuid-like? */ macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c869 * when it is suid/sgid/AT_SECURE. This is because the in fixup_rpath()
903 /* Disallow non-absolute origins for suid/sgid/AT_SECURE. */ in fixup_rpath()
1768 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c869 * when it is suid/sgid/AT_SECURE. This is because the in fixup_rpath()
903 /* Disallow non-absolute origins for suid/sgid/AT_SECURE. */ in fixup_rpath()
1767 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()
/third_party/musl/ldso/
H A Ddynlink.c938 * when it is suid/sgid/AT_SECURE. This is because the in fixup_rpath()
972 /* Disallow non-absolute origins for suid/sgid/AT_SECURE. */ in fixup_rpath()
1862 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs165 pub const AT_SECURE: u32 = 23; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1579 pub const AT_SECURE: ::c_ulong = 23; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs170 pub const AT_SECURE: u32 = 23; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs170 pub const AT_SECURE: u32 = 23; consts
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1716 * when it is suid/sgid/AT_SECURE. This is because the in fixup_rpath()
1750 /* Disallow non-absolute origins for suid/sgid/AT_SECURE. */ in fixup_rpath()
2890 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()

Completed in 130 milliseconds

12