Lines Matching refs:str_table
23 struct str_table { struct
31 static struct str_table sig_table[] = { argument
134 static struct str_table generic_code_table[] = {
165 static struct str_table sigill_code_table[] = {
202 static struct str_table sigfpe_code_table[] = {
230 static struct str_table sigsegv_code_table[] = {
241 static struct str_table sigbus_code_table[] = {
255 static struct str_table sigstrap_code_table[] = {
266 static struct str_table sigcld_code_table[] = {
289 static struct str_table sigpoll_code_table[] = {
312 static const char *lookup_table(int num, struct str_table *table) in lookup_table()
314 struct str_table *p; in lookup_table()
322 static const char *lookup_table_fallback(int num, struct str_table *table) in lookup_table_fallback()