Searched refs:kProtectionExecute (Results 1 – 7 of 7) sorted by relevance
183 *protection |= kProtectionExecute; in Next()210 *protection |= kProtectionExecute; in Next()273 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
50 static const uptr kProtectionExecute = 4; variable
65 if ((prot & MemoryMappingLayout::kProtectionExecute) == 0) in OnLibraryLoaded()
183 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute); in DumpListOfModules()
327 if ((prot & MemoryMappingLayout::kProtectionExecute) != 0 in GetCodeRangeForFile()
290 if ((prot & MemoryMappingLayout::kProtectionExecute) == 0) in CovDump()
185 && (prot & MemoryMappingLayout::kProtectionExecute) in MapRodata()