Home
last modified time | relevance | path

Searched refs:_auxv (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dcrt.h11 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 Dstdlib.h107 const unsigned long *auxv = _auxv; in getauxval()
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A Dnolibc-test.c603 /* 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 3 milliseconds