Lines Matching refs:old_sigaction
16067 signal: enhance printing of old_sigaction.mask.
16068 * signal.c (decode_old_sigaction): Print old_sigaction.mask
16076 signal: fix decoding of struct old_sigaction on some architectures.
16077 On alpha, struct old_sigaction.sa_flags has a 32-bit type.
16079 On mips, only first word of old_sigaction.sa_mask is read.
16082 syscall, struct old_sigaction has sa_restorer field that has to be
16085 * signal.c (struct old_sigaction) [ALPHA]: Change sa_flags type
16092 [!ALPHA && !MIPS]: Print old_sigaction.sa_restorer if SA_RESTORER flag
20538 * signal.c (struct old_sigaction, struct new_sigaction,
20916 * signal.c (old_sigaction): Rename __sa_handler to sa_handler__,
20922 old_sigaction32.sa_handler__ to old_sigaction.sa_handler__,
20923 from old_sigaction32.sa_restorer to old_sigaction.sa_restorer,
20924 and from old_sigaction.sa_handler__ to unsigned long. Print
20925 old_sigaction.sa_restorer using printaddr.
39473 (old_sigaction, old_sigaction32, new_sigaction): Use HAVE_SA_RESTORER
42779 signal.c:631:21: error: 'struct old_sigaction' has no member named 'sa_restorer'
42783 * signal.c (struct old_sigaction, struct old_sigaction32,
43981 Add multi-personality support to struct old_sigaction decoding.
43987 old_sigaction on a 64-bit host.
44335 mask for old_sigaction and new_sigaction and does does not have
44341 * signal.c (old_sigaction) [MIPS]: Add definition for MIPS.