Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport_linux.cpp44 void NORETURN reportProtectError(uptr Addr, uptr Size, int Prot) { in reportProtectError() function
H A Dlinux.cpp95 reportProtectError(Addr, Size, Prot); in setMemoryPermission()