Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/compiler_rt/dist/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()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h32 static const uptr kProtectionShared = 8; variable
45 bool IsShared() const { return protection & kProtectionShared; } in IsShared()
H A Dsanitizer_procmaps_linux.cc51 if (*data_.current++ == 's') segment->protection |= kProtectionShared; in Next()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h32 static const uptr kProtectionShared = 8; variable
45 bool IsShared() const { return protection & kProtectionShared; } in IsShared()
H A Dsanitizer_procmaps_linux.cc51 if (*data_.current++ == 's') segment->protection |= kProtectionShared; in Next()