Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp167 void *res = MmapFixedNoAccess(addr, size, "shadow gap"); in ProtectGap()
178 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.cpp336 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size, name) in Init()
367 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoAccess() function
H A Dsanitizer_win.cpp306 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size); in Init()
314 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoAccess() function
H A Dsanitizer_fuchsia.cpp314 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoAccess() function
H A Dsanitizer_common.h111 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name = nullptr);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp57 void *addr = MmapFixedNoAccess(beg, size, name); in ProtectMemoryRange()
64 addr = MmapFixedNoAccess(beg, size, name); in ProtectMemoryRange()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp79 return beg == (uptr)MmapFixedNoAccess(beg, end - beg); in TryProtectRange()
H A Dtsan_rtl.cpp100 if (hdr_end != (uptr)MmapFixedNoAccess(hdr_end, unused)) { in CreateThreadContext()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp912 void *addr = MmapFixedNoAccess(beg, size, name); in ProtectMemoryRange()
919 addr = MmapFixedNoAccess(beg, size, name); in ProtectMemoryRange()