Home
last modified time | relevance | path

Searched refs:kProtectionWrite (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h33 static const uptr kProtectionWrite = 2; variable
46 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable()
H A Dsanitizer_procmaps_solaris.cc47 segment->protection |= kProtectionWrite; in Next()
H A Dsanitizer_procmaps_linux.cc50 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; in Next()
H A Dsanitizer_procmaps_bsd.cc117 segment->protection |= kProtectionWrite; in Next()