HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_START (Results 1 - 9 of 9) 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 64 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 107 void* page_start = reinterpret_cast<void*>(page_record->page_addr); local
108 void* page_end = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(page_start) + PAGE_SIZE);
111 free_blocks_list_ > page_start &&
119 while (current->next > page_start && current->next < page_end) {
126 munmap(page_start, PAGE_SIZE);
165 void* addr = reinterpret_cast<void*>(PAGE_START(reinterpret_cast<uintptr_t>(ptr)));
269 page_info* info = reinterpret_cast<page_info*>(PAGE_START(reinterpret_cast<size_t>(ptr)));
linker_phdr.cpp 115 load_bias = phdr0_load_address - PAGE_START(phdr0->p_vaddr)
414 min_vaddr = PAGE_START(min_vaddr);
501 ElfW(Addr) seg_page_start = PAGE_START(seg_start);
510 ElfW(Addr) file_page_start = PAGE_START(file_start);
585 ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr) + load_bias;
670 ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr) + load_bias;
729 ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr) + load_bias;
791 ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr) + load_bias;
    [all...]
  /frameworks/base/tools/preload2/src/com/android/preload/ui/
UI.java 73 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 1389 milliseconds