Home
last modified time | relevance | path

Searched refs:vma_addr (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps.cpp204 size_t vma_addr = reinterpret_cast<size_t>(address); in GetProtectionFlagsForAddress() local
208 if (entry.vma_start <= vma_addr && vma_addr < entry.vma_end) in GetProtectionFlagsForAddress()