Home
last modified time | relevance | path

Searched refs:kProtectionRead (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h32 static const uptr kProtectionRead = 1; variable
45 bool IsReadable() const { return protection & kProtectionRead; } in IsReadable()
H A Dsanitizer_procmaps_fuchsia.cpp64 ((flags & ZX_VM_PERM_READ) ? kProtectionRead : 0) | in Next()
H A Dsanitizer_procmaps_solaris.cpp54 segment->protection |= kProtectionRead; in Next()
H A Dsanitizer_procmaps_bsd.cpp89 segment->protection |= kProtectionRead; in Next()
H A Dsanitizer_procmaps_linux.cpp47 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; in Next()
H A Dsanitizer_procmaps_mac.cpp164 if (size >= sizeof(mach_header) && info.protection & kProtectionRead) { in GetDyldImageHeaderViaVMRegion()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp183 info.protection & kProtectionRead); in ProcessPlatformSpecificAllocations()
/llvm-project-15.0.7/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp68 __sanitizer::kProtectionExecute | __sanitizer::kProtectionRead; in TEST()