Searched refs:VDSO32_LBASE (Results 1 – 5 of 5) sorted by relevance
6 #define VDSO32_LBASE 0 macro
8 #define VDSO32_LBASE 0x0 macro
16 . = VDSO32_LBASE + SIZEOF_HEADERS;
18 . = VDSO32_LBASE + SIZEOF_HEADERS;
288 return sym->st_value - VDSO32_LBASE; in find_function32()517 *((int *)(vdso32_kbase + (sym32->st_value - VDSO32_LBASE))) = in vdso_fixup_datapage()519 (sym32->st_value - VDSO32_LBASE); in vdso_fixup_datapage()