Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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_fuchsia.cpp65 ((flags & ZX_VM_PERM_WRITE) ? kProtectionWrite : 0) | in Next()
H A Dsanitizer_procmaps_solaris.cpp62 segment->protection |= kProtectionWrite; in Next()
H A Dsanitizer_procmaps_linux.cpp49 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; in Next()
H A Dsanitizer_procmaps_bsd.cpp110 segment->protection |= kProtectionWrite; in Next()