/third_party/musl/src/misc/ |
D | getauxval.c | 8 if (item == AT_SECURE) return libc.secure; in __getauxval()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | getauxval.c | 27 result = getauxval(AT_SECURE); in getauxval_0100()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | uid.c | 50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
|
/third_party/openssl/crypto/ |
D | uid.c | 50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __libc_start_main.c | 43 && !aux[AT_SECURE]) return; in __init_libc()
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
D | __libc_start_main.c | 44 && !aux[AT_SECURE]) return; in __init_libc()
|
/third_party/musl/porting/linux/user/src/env/ |
D | __libc_start_main.c | 44 && !aux[AT_SECURE]) return; in __init_libc()
|
/third_party/musl/src/env/ |
D | __libc_start_main.c | 46 && !aux[AT_SECURE]) return; in __init_libc()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 286 pub const AT_SECURE: ::c_ulong = 23; constant
|
/third_party/node/src/ |
D | node_credentials.cc | 41 static const bool value = getauxval(AT_SECURE); in linux_at_secure()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 1023 #define AT_SECURE 23 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 1015 #define AT_SECURE 23 macro
|
/third_party/musl/include/ |
D | elf.h | 1032 #define AT_SECURE 23 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 1015 #define AT_SECURE 23 macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 1084 constexpr Elf_Word AT_SECURE = 23; // Boolean, was exec setuid-like? variable
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 1015 #define AT_SECURE 23 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 180 AT_SECURE
|
/third_party/elfutils/libelf/ |
D | elf.h | 1217 #define AT_SECURE 23 /* Boolean, was exec setuid-like? */ macro
|
/third_party/elfutils/libebl/ |
D | ChangeLog | 1213 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 1768 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 1767 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]); in __dls3()
|
/third_party/musl/ldso/ |
D | dynlink.c | 1794 || aux[AT_GID]!=aux[AT_EGID] || aux[AT_SECURE]);
|
/third_party/musl/ |
D | WHATSNEW | 1313 - support getauxval(AT_SECURE) even on kernels without AT_SECURE
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1579 pub const AT_SECURE: ::c_ulong = 23; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 165 pub const AT_SECURE: u32 = 23; constant
|