Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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_fuchsia.cpp66 ((flags & ZX_VM_PERM_EXECUTE) ? kProtectionExecute : 0); in Next()
H A Dsanitizer_procmaps_solaris.cpp64 segment->protection |= kProtectionExecute; in Next()
H A Dsanitizer_procmaps_linux.cpp51 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute; in Next()
H A Dsanitizer_procmaps_bsd.cpp112 segment->protection |= kProtectionExecute; in Next()