Searched refs:signal_table (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstrsignal.c78 static const struct signal_info signal_table[] = variable in typeref:struct:signal_info
270 Using the signal_table, which is initialized at compile time, generate
292 /* If we haven't already scanned the signal_table once to find the maximum
297 for (eip = signal_table; eip -> name != NULL; eip++)
307 initialize it from the statically initialized signal_table. */
315 for (eip = signal_table; eip -> name != NULL; eip++)
325 initialize it from the statically initialized signal_table. */
334 for (eip = signal_table; eip -> name != NULL; eip++)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dstrsignal.c78 static const struct signal_info signal_table[] = variable in typeref:struct:signal_info
270 Using the signal_table, which is initialized at compile time, generate
292 /* If we haven't already scanned the signal_table once to find the maximum
297 for (eip = signal_table; eip -> name != NULL; eip++)
307 initialize it from the statically initialized signal_table. */
315 for (eip = signal_table; eip -> name != NULL; eip++)
325 initialize it from the statically initialized signal_table. */
334 for (eip = signal_table; eip -> name != NULL; eip++)
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dstrsignal.c78 static const struct signal_info signal_table[] = variable in typeref:struct:signal_info
270 Using the signal_table, which is initialized at compile time, generate
292 /* If we haven't already scanned the signal_table once to find the maximum
297 for (eip = signal_table; eip -> name != NULL; eip++)
307 initialize it from the statically initialized signal_table. */
315 for (eip = signal_table; eip -> name != NULL; eip++)
325 initialize it from the statically initialized signal_table. */
334 for (eip = signal_table; eip -> name != NULL; eip++)
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dstrsignal.c78 static const struct signal_info signal_table[] = variable in typeref:struct:signal_info
270 Using the signal_table, which is initialized at compile time, generate
292 /* If we haven't already scanned the signal_table once to find the maximum
297 for (eip = signal_table; eip -> name != NULL; eip++)
307 initialize it from the statically initialized signal_table. */
315 for (eip = signal_table; eip -> name != NULL; eip++)
325 initialize it from the statically initialized signal_table. */
334 for (eip = signal_table; eip -> name != NULL; eip++)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dstrsignal.c78 static const struct signal_info signal_table[] = variable in typeref:struct:signal_info
270 Using the signal_table, which is initialized at compile time, generate
292 /* If we haven't already scanned the signal_table once to find the maximum
297 for (eip = signal_table; eip -> name != NULL; eip++)
307 initialize it from the statically initialized signal_table. */
315 for (eip = signal_table; eip -> name != NULL; eip++)
325 initialize it from the statically initialized signal_table. */
334 for (eip = signal_table; eip -> name != NULL; eip++)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dstrsignal.c78 static const struct signal_info signal_table[] = variable in typeref:struct:signal_info
270 Using the signal_table, which is initialized at compile time, generate
292 /* If we haven't already scanned the signal_table once to find the maximum
297 for (eip = signal_table; eip -> name != NULL; eip++)
307 initialize it from the statically initialized signal_table. */
315 for (eip = signal_table; eip -> name != NULL; eip++)
325 initialize it from the statically initialized signal_table. */
334 for (eip = signal_table; eip -> name != NULL; eip++)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-events.c569 static struct trans signal_table[] =
631 for (i = 0; i < sizeof (signal_table) / sizeof (signal_table[0]); i++)
632 if (signo == signal_table[i].value)
634 fprintf (file, "%s", signal_table[i].name);
636 fprintf (file, ": %s\n", signal_table[i].desc);
567 static struct trans signal_table[] = variable in typeref:struct:trans
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dproc-events.c569 static struct trans signal_table[] =
631 for (i = 0; i < sizeof (signal_table) / sizeof (signal_table[0]); i++)
632 if (signo == signal_table[i].value)
634 fprintf (file, "%s", signal_table[i].name);
636 fprintf (file, ": %s\n", signal_table[i].desc);
567 static struct trans signal_table[] = variable in typeref:struct:trans

Completed in 208 milliseconds