Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps.h49 int GetProtectionFlagsForAddress(void* address);
Dcrazy_linker_proc_maps.cpp203 int ProcMaps::GetProtectionFlagsForAddress(void* address) { in GetProtectionFlagsForAddress() function in crazy::ProcMaps
Dcrazy_linker_rdebug.cpp250 int prot = self_maps.GetProtectionFlagsForAddress(r_debug_->r_map); in Init()