reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
   47   bool IsShared() const { return protection & kProtectionShared; }
projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cpp
   53   if (*data_.current++ == 's') segment->protection |= kProtectionShared;