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

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h49 static const uptr kProtectionRead = 1; member in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_freebsd.cc67 *protection |= kProtectionRead;
H A Dsanitizer_procmaps_linux.cc48 *protection |= kProtectionRead;
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_platform_linux.cc213 && (prot & MemoryMappingLayout::kProtectionRead)
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc275 bool is_readable = prot & MemoryMappingLayout::kProtectionRead;

Completed in 103 milliseconds