Home
last modified time | relevance | path

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

/bionic/linker/tests/
Dlinker_utils_test.cpp103 TEST(linker_utils, page_start) { in TEST() argument
/bionic/linker/
Dlinker_utils.cpp174 off64_t page_start(off64_t offset) { in page_start() function
Dlinker_allocator.cpp124 void* page_start = reinterpret_cast<void*>(page_record->page_addr); in free_page() local
/bionic/tests/
Ddlfcn_test.cpp843 uintptr_t page_start = reinterpret_cast<uintptr_t>(taxicab_number) & ~(PAGE_SIZE - 1); in TEST() local