Lines Matching refs:sigval
414 static void stub_is_stopped(int sigval);
419 void handle_exception(int sigval);
861 stub_is_stopped(int sigval) in stub_is_stopped() argument
869 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()
1037 void register_fixup(int sigval) in register_fixup() argument
1063 if (sigval == SIGTRAP) { in register_fixup()
1103 } else if (sigval == SIGINT) { in register_fixup()
1270 handle_exception(int sigval) in handle_exception() argument
1277 register_fixup(sigval); in handle_exception()
1280 stub_is_stopped(sigval); in handle_exception()
1488 output_buffer[1] = hex_asc_hi(sigval); in handle_exception()
1489 output_buffer[2] = hex_asc_lo(sigval); in handle_exception()