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
   44   bool IsReadable() const { return protection & kProtectionRead; }
projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cpp
   47   if (*data_.current++ == 'r') segment->protection |= kProtectionRead;