mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
AT_SYSINFO_EHDR defines the auxvector index representing the vDSO
entrypoint. Its value or presence does not depend on whether a vDSO
is actually provided by the kernel.
The definition of AT_SYSINFO_EHDR was gated between CONFIG_VSYSCALL to
avoid a default gate VMA to be created. However that default gate VMA
was removed entirely in commit
|
||
|---|---|---|
| .. | ||
| auxvec.h | ||
| byteorder.h | ||
| cachectl.h | ||
| cpu-features.h | ||
| hw_breakpoint.h | ||
| ioctls.h | ||
| Kbuild | ||
| posix_types_32.h | ||
| posix_types.h | ||
| ptrace_32.h | ||
| ptrace.h | ||
| sigcontext.h | ||
| signal.h | ||
| sockios.h | ||
| stat.h | ||
| swab.h | ||
| unistd.h | ||