Home
last modified time | relevance | path

Searched refs:PAGE_END (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/private/
Dbionic_page.h31 #define PAGE_END(x) PAGE_START((x) + (PAGE_SIZE-1)) macro
/bionic/linker/
Dlinker_phdr.cpp513 max_vaddr = PAGE_END(max_vaddr); in phdr_table_get_load_size()
609 ElfW(Addr) seg_page_end = PAGE_END(seg_end); in LoadSegments()
667 seg_file_end = PAGE_END(seg_file_end); in LoadSegments()
707 ElfW(Addr) seg_page_end = PAGE_END(phdr->p_vaddr + phdr->p_memsz) + load_bias; in _phdr_table_set_load_prot()
792 ElfW(Addr) seg_page_end = PAGE_END(phdr->p_vaddr + phdr->p_memsz) + load_bias; in _phdr_table_set_gnu_relro_prot()
852 ElfW(Addr) seg_page_end = PAGE_END(phdr->p_vaddr + phdr->p_memsz) + load_bias; in phdr_table_serialize_gnu_relro()
915 ElfW(Addr) seg_page_end = PAGE_END(phdr->p_vaddr + phdr->p_memsz) + load_bias; in phdr_table_map_gnu_relro()
Dlinker_cfi.cpp54 aligned_end = reinterpret_cast<char*>(PAGE_END(reinterpret_cast<uintptr_t>(shadow_end))); in ShadowWrite()
/bionic/libc/bionic/
Dbionic_allocator.cpp272 PAGE_END(allocated_size) < allocated_size) { in alloc_mmap()
275 allocated_size = PAGE_END(allocated_size); in alloc_mmap()
Dlibc_init_static.cpp125 ElfW(Addr) seg_page_end = PAGE_END(phdr->p_vaddr + phdr->p_memsz); in apply_gnu_relro()