Searched refs:kProtectionExecute (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h51 static const uptr kProtectionExecute = 4; member in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_freebsd.cc71 *protection |= kProtectionExecute;
H A Dsanitizer_procmaps_linux.cc54 *protection |= kProtectionExecute;
H A Dsanitizer_libignore.cc63 if ((prot & MemoryMappingLayout::kProtectionExecute) == 0)
H A Dsanitizer_procmaps_mac.cc181 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
H A Dsanitizer_procmaps_common.cc145 cur_module->addAddressRange(cur_beg, cur_end, prot & kProtectionExecute);
H A Dsanitizer_posix.cc327 if ((prot & MemoryMappingLayout::kProtectionExecute) != 0
H A Dsanitizer_coverage_libcdep.cc375 if ((prot & MemoryMappingLayout::kProtectionExecute) == 0)
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_platform_linux.cc214 && (prot & MemoryMappingLayout::kProtectionExecute)

Completed in 115 milliseconds