HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_OFFSET (Results 1 - 4 of 4) sorted by null

  /bionic/libc/private/
bionic_page.h 27 #define PAGE_OFFSET(x) ((x) & ~PAGE_MASK)
  /bionic/linker/
linker_phdr.cpp 126 phdr0_load_address + PAGE_OFFSET(phdr0->p_vaddr)
130 PAGE_OFFSET(phdr0->p_vaddr) == PAGE_OFFSET(phdr0->p_offset)
686 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) {
687 memset(reinterpret_cast<void*>(seg_file_end), 0, PAGE_SIZE - PAGE_OFFSET(seg_file_end));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/elfexec/
elfexec.go 177 // PAGE_OFFSET for PowerPC64, see arch/powerpc/Kconfig in the kernel sources.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/elfexec/
elfexec.go 177 // PAGE_OFFSET for PowerPC64, see arch/powerpc/Kconfig in the kernel sources.

Completed in 423 milliseconds