Lines Matching refs:sa_handler__
301 unsigned long sa_handler__; member
304 unsigned long sa_handler__;
308 unsigned long sa_handler__;
325 if (current_wordsize < sizeof(sa.sa_handler__)) { in decode_old_sigaction()
327 uint32_t sa_handler__; in decode_old_sigaction() member
337 sa.sa_handler__ = sa32.sa_handler__; in decode_old_sigaction()
347 print_sa_handler(sa.sa_handler__); in decode_old_sigaction()
502 unsigned long sa_handler__; member
504 unsigned long sa_handler__;
515 uint32_t sa_handler__; member
529 if (current_wordsize < sizeof(sa.sa_handler__)) { in decode_new_sigaction()
536 sa.sa_handler__ = sa32.sa_handler__; in decode_new_sigaction()
556 print_sa_handler(sa.sa_handler__); in decode_new_sigaction()