/external/ltp/include/lapi/ |
D | rt_sigaction.h | 46 void (*sa_restorer) (void); member 103 restore_rt = oact.sa_restorer; in sig_initial() 208 kact.sa_restorer = NULL; in ltp_rt_sigaction() 224 kact.sa_restorer = restore_rt; in ltp_rt_sigaction() 257 oact->sa_restorer = koact.sa_restorer; in ltp_rt_sigaction()
|
/external/strace/ |
D | signal.c | 311 unsigned long sa_restorer; 330 uint32_t sa_restorer; in decode_old_sigaction() member 339 sa.sa_restorer = sa32.sa_restorer; in decode_old_sigaction() 355 printaddr(sa.sa_restorer); in decode_old_sigaction() 508 unsigned long sa_restorer; member 518 uint32_t sa_restorer; member 539 sa.sa_restorer = sa32.sa_restorer; in decode_new_sigaction() 572 printaddr(sa.sa_restorer); in decode_new_sigaction()
|
D | NEWS | 646 * Fixed decoding of sa_restorer and sa_mask of sigaction syscall on m68k. 722 * Fixed build on systems where struct sigaction has no sa_restorer member.
|
D | ChangeLog | 16082 syscall, struct old_sigaction has sa_restorer field that has to be 16088 [!ALPHA && !MIPS]: Define sa_restorer field unconditionally. 16090 (decode_old_sigaction) [!current_wordsize]: Initialize sa_restorer field 16091 from old_sigaction32.sa_restorer unconditionally. 16092 [!ALPHA && !MIPS]: Print old_sigaction.sa_restorer if SA_RESTORER flag 20908 signal: cleanup decoding of sa_handler and sa_restorer. 20909 Change type of sa_handler and sa_restorer fields from function pointers 20917 all users updated. Change the type of sa_handler__ and sa_restorer 20923 from old_sigaction32.sa_restorer to old_sigaction.sa_restorer, 20925 old_sigaction.sa_restorer using printaddr. [all …]
|
D | ChangeLog-CVS | 3934 defined. If the bit is set, print the sa_restorer field of sigaction.
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | signal.h | 110 void (*sa_restorer)(void); member 121 __sigrestore_t sa_restorer; member
|
/external/u-boot/arch/powerpc/include/asm/ |
D | signal.h | 129 void (*sa_restorer)(void); member 135 void (*sa_restorer)(void); member
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | signal.h | 106 void (*sa_restorer)(void); member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | signal.h | 108 __sigrestore_t sa_restorer; member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 649 k_act.sa_restorer = u_act->sa_restorer; in internal_sigaction_norestorer() 665 u_oldact->sa_restorer = k_oldact.sa_restorer; in internal_sigaction_norestorer() 681 if (u_adjust.sa_restorer == nullptr) { in internal_sigaction_syscall() 682 u_adjust.sa_restorer = internal_sigreturn; in internal_sigaction_syscall()
|
D | sanitizer_platform_limits_posix.h | 551 void (*sa_restorer)(); member 570 void (*sa_restorer)(); member 595 void (*sa_restorer)(); member 625 void (*sa_restorer)(void); member
|
D | sanitizer_platform_limits_posix.cc | 1072 CHECK_STRUCT_SIZE_AND_OFFSET(sigaction, sa_restorer);
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | ldt_gdt.c | 477 void (*sa_restorer)(void); member 494 if (!(ksa.sa_flags & SA_RESTORER) && ksa.sa_restorer) { in fix_sa_restorer() 495 ksa.sa_restorer = NULL; in fix_sa_restorer()
|
D | mpx-mini-test.c | 737 newact.sa_restorer = 0; /* void(*)(), obsolete */ in setup_handler()
|
D | protection_keys.c | 364 newact.sa_restorer = 0; /* void(*)(), obsolete */ in setup_sigsegv_handler()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 262 void (*sa_restorer)(void); member 306 void (*sa_restorer)(void); 3246 a.sa_restorer = LSS_NAME(restore_rt)(); in LSS_NAME() 3496 a.sa_restorer = (a.sa_flags & SA_SIGINFO) in _syscall2() 3511 oa.sa_restorer = act->sa_restorer; in _syscall2() 3530 oldact->sa_restorer = ptr_oa->sa_restorer; in _syscall2()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 157 void (*sa_restorer)(); member 179 void (*sa_restorer)(); member 1933 sigactions[sig].sa_restorer = act->sa_restorer; in TSAN_INTERCEPTOR()
|
/external/autotest/client/tests/crashme/ |
D | crashme_2.4-9.diff | 231 - act.sa_restorer = 0;
|