vdso.lds.S (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | vdso.lds.S (f66501dc53e72079045a6a17e023b41316ede220) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Linker script for 64-bit vDSO. 4 * We #include the file to define the layout details. 5 * 6 * This file defines the version script giving the user-exported symbols in 7 * the DSO. 8 */ --- 11 unchanged lines hidden (view full) --- 20 clock_gettime; 21 __vdso_clock_gettime; 22 gettimeofday; 23 __vdso_gettimeofday; 24 getcpu; 25 __vdso_getcpu; 26 time; 27 __vdso_time; | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Linker script for 64-bit vDSO. 4 * We #include the file to define the layout details. 5 * 6 * This file defines the version script giving the user-exported symbols in 7 * the DSO. 8 */ --- 11 unchanged lines hidden (view full) --- 20 clock_gettime; 21 __vdso_clock_gettime; 22 gettimeofday; 23 __vdso_gettimeofday; 24 getcpu; 25 __vdso_getcpu; 26 time; 27 __vdso_time; |
28 clock_getres; 29 __vdso_clock_getres; |
|
28 local: *; 29 }; 30} | 30 local: *; 31 }; 32} |