Home
last modified time | relevance | path

Searched refs:SA_RESTORER (Results 1 – 13 of 13) sorted by relevance

/external/strace/
Dsignal.c46 #ifndef SA_RESTORER
48 # define SA_RESTORER ASM_SA_RESTORER macro
59 #ifdef SA_RESTORER
304 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_old_sigaction()
338 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_old_sigaction()
339 if (sa.sa_flags & SA_RESTORER) in decode_old_sigaction()
536 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()
580 #if HAVE_SA_RESTORER && defined SA_RESTORER in decode_new_sigaction()
581 if (sa.sa_flags & SA_RESTORER) in decode_new_sigaction()
Dconfigure.ac823 AC_CACHE_CHECK([for SA_RESTORER], [st_cv_SA_RESTORER],
824 [st_cv_SA_RESTORER="$(echo SA_RESTORER |
830 [SA_RESTORER defined in <asm/signal.h>])
Dstrace.spec389 - handle ?et_thread_area, SA_RESTORER (Ulrich Drepper)
DChangeLog-CVS2392 * signal.c [HAVE_SIGACTION] [LINUX && X86_64] (SA_RESTORER): Define
3933 * signal.c [LINUX && I386]: Provide SA_RESTORER constant if not
/external/libchrome/sandbox/linux/services/
Dsyscall_wrappers.cc168 #if !defined(SA_RESTORER)
169 #define SA_RESTORER 0x04000000 macro
230 if (!(linux_act.sa_flags & SA_RESTORER)) { in sys_sigaction()
231 linux_act.sa_flags |= SA_RESTORER; in sys_sigaction()
/external/kernel-headers/original/uapi/asm-generic/
Dsignal.h98 #ifdef SA_RESTORER
106 #ifdef SA_RESTORER
/external/strace/xlat/
Dsigact_flags.h15 #if defined(SA_RESTORER) || (defined(HAVE_DECL_SA_RESTORER) && HAVE_DECL_SA_RESTORER)
16 XLAT(SA_RESTORER),
Dsigact_flags.in1 SA_RESTORER
/external/kernel-headers/original/uapi/asm-arm64/asm/
Dsignal.h20 #define SA_RESTORER 0x04000000 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dsignal.h81 #define SA_RESTORER 0x04000000 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsignal.h88 #define SA_RESTORER 0x04000000 macro
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h630 #ifndef SA_RESTORER
631 #define SA_RESTORER 0x04000000 macro
3243 if (act != NULL && !(act->sa_flags & SA_RESTORER)) { in LSS_NAME()
3245 a.sa_flags |= SA_RESTORER; in LSS_NAME()
3494 if (!(a.sa_flags & SA_RESTORER)) { in _syscall2()
3495 a.sa_flags |= SA_RESTORER; in _syscall2()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc566 #define SA_RESTORER 0x04000000 macro
580 k_act.sa_flags = u_act->sa_flags | SA_RESTORER; in internal_sigaction_norestorer()