Searched defs:PAGE_END (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ | ||
D | libc_init_static.cpp | 60 #define PAGE_END(x) PAGE_START((x) + (PAGE_SIZE-1)) macro |
/bionic/linker/ | ||
D | linker.h | 84 #define PAGE_END(x) PAGE_START((x) + (PAGE_SIZE-1)) macro |