Searched refs:VDSO32_LBASE (Results 1 – 5 of 5) sorted by relevance
5 #define VDSO32_LBASE 0 macro
7 #define VDSO32_LBASE 0x0 macro
13 . = VDSO32_LBASE + SIZEOF_HEADERS;
17 . = VDSO32_LBASE + SIZEOF_HEADERS;
352 return sym->st_value - VDSO32_LBASE; in find_function32()562 *((int *)(vdso32_kbase + (sym32->st_value - VDSO32_LBASE))) = in vdso_fixup_datapage()564 (sym32->st_value - VDSO32_LBASE); in vdso_fixup_datapage()