Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h34 static const uptr kProtectionExecute = 4; variable
47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable()
H A Dsanitizer_procmaps_solaris.cc49 segment->protection |= kProtectionExecute; in Next()
H A Dsanitizer_procmaps_linux.cc52 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute; in Next()
H A Dsanitizer_procmaps_bsd.cc119 segment->protection |= kProtectionExecute; in Next()