Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/compiler_rt/dist/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()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h30 static const uptr kProtectionWrite = 2; variable
43 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable()
H A Dsanitizer_procmaps_solaris.cc42 segment->protection |= kProtectionWrite; in Next()
H A Dsanitizer_procmaps_fuchsia.cpp65 ((flags & ZX_VM_PERM_WRITE) ? kProtectionWrite : 0) | in Next()
H A Dsanitizer_procmaps_linux.cc47 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; in Next()
H A Dsanitizer_procmaps_bsd.cc114 segment->protection |= kProtectionWrite; in Next()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps.h30 static const uptr kProtectionWrite = 2; variable
43 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable()
H A Dsanitizer_procmaps_solaris.cc42 segment->protection |= kProtectionWrite; in Next()
H A Dsanitizer_procmaps_freebsd.cc80 segment->protection |= kProtectionWrite; in Next()
H A Dsanitizer_procmaps_linux.cc47 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; in Next()
H A Dsanitizer_procmaps_bsd.cc114 segment->protection |= kProtectionWrite; in Next()