Go to the documentation of this file. 1 #ifndef _ASM_X86_VDSO_H
2 #define _ASM_X86_VDSO_H
4 #if defined CONFIG_X86_32 || defined CONFIG_COMPAT
5 extern const char VDSO32_PRELINK[];
11 #define VDSO32_SYMBOL(base, name) \
13 extern const char VDSO32_##name[]; \
14 (void __user *)(VDSO32_##name - VDSO32_PRELINK + \
15 (unsigned long)(base)); \