HomeSort by: relevance | last modified time | path
    Searched refs:kProtectionExecute (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h 34 static const uptr kProtectionExecute = 4;
47 bool IsExecutable() const { return protection & kProtectionExecute; }
sanitizer_procmaps_solaris.cc 49 segment->protection |= kProtectionExecute;
sanitizer_procmaps_linux.cc 52 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute;
sanitizer_procmaps_bsd.cc 119 segment->protection |= kProtectionExecute;

Completed in 11 milliseconds