Searched refs:kProtectionWrite (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h52 static const uptr kProtectionWrite = 2; member in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_freebsd.cc71 *protection |= kProtectionWrite;
H A Dsanitizer_procmaps_linux.cc53 *protection |= kProtectionWrite;
H A Dsanitizer_posix.cc65 && (prot & MemoryMappingLayout::kProtectionWrite) != 0)
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc184 && !(prot & MemoryMappingLayout::kProtectionWrite)

Completed in 103 milliseconds