Home
last modified time | relevance | path

Searched refs:TARGET_SIGIOT (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h9 #define TARGET_SIGIOT 6 /* IOT trap (4.2 BSD). */ macro
10 #define TARGET_SIGABRT TARGET_SIGIOT /* Abort (ANSI). */
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h9 #define TARGET_SIGIOT 6 /* IOT trap (4.2 BSD). */ macro
10 #define TARGET_SIGABRT TARGET_SIGIOT /* Abort (ANSI). */
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h13 #define TARGET_SIGIOT SIGABRT /* compatibility */ macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h13 #define TARGET_SIGIOT SIGABRT /* compatibility */ macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h26 #define TARGET_SIGIOT 6 macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h10 #define TARGET_SIGIOT 6 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h10 #define TARGET_SIGIOT 6 macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h17 #define TARGET_SIGIOT SIGABRT /* compatibility */ macro
/openbmc/qemu/linux-user/
H A Dsignal-common.h127 #if defined(SIGIOT) && defined(TARGET_SIGIOT)