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
defs:auxv
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/third_party/rust/crates/rustix/src/param/
H
A
D
mod.rs
9
mod
auxv
;
modules
/third_party/rust/crates/rustix/tests/param/
H
A
D
main.rs
14
mod
auxv
;
modules
/third_party/musl/src/misc/
H
A
D
getauxval.c
7
size_t *
auxv
= libc.
auxv
;
in __getauxval()
local
/third_party/skia/third_party/externals/libpng/contrib/powerpc-vsx/
H
A
D
linux_aux.c
26
unsigned long
auxv
= getauxval(AT_HWCAP);
in png_have_vsx()
local
/third_party/eudev/src/shared/
H
A
D
random-util.c
86
void *
auxv
;
in initialize_srand()
local
/kernel/linux/linux-5.10/arch/um/os-Linux/
H
A
D
elf_aux.c
29
elf_auxv_t *
auxv
;
in scan_elf_aux()
local
[all...]
/kernel/linux/linux-6.6/arch/um/os-Linux/
H
A
D
elf_aux.c
29
elf_auxv_t *
auxv
;
in scan_elf_aux()
local
[all...]
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
crt.h
22
const unsigned long *
auxv
;
in _start_c()
local
/third_party/elfutils/libelf/
H
A
D
gelf_update_auxv.c
67
Elf32_auxv_t *
auxv
;
in gelf_update_auxv()
local
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H
A
D
prctl.h
52
uint64_t *
auxv
;
member
/third_party/musl/porting/linux/user/src/env/
H
A
D
__libc_start_main.c
26
size_t i, *
auxv
, aux[AUX_CNT] = { 0 };
in __init_libc()
local
/third_party/musl/src/env/
H
A
D
__libc_start_main.c
28
size_t i, *
auxv
, aux[AUX_CNT] = { 0 };
in __init_libc()
local
/third_party/musl/porting/liteos_a/user/src/env/
H
A
D
__libc_start_main.c
25
size_t i, *
auxv
, aux[AUX_CNT] = { 0 };
in __init_libc()
local
/third_party/musl/porting/liteos_a/user_debug/src/env/
H
A
D
__libc_start_main.c
26
size_t i, *
auxv
, aux[AUX_CNT] = { 0 };
in __init_libc()
local
/kernel/linux/linux-5.10/tools/testing/selftests/vDSO/
H
A
D
parse_vdso.c
235
void vdso_init_from_auxv(void *
auxv
)
in vdso_init_from_auxv()
argument
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H
A
D
parse_vdso.c
235
void vdso_init_from_auxv(void *
auxv
)
in vdso_init_from_auxv()
argument
/third_party/ffmpeg/libavutil/arm/
H
A
D
cpu.c
70
struct { uint32_t a_type; uint32_t a_val; }
auxv
;
in get_hwcap()
local
/third_party/ltp/libs/libltpvdso/
H
A
D
parse_vdso.c
265
void vdso_init_from_auxv(void *
auxv
)
in vdso_init_from_auxv()
argument
/third_party/musl/porting/linux/user/src/internal/
H
A
D
libc.h
42
size_t *
auxv
;
member
/third_party/musl/porting/liteos_a/user/src/internal/
H
A
D
libc.h
26
size_t *
auxv
;
member
/third_party/musl/src/internal/
H
A
D
libc.h
28
size_t *
auxv
;
member
/third_party/musl/ldso/
H
A
D
dlstart.c
30
size_t *
auxv
= (void *)(argv+i+1);
in _dlstart_c()
local
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/
H
A
D
test.c
160
} *
auxv
;
in start()
local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/
H
A
D
utils.c
27
static char
auxv
[4096];
variable
59
void *find_auxv_entry(int type, char *
auxv
)
in find_auxv_entry()
argument
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H
A
D
test_syscall_vdso.c
38
Elf32_auxv_t *
auxv
;
in get_syscall()
local
Completed in 7 milliseconds
1
2
3