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