Searched refs:PAGE_OFFSET (Results 1 - 2 of 2) sorted by relevance

/bionic/linker/
H A Dlinker_phdr.cpp120 phdr0_load_address + PAGE_OFFSET(phdr0->p_vaddr)
124 PAGE_OFFSET(phdr0->p_vaddr) == PAGE_OFFSET(phdr0->p_offset)
239 ElfW(Addr) page_offset = PAGE_OFFSET(header_.e_phoff);
409 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) {
410 memset(reinterpret_cast<void*>(seg_file_end), 0, PAGE_SIZE - PAGE_OFFSET(seg_file_end));
H A Dlinker.h84 #define PAGE_OFFSET(x) ((x) & ~PAGE_MASK) macro

Completed in 31 milliseconds