Home
last modified time | relevance | path

Searched refs:reportProtectError (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDreport_linux.h28 void NORETURN reportProtectError(uptr Addr, uptr Size, int Prot);
HDreport_linux.cpp44 void NORETURN reportProtectError(uptr Addr, uptr Size, int Prot) { in reportProtectError() function
HDmem_map_linux.cpp119 reportProtectError(Addr, Size, Prot); in setMemoryPermissionImpl()
HDlinux.cpp92 reportProtectError(Addr, Size, Prot); in setMemoryPermission()