Home
last modified time | relevance | path

Searched refs:MprotectReadOnly (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp293 MprotectReadOnly(reinterpret_cast<uptr>(unpacked), kBlockSizeBytes); in GetOrUnpack()
346 MprotectReadOnly(reinterpret_cast<uptr>(ptr), kBlockSizeBytes); in Pack()
355 MprotectReadOnly(reinterpret_cast<uptr>(packed), packed_size_aligned); in Pack()
H A Dsanitizer_posix.cpp148 bool MprotectReadOnly(uptr addr, uptr size) { in MprotectReadOnly() function
H A Dsanitizer_fuchsia.cpp283 bool MprotectReadOnly(uptr addr, uptr size) { in MprotectReadOnly() function
H A Dsanitizer_common.h119 bool MprotectReadOnly(uptr addr, uptr size);
H A Dsanitizer_win.cpp360 bool MprotectReadOnly(uptr addr, uptr size) { in MprotectReadOnly() function
/llvm-project-15.0.7/compiler-rt/lib/cfi/
H A Dcfi.cpp176 MprotectReadOnly(shadow_, GetShadowSize()); in Install()
198 MprotectReadOnly((uptr)&cfi_shadow_limits_storage, in Install()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp103 MprotectReadOnly(reinterpret_cast<uptr>(mem), PageSize); in TEST()