Lines Matching refs:sigval
406 static void stub_is_stopped(int sigval);
411 void handle_exception(int sigval);
832 stub_is_stopped(int sigval) in stub_is_stopped() argument
840 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()
1008 void register_fixup(int sigval) in register_fixup() argument
1034 if (sigval == SIGTRAP) { in register_fixup()
1074 } else if (sigval == SIGINT) { in register_fixup()
1241 handle_exception(int sigval) in handle_exception() argument
1248 register_fixup(sigval); in handle_exception()
1251 stub_is_stopped(sigval); in handle_exception()
1468 output_buffer[1] = hex_asc_hi(sigval); in handle_exception()
1469 output_buffer[2] = hex_asc_lo(sigval); in handle_exception()