Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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_solaris.cpp66 segment->protection |= kProtectionShared; in Next()
H A Dsanitizer_procmaps_linux.cpp53 if (*data_.current++ == 's') segment->protection |= kProtectionShared; in Next()