Home
last modified time | relevance | path

Searched refs:MmapFixedNoAccess (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp184 void *res = MmapFixedNoAccess(addr, size, "shadow gap"); in ProtectGap()
195 void *res = MmapFixedNoAccess(addr, size, "shadow gap"); in ProtectGap()
H A Dsanitizer_mac_libcdep.cpp23 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap"); in RestrictMemoryToMaxAddress()
H A Dsanitizer_posix_libcdep.cpp359 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size, name) in Init()
390 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoAccess() function
H A Dsanitizer_win.cpp324 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size); in Init()
332 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoAccess() function
H A Dsanitizer_fuchsia.cpp333 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoAccess() function
H A Dsanitizer_common.h109 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name = nullptr);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp64 void *addr = MmapFixedNoAccess(beg, size, name); in ProtectMemoryRange()
71 addr = MmapFixedNoAccess(beg, size, name); in ProtectMemoryRange()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp86 return beg == (uptr)MmapFixedNoAccess(beg, end - beg); in TryProtectRange()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1149 void *addr = MmapFixedNoAccess(beg, size, name); in ProtectMemoryRange()
1156 addr = MmapFixedNoAccess(beg, size, name); in ProtectMemoryRange()