1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Linker script for 32-bit vDSO.
4 * We #include the file to define the layout details.
6 * This file defines the version script giving the user-exported symbols in
14 #include "../vdso-layout.lds.S"
16 /* The ELF entry point can be used to set the AT_SYSINFO value. */
17 ENTRY(__kernel_vsyscall);
20 * This controls what userland symbols we export from the vDSO.
30 __vdso_clock_gettime64;
38 __kernel_rt_sigreturn;