Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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_solaris.cc45 segment->protection |= kProtectionRead; in Next()
H A Dsanitizer_procmaps_linux.cc48 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; in Next()
H A Dsanitizer_procmaps_bsd.cc115 segment->protection |= kProtectionRead; in Next()
H A Dsanitizer_procmaps_mac.cc159 if (size >= sizeof(mach_header) && info.protection & kProtectionRead) { in get_dyld_image_header()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cc184 info.protection & kProtectionRead); in ProcessPlatformSpecificAllocations()