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:_auxv
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
crt.h
11
const unsigned long *
_auxv
__attribute__((weak));
variable
40
*
_auxv
:
_auxv
[0] <-- auxiliary vector, required by getauxval()
in _start_c()
41
*
_auxv
[1]
in _start_c()
53
/* find
_auxv
*/
in _start_c()
56
_auxv
= auxv;
in _start_c()
H
A
D
stdlib.h
107
const unsigned long *auxv =
_auxv
;
in getauxval()
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H
A
D
nolibc-test.c
603
/* checking NULL for argv/argv0, environ and
_auxv
is not enough, let's compare with sbrk(0) or &end */
in run_startup()
606
/* differ from nolibc, both glibc and musl have no global
_auxv
*/
in run_startup()
609
test_auxv =
_auxv
;
in run_startup()
Completed in 4 milliseconds