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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_proc_maps.cpp 204 size_t vma_addr = reinterpret_cast<size_t>(address); local
208 if (entry.vma_start <= vma_addr && vma_addr < entry.vma_end)
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.cpp 204 size_t vma_addr = reinterpret_cast<size_t>(address); local
208 if (entry.vma_start <= vma_addr && vma_addr < entry.vma_end)

Completed in 127 milliseconds