OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigill_handler
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/os/jni/
android_os_cts_CpuInstructions.cpp
26
static void
sigill_handler
(int signum __attribute__((unused)))
function
44
sigill_act.sa_handler =
sigill_handler
;
/external/valgrind/helgrind/tests/
safe-pthread.h
15
static void
sigill_handler
( int signum, siginfo_t *siginfo, void *sigcontext ) {
function
44
sa_ill.sa_sigaction =
sigill_handler
;
/external/boringssl/src/crypto/
cpu-arm.c
78
static void
sigill_handler
(int signal) {
function
100
sigill_action.sa_handler =
sigill_handler
;
/external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c
93
sigill_handler
(int sig)
function
125
signal(SIGILL,
sigill_handler
);
Completed in 175 milliseconds