Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AT_SECURE
(Results
1 - 25
of
37
) sorted by relevance
1
2
/third_party/musl/src/misc/
H
A
D
getauxval.c
8
if (item ==
AT_SECURE
) return libc.secure;
in __getauxval()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H
A
D
getauxval.c
21
* @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
D
uid.c
50
return getauxval(
AT_SECURE
) != 0;
in OPENSSL_issetugid()
/third_party/openssl/crypto/
H
A
D
uid.c
50
return getauxval(
AT_SECURE
) != 0;
in OPENSSL_issetugid()
/third_party/musl/porting/linux/user/src/env/
H
A
D
__libc_start_main.c
44
&& !aux[
AT_SECURE
]) return;
in __init_libc()
/third_party/musl/src/env/
H
A
D
__libc_start_main.c
46
&& !aux[
AT_SECURE
]) return;
in __init_libc()
/third_party/musl/porting/liteos_a/user/src/env/
H
A
D
__libc_start_main.c
43
&& !aux[
AT_SECURE
]) return;
in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
H
A
D
__libc_start_main.c
44
&& !aux[
AT_SECURE
]) return;
in __init_libc()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H
A
D
mod.rs
286
pub const
AT_SECURE
: ::c_ulong = 23;
consts
/third_party/node/src/
H
A
D
node_credentials.cc
41
static const bool value = getauxval(
AT_SECURE
);
in linux_at_secure()
/third_party/elfio/elfio/
H
A
D
elf_types.hpp
1084
constexpr Elf_Word
AT_SECURE
= 23; // Boolean, was exec setuid-like?
member
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
1024
#define
AT_SECURE
23
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
1015
#define
AT_SECURE
23
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
1015
#define
AT_SECURE
23
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
1015
#define
AT_SECURE
23
macro
/third_party/musl/include/
H
A
D
elf.h
1050
#define
AT_SECURE
23
macro
/third_party/elfutils/libelf/
H
A
D
elf.h
1217
#define
AT_SECURE
23 /* Boolean, was exec setuid-like? */
macro
/third_party/musl/porting/liteos_a/user/ldso/
H
A
D
dynlink.c
869
* 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
D
dynlink.c
869
* 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
D
dynlink.c
938
* 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
D
general.rs
165
pub const
AT_SECURE
: u32 = 23;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1579
pub const
AT_SECURE
: ::c_ulong = 23;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
general.rs
170
pub const
AT_SECURE
: u32 = 23;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H
A
D
general.rs
170
pub const
AT_SECURE
: u32 = 23;
consts
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
1716
* 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 153 milliseconds
1
2