Searched refs:GetProtectionFlagsForAddress (Results 1 – 3 of 3) sorted by relevance
49 int GetProtectionFlagsForAddress(void* address);
203 int ProcMaps::GetProtectionFlagsForAddress(void* address) { in GetProtectionFlagsForAddress() function in crazy::ProcMaps
250 int prot = self_maps.GetProtectionFlagsForAddress(r_debug_->r_map); in Init()