reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;