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

  /bionic/libc/private/
bionic_page.h 24 #define PAGE_START(x) ((x) & PAGE_MASK)
31 #define PAGE_END(x) PAGE_START((x) + (PAGE_SIZE-1))
  /bionic/libc/bionic/
libc_init_static.cpp 65 ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr);
  /external/libunwind/src/x86/
Ginit.c 84 #define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
100 if (PAGE_START(addr + sizeof (unw_word_t) - 1) == PAGE_START(addr))
105 addr = PAGE_START(addr);
  /external/libunwind/src/x86_64/
Ginit.c 72 #define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
121 if (PAGE_START(addr + sizeof (unw_word_t) - 1) == PAGE_START(addr))
126 addr = PAGE_START(addr);
  /bionic/linker/
linker_allocator.cpp 122 void* page_start = reinterpret_cast<void*>(page_record->page_addr); local
123 void* page_end = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(page_start) + PAGE_SIZE);
126 free_blocks_list_ > page_start &&
134 while (current->next > page_start && current->next < page_end) {
141 munmap(page_start, PAGE_SIZE);
175 void* addr = reinterpret_cast<void*>(PAGE_START(reinterpret_cast<uintptr_t>(ptr)));
284 page_info* info = reinterpret_cast<page_info*>(PAGE_START(reinterpret_cast<size_t>(ptr)));
linker_phdr.cpp 118 load_bias = phdr0_load_address - PAGE_START(phdr0->p_vaddr)
490 min_vaddr = PAGE_START(min_vaddr);
610 ElfW(Addr) seg_page_start = PAGE_START(seg_start);
619 ElfW(Addr) file_page_start = PAGE_START(file_start);
705 ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr) + load_bias;
790 ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr) + load_bias;
849 ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr) + load_bias;
911 ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr) + load_bias;
    [all...]
linker_cfi.cpp 53 aligned_start = reinterpret_cast<char*>(PAGE_START(reinterpret_cast<uintptr_t>(shadow_start)));
  /external/libmojo/base/android/linker/
modern_linker_jni.cc 28 #define PAGE_START(x) ((x) & PAGE_MASK)
29 #define PAGE_END(x) PAGE_START((x) + (PAGE_SIZE - 1))
192 callback_data->load_size = PAGE_END(max_vaddr) - PAGE_START(min_vaddr);
  /frameworks/base/tools/preload2/src/com/android/preload/ui/
SwingUI.java 80 getContentPane().add(toolbar, BorderLayout.PAGE_START);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 220 mainPanel.add(commandButtonsPanel, BorderLayout.PAGE_START);
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 853 milliseconds