HomeSort by relevance Sort by last modified time
    Searched refs:ill_handler (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/
s390xcap.c 10 static void ill_handler (int sig) { siglongjmp(ill_jmp,sig); } function
24 ill_act.sa_handler = ill_handler;
armcap.c 15 static void ill_handler (int sig) { siglongjmp(ill_jmp,sig); } function
97 ill_act.sa_handler = ill_handler;

Completed in 480 milliseconds