Lines Matching refs:old_sigaction
1423 signal: enhance printing of old_sigaction.mask.
1424 * signal.c (decode_old_sigaction): Print old_sigaction.mask
1432 signal: fix decoding of struct old_sigaction on some architectures.
1433 On alpha, struct old_sigaction.sa_flags has a 32-bit type.
1435 On mips, only first word of old_sigaction.sa_mask is read.
1438 syscall, struct old_sigaction has sa_restorer field that has to be
1441 * signal.c (struct old_sigaction) [ALPHA]: Change sa_flags type
1448 [!ALPHA && !MIPS]: Print old_sigaction.sa_restorer if SA_RESTORER flag
5894 * signal.c (struct old_sigaction, struct new_sigaction,
6272 * signal.c (old_sigaction): Rename __sa_handler to sa_handler__,
6278 old_sigaction32.sa_handler__ to old_sigaction.sa_handler__,
6279 from old_sigaction32.sa_restorer to old_sigaction.sa_restorer,
6280 and from old_sigaction.sa_handler__ to unsigned long. Print
6281 old_sigaction.sa_restorer using printaddr.
24829 (old_sigaction, old_sigaction32, new_sigaction): Use HAVE_SA_RESTORER
28135 signal.c:631:21: error: 'struct old_sigaction' has no member named 'sa_restorer'
28139 * signal.c (struct old_sigaction, struct old_sigaction32,
29337 Add multi-personality support to struct old_sigaction decoding.
29343 old_sigaction on a 64-bit host.
29691 mask for old_sigaction and new_sigaction and does does not have
29697 * signal.c (old_sigaction) [MIPS]: Add definition for MIPS.