OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PAGE_END
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
libc_init_static.cpp
60
#define
PAGE_END
(x) PAGE_START((x) + (PAGE_SIZE-1))
79
Elf32_Addr seg_page_end =
PAGE_END
(phdr->p_vaddr + phdr->p_memsz);
/bionic/linker/
linker.h
65
#define
PAGE_END
(x) PAGE_START((x) + (PAGE_SIZE-1))
Completed in 186 milliseconds