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

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_elf_loader.cpp13 #define PAGE_OFFSET(x) ((x) & ~PAGE_MASK) macro
163 ELF::Addr page_offset = PAGE_OFFSET(header_.e_phoff);
316 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) {
317 memset((void*)seg_file_end, 0, PAGE_SIZE - PAGE_OFFSET(seg_file_end));
H A Dlinker_phdr.cpp41 #define PAGE_OFFSET(x) ((x) & ~PAGE_MASK) macro
114 phdr0_load_address + PAGE_OFFSET(phdr0->p_vaddr)
118 PAGE_OFFSET(phdr0->p_vaddr) == PAGE_OFFSET(phdr0->p_offset)

Completed in 7 milliseconds