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

/haiku-buildtools/binutils/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++)
/haiku-buildtools/gcc/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++)
/haiku-buildtools/legacy/binutils/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++)
/haiku-buildtools/legacy/gcc/libiberty/
H A Dstrsignal.c79 static const struct signal_info signal_table[] = variable in typeref:struct:signal_info
271 Using the signal_table, which is initialized at compile time, generate
293 /* If we haven't already scanned the signal_table once to find the maximum
298 for (eip = signal_table; eip -> name != NULL; eip++)
308 initialize it from the statically initialized signal_table. */
316 for (eip = signal_table; eip -> name != NULL; eip++)
326 initialize it from the statically initialized signal_table. */
335 for (eip = signal_table; eip -> name != NULL; eip++)

Completed in 106 milliseconds