Home
last modified time | relevance | path

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

/external/valgrind/helgrind/tests/
Dsafe-pthread.h15 static void sigill_handler( int signum, siginfo_t *siginfo, void *sigcontext ) { in sigill_handler() function
44 sa_ill.sa_sigaction = sigill_handler; in safe_pthread_rwlock_unlock()
/external/boringssl/src/crypto/
Dcpu-arm.c78 static void sigill_handler(int signal) { in sigill_handler() function
100 sigill_action.sa_handler = sigill_handler; in probe_for_NEON()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c93 sigill_handler(int sig) in sigill_handler() function
125 signal(SIGILL, sigill_handler); in check_os_altivec_support()