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_SYSINFO
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/include/shared/
H
A
D
elf_user.h
10
/* For compilation on a host that doesn't support
AT_SYSINFO
(Linux 2.4) */
12
#ifndef
AT_SYSINFO
13
#define
AT_SYSINFO
32
macro
/kernel/linux/linux-6.6/arch/um/include/shared/
H
A
D
elf_user.h
10
/* For compilation on a host that doesn't support
AT_SYSINFO
(Linux 2.4) */
12
#ifndef
AT_SYSINFO
13
#define
AT_SYSINFO
32
macro
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H
A
D
auxvec.h
9
#define
AT_SYSINFO
32
macro
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H
A
D
auxvec.h
9
#define
AT_SYSINFO
32
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
auxvec.h
22
#define
AT_SYSINFO
32
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
auxvec.h
22
#define
AT_SYSINFO
32
macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
auxvec.h
7
#define
AT_SYSINFO
32
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
auxvec.h
9
#define
AT_SYSINFO
32
macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
auxvec.h
7
#define
AT_SYSINFO
32
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
auxvec.h
9
#define
AT_SYSINFO
32
macro
/kernel/linux/linux-5.10/arch/x86/um/asm/
H
A
D
elf.h
88
#define
AT_SYSINFO
32
macro
94
NEW_AUX_ENT(
AT_SYSINFO
, __kernel_vsyscall); \
/kernel/linux/linux-6.6/arch/x86/um/asm/
H
A
D
elf.h
88
#define
AT_SYSINFO
32
macro
94
NEW_AUX_ENT(
AT_SYSINFO
, __kernel_vsyscall); \
/kernel/linux/linux-5.10/arch/um/os-Linux/
H
A
D
elf_aux.c
35
case
AT_SYSINFO
:
in scan_elf_aux()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H
A
D
elf_aux.c
35
case
AT_SYSINFO
:
in scan_elf_aux()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
elf.h
311
NEW_AUX_ENT(
AT_SYSINFO
, VDSO_ENTRY); \
361
#define
AT_SYSINFO
32
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
elf.h
296
NEW_AUX_ENT(
AT_SYSINFO
, VDSO_ENTRY); \
350
#define
AT_SYSINFO
32
macro
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H
A
D
unwind_vdso.c
3
* unwind_vdso.c - tests unwind info for
AT_SYSINFO
in the vDSO
141
sysinfo = getauxval(
AT_SYSINFO
);
in main()
146
printf("[WARN]\tdladdr failed on
AT_SYSINFO
\n");
in main()
166
printf("[WARN]\tsyscall(2) didn't enter
AT_SYSINFO
\n");
in main()
H
A
D
test_syscall_vdso.c
42
if (auxv->a_type ==
AT_SYSINFO
)
in get_syscall()
H
A
D
ptrace_syscall.c
74
* Nasty helper to invoke
AT_SYSINFO
(i.e. __kernel_vsyscall) with
416
vsyscall32 = (void *)getauxval(
AT_SYSINFO
);
in main()
418
printf("[RUN]\tCheck
AT_SYSINFO
return regs\n");
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
unwind_vdso.c
3
* unwind_vdso.c - tests unwind info for
AT_SYSINFO
in the vDSO
141
sysinfo = getauxval(
AT_SYSINFO
);
in main()
146
printf("[WARN]\tdladdr failed on
AT_SYSINFO
\n");
in main()
166
printf("[WARN]\tsyscall(2) didn't enter
AT_SYSINFO
\n");
in main()
H
A
D
test_syscall_vdso.c
42
if (auxv->a_type ==
AT_SYSINFO
)
in get_syscall()
H
A
D
ptrace_syscall.c
74
* Nasty helper to invoke
AT_SYSINFO
(i.e. __kernel_vsyscall) with
416
vsyscall32 = (void *)getauxval(
AT_SYSINFO
);
in main()
418
printf("[RUN]\tCheck
AT_SYSINFO
return regs\n");
in main()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
elf.h
214
NEW_AUX_ENT(
AT_SYSINFO
, (unsigned long) __kernel_syscall_via_epc); \
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
elf.h
214
NEW_AUX_ENT(
AT_SYSINFO
, (unsigned long) __kernel_syscall_via_epc); \
Completed in 8 milliseconds