Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp60 segment->protection |= kProtectionRead; in Next()
H A Dsanitizer_procmaps_linux.cpp47 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; in Next()
H A Dsanitizer_procmaps_bsd.cpp108 segment->protection |= kProtectionRead; in Next()
H A Dsanitizer_procmaps_mac.cpp164 if (size >= sizeof(mach_header) && info.protection & kProtectionRead) { in GetDyldImageHeaderViaVMRegion()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp218 if (use_root_regions && (info.protection & kProtectionRead)) in ProcessPlatformSpecificAllocations()