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