Home
last modified time | relevance | path

Searched defs:page (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_block_allocator.cpp73 LinkerBlockAllocatorPage* page = find_page(block); in free() local
96 for (LinkerBlockAllocatorPage* page = page_list_; page != nullptr; page = page->next) { in protect_all() local
107 LinkerBlockAllocatorPage* page = reinterpret_cast<LinkerBlockAllocatorPage*>( in create_new_page() local
133 LinkerBlockAllocatorPage* page = page_list_; in find_page() local
/bionic/libc/kernel/uapi/linux/
Di2o-dev.h86 unsigned int page; member