Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps.h65 bool FindProtectionFlagsForAddress(void* address, int* prot_flags);
Dcrazy_linker_proc_maps_unittest.cpp69 TEST(ProcMaps, FindProtectionFlagsForAddress) { in TEST() argument
90 EXPECT_EQ(kData[n].success, FindProtectionFlagsForAddress(address, &prot)); in TEST()
Dcrazy_linker_proc_maps.cpp244 bool FindProtectionFlagsForAddress(void* address, int* prot_flags) { in FindProtectionFlagsForAddress() function
Dcrazy_linker_rdebug.cpp172 if (!FindProtectionFlagsForAddress(address, &page_prot_) || in MapReadWrite()