Lines Matching refs:sa_handler__
279 unsigned long sa_handler__; member
283 unsigned long sa_handler__;
294 uint32_t sa_handler__; member
308 if (current_wordsize < sizeof(sa.sa_handler__)) { in decode_old_sigaction()
315 sa.sa_handler__ = sa32.sa_handler__; in decode_old_sigaction()
327 print_sa_handler(sa.sa_handler__); in decode_old_sigaction()
471 unsigned long sa_handler__; member
473 unsigned long sa_handler__;
485 uint32_t sa_handler__; member
499 if (current_wordsize < sizeof(sa.sa_handler__)) { in decode_new_sigaction()
506 sa.sa_handler__ = sa32.sa_handler__; in decode_new_sigaction()
526 print_sa_handler(sa.sa_handler__); in decode_new_sigaction()