Searched defs:prot_flags (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_proc_maps.h35 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);
H A Dcrazy_linker_proc_maps_unittest.cpp153 int prot_flags; member in struct:crazy::__anon11490
200 EXPECT_EQ(kData[n].prot_flags, entry.prot_flags);
H A Dcrazy_linker_proc_maps.cpp107 entry->prot_flags = flags;
214 return entry.prot_flags;
249 bool FindProtectionFlagsForAddress(void* address, int* prot_flags) { argument
257 *prot_flags = entry.prot_flags;

Completed in 558 milliseconds