root/arch/x86/um/vdso/vdso.S

/* [<][>][^][v][top][bottom][index][help] */
   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #include <linux/init.h>
   3 
   4 __INITDATA
   5 
   6         .globl vdso_start, vdso_end
   7 vdso_start:
   8         .incbin "arch/x86/um/vdso/vdso.so"
   9 vdso_end:
  10 
  11 __FINIT

/* [<][>][^][v][top][bottom][index][help] */