Home
last modified time | relevance | path

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

/bionic/linker/tests/
Dlinker_utils_test.cpp84 TEST(linker_utils, page_start) { in TEST() argument
/bionic/linker/
Dlinker_utils.cpp119 off64_t page_start(off64_t offset) { in page_start() function
Dlinker_allocator.cpp107 void* page_start = reinterpret_cast<void*>(page_record->page_addr); in free_page() local