Searched refs:VDSO64_LBASE (Results 1 – 5 of 5) sorted by relevance
6 #define VDSO64_LBASE 0 macro
418 return *((u64 *)(vdso64_kbase + sym->st_value - VDSO64_LBASE)) - in find_function64()419 VDSO64_LBASE; in find_function64()421 return sym->st_value - VDSO64_LBASE; in find_function64()528 *((int *)(vdso64_kbase + sym64->st_value - VDSO64_LBASE)) = in vdso_fixup_datapage()530 (sym64->st_value - VDSO64_LBASE); in vdso_fixup_datapage()
8 #define VDSO64_LBASE 0x0 macro
13 . = VDSO64_LBASE + SIZEOF_HEADERS;
17 . = VDSO64_LBASE + SIZEOF_HEADERS;