HomeSort by relevance Sort by last modified time
    Searched defs:prot_flags (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_proc_maps.h 35 int prot_flags; member in struct:crazy::ProcMaps::Entry
64 // |address|. On success, returns true and sets |*prot_flags|.
65 bool FindProtectionFlagsForAddress(void* address, int* prot_flags);
crazy_linker_proc_maps_unittest.cpp 153 int prot_flags; member in struct:crazy::__anon16115
200 EXPECT_EQ(kData[n].prot_flags, entry.prot_flags);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.h 35 int prot_flags; member in struct:crazy::ProcMaps::Entry
64 // |address|. On success, returns true and sets |*prot_flags|.
65 bool FindProtectionFlagsForAddress(void* address, int* prot_flags);
crazy_linker_proc_maps_unittest.cpp 153 int prot_flags; member in struct:crazy::__anon22757
200 EXPECT_EQ(kData[n].prot_flags, entry.prot_flags);

Completed in 786 milliseconds