Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
HDguarded_pool_allocator_posix.cpp62 static void sigSegvHandler(int sig, siginfo_t *info, void *ucontext) { in sigSegvHandler() function
83 Action.sa_sigaction = sigSegvHandler; in installSignalHandlers()