Home
last modified time | relevance | path

Searched defs:page_start (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_utils_test.cpp106 TEST(linker_utils, page_start) { in TEST() argument
Dlinker_utils.cpp174 off64_t page_start(off64_t offset) { in page_start() function
/bionic/tests/
Ddlfcn_test.cpp847 uintptr_t page_start = reinterpret_cast<uintptr_t>(taxicab_number) & ~(PAGE_SIZE - 1); in TEST() local