Searched refs:HwasanOnSIGTRAP (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp441 static bool HwasanOnSIGTRAP(int signo, siginfo_t *info, ucontext_t *uc) { function in namespace:__hwasan
467 if (HwasanOnSIGTRAP(signo, (siginfo_t *)info, (ucontext_t*)context))

Completed in 46 milliseconds