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

  /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::__anon27795
200 EXPECT_EQ(kData[n].prot_flags, entry.prot_flags);

Completed in 64 milliseconds