Searched refs:exception_to_signal (Results 1 – 1 of 1) sorted by relevance
185 static unsigned char exception_to_signal[] = { variable389 if (info->vector < ARRAY_SIZE(exception_to_signal)) in x86_exception()390 signo = exception_to_signal[info->vector]; in x86_exception()