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

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_proc_maps.h 65 bool FindProtectionFlagsForAddress(void* address, int* prot_flags);
crazy_linker_proc_maps_unittest.cpp 69 TEST(ProcMaps, FindProtectionFlagsForAddress) {
90 EXPECT_EQ(kData[n].success, FindProtectionFlagsForAddress(address, &prot));
crazy_linker_proc_maps.cpp 244 bool FindProtectionFlagsForAddress(void* address, int* prot_flags) {
crazy_linker_rdebug.cpp 172 if (!FindProtectionFlagsForAddress(address, &page_prot_) ||
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.h 65 bool FindProtectionFlagsForAddress(void* address, int* prot_flags);
crazy_linker_proc_maps_unittest.cpp 69 TEST(ProcMaps, FindProtectionFlagsForAddress) {
90 EXPECT_EQ(kData[n].success, FindProtectionFlagsForAddress(address, &prot));
crazy_linker_proc_maps.cpp 244 bool FindProtectionFlagsForAddress(void* address, int* prot_flags) {
crazy_linker_rdebug.cpp 172 if (!FindProtectionFlagsForAddress(address, &page_prot_) ||

Completed in 1125 milliseconds