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
   45   bool IsWritable() const { return protection & kProtectionWrite; }
projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cpp
   49   if (*data_.current++ == 'w') segment->protection |= kProtectionWrite;