Lines Matching refs:old_sigaction
8505 signal: enhance printing of old_sigaction.mask.
8506 * signal.c (decode_old_sigaction): Print old_sigaction.mask
8514 signal: fix decoding of struct old_sigaction on some architectures.
8515 On alpha, struct old_sigaction.sa_flags has a 32-bit type.
8517 On mips, only first word of old_sigaction.sa_mask is read.
8520 syscall, struct old_sigaction has sa_restorer field that has to be
8523 * signal.c (struct old_sigaction) [ALPHA]: Change sa_flags type
8530 [!ALPHA && !MIPS]: Print old_sigaction.sa_restorer if SA_RESTORER flag
12976 * signal.c (struct old_sigaction, struct new_sigaction,
13354 * signal.c (old_sigaction): Rename __sa_handler to sa_handler__,
13360 old_sigaction32.sa_handler__ to old_sigaction.sa_handler__,
13361 from old_sigaction32.sa_restorer to old_sigaction.sa_restorer,
13362 and from old_sigaction.sa_handler__ to unsigned long. Print
13363 old_sigaction.sa_restorer using printaddr.
31911 (old_sigaction, old_sigaction32, new_sigaction): Use HAVE_SA_RESTORER
35217 signal.c:631:21: error: 'struct old_sigaction' has no member named 'sa_restorer'
35221 * signal.c (struct old_sigaction, struct old_sigaction32,
36419 Add multi-personality support to struct old_sigaction decoding.
36425 old_sigaction on a 64-bit host.
36773 mask for old_sigaction and new_sigaction and does does not have
36779 * signal.c (old_sigaction) [MIPS]: Add definition for MIPS.