HomeSort by: relevance | last modified time | path
    Searched defs:signal_table (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
strsignal.c 78 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++)
  /src/external/gpl3/binutils.old/dist/libiberty/
strsignal.c 78 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++)
  /src/external/gpl3/gcc/dist/libiberty/
strsignal.c 78 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++)
  /src/external/gpl3/gcc.old/dist/libiberty/
strsignal.c 78 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++)
  /src/external/gpl3/gdb/dist/gdb/
proc-events.c 568 static struct trans signal_table[] =
630 for (i = 0; i < sizeof (signal_table) / sizeof (signal_table[0]); i++)
631 if (signo == signal_table[i].value)
633 fprintf (file, "%s", signal_table[i].name);
635 fprintf (file, ": %s\n", signal_table[i].desc);
566 static struct trans signal_table[] = variable in typeref:struct:trans
  /src/external/gpl3/gdb/dist/libiberty/
strsignal.c 78 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++)
  /src/external/gpl3/gdb.old/dist/gdb/
proc-events.c 568 static struct trans signal_table[] =
630 for (i = 0; i < sizeof (signal_table) / sizeof (signal_table[0]); i++)
631 if (signo == signal_table[i].value)
633 fprintf (file, "%s", signal_table[i].name);
635 fprintf (file, ": %s\n", signal_table[i].desc);
566 static struct trans signal_table[] = variable in typeref:struct:trans
  /src/external/gpl3/gdb.old/dist/libiberty/
strsignal.c 78 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++)

Completed in 28 milliseconds