Searched refs:kProtectionExecute (Results 1 – 8 of 8) sorted by relevance
53 static const uptr kProtectionExecute = 4; variable
73 *protection |= kProtectionExecute; in Next()
56 *protection |= kProtectionExecute; in Next()
61 if ((prot & MemoryMappingLayout::kProtectionExecute) == 0) in OnLibraryLoaded()
183 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
149 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
307 if ((prot & MemoryMappingLayout::kProtectionExecute) != 0 in GetCodeRangeForFile()
183 && (prot & MemoryMappingLayout::kProtectionExecute) in MapRodata()