HomeSort by relevance Sort by last modified time
    Searched refs:sigill_handler (Results 1 - 5 of 5) 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/linux-kselftest/tools/testing/selftests/powerpc/
utils.c 243 static void sigill_handler(int signr, siginfo_t *info, void *unused) function
267 sa.sa_sigaction = sigill_handler;
270 perror("sigill_handler");
  /external/virglrenderer/src/gallium/auxiliary/util/
u_cpu_detect.c 93 sigill_handler(int sig) function
125 signal(SIGILL, sigill_handler);
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb.c 412 static void sigill_handler(int signal) function
419 .sa_handler = sigill_handler,
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 99 sigill_handler(int sig) function
131 signal(SIGILL, sigill_handler);

Completed in 4204 milliseconds