Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp58 segment->protection |= kProtectionExecute; in Next()
H A Dsanitizer_procmaps_bsd.cpp93 segment->protection |= kProtectionExecute; in Next()
H A Dsanitizer_procmaps_linux.cpp51 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute; in Next()
/llvm-project-15.0.7/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp68 __sanitizer::kProtectionExecute | __sanitizer::kProtectionRead; in TEST()