Home
last modified time | relevance | path

Searched defs:InstallHandler (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Dallow_user_segv.cc36 int InstallHandler(int signum, struct sigaction *original_sigaction) { in InstallHandler() function
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dallow_user_segv.cpp56 bool InstallHandler(int signum, struct sigaction *original_sigaction) { in InstallHandler() function
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc635 bool ExceptionHandler::InstallHandler() { in InstallHandler() function in google_breakpad::ExceptionHandler