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
   46   bool IsExecutable() const { return protection & kProtectionExecute; }
projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cpp
   51   if (*data_.current++ == 'x') segment->protection |= kProtectionExecute;