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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps.h 35 static const uptr kProtectionShared = 8;
48 bool IsShared() const { return protection & kProtectionShared; }
sanitizer_procmaps_linux.cc 54 if (*data_.current++ == 's') segment->protection |= kProtectionShared;

Completed in 31 milliseconds