Searched refs:fault_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dproc-events.c1647 static struct trans fault_table[] = variable in typeref:struct:trans
1703 fprintf (file, "%s", fault_table[i].name);
1705 fprintf (file, ": %s\n", fault_table[i].desc);
1719 for (i = 0; i < sizeof (fault_table) / sizeof (fault_table[0]); i++)
1720 if (faultno == fault_table[i].value)
1750 for (i = 0; i < sizeof (fault_table) / sizeof (fault_table[0]); i++)
1751 if (prismember (fltset, fault_table[i].value))
H A Dstandalone.c536 static int fault_table[] = FAULT_TABLE;
541 WSETSTOP (*w, fault_table[fault_code / FAULT_CODE_UNITS]);
529 static int fault_table[] = FAULT_TABLE; variable

Completed in 34 milliseconds