Home
last modified time | relevance | path

Searched refs:kProtectionShared (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h35 static const uptr kProtectionShared = 8; variable
48 bool IsShared() const { return protection & kProtectionShared; } in IsShared()
H A Dsanitizer_procmaps_linux.cc54 if (*data_.current++ == 's') segment->protection |= kProtectionShared; in Next()