Searched refs:ill_oact (Results 1 - 2 of 2) sorted by relevance
/external/openssl/crypto/ |
H A D | armcap.c | 74 struct sigaction ill_oact,ill_act; local 101 sigaction(SIGILL,&ill_act,&ill_oact); 155 sigaction (SIGILL,&ill_oact,NULL);
|
H A D | sparcv9cap.c | 171 struct sigaction common_act,ill_oact,bus_oact; local 202 sigaction(SIGILL,&common_act,&ill_oact); 232 sigaction(SIGILL,&ill_oact,NULL);
|
Completed in 88 milliseconds