Home
last modified time | relevance | path

Searched refs:sa_restorer (Results 1 – 18 of 18) sorted by relevance

/external/ltp/include/lapi/
Drt_sigaction.h46 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/
Dsignal.c311 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()
DNEWS646 * 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.
DChangeLog16082 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 …]
DChangeLog-CVS3934 defined. If the bit is set, print the sa_restorer field of sigaction.
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsignal.h110 void (*sa_restorer)(void); member
121 __sigrestore_t sa_restorer; member
/external/u-boot/arch/powerpc/include/asm/
Dsignal.h129 void (*sa_restorer)(void); member
135 void (*sa_restorer)(void); member
/external/kernel-headers/original/uapi/asm-arm/asm/
Dsignal.h106 void (*sa_restorer)(void); member
/external/kernel-headers/original/uapi/asm-generic/
Dsignal.h108 __sigrestore_t sa_restorer; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc649 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()
Dsanitizer_platform_limits_posix.h551 void (*sa_restorer)(); member
570 void (*sa_restorer)(); member
595 void (*sa_restorer)(); member
625 void (*sa_restorer)(void); member
Dsanitizer_platform_limits_posix.cc1072 CHECK_STRUCT_SIZE_AND_OFFSET(sigaction, sa_restorer);
/external/linux-kselftest/tools/testing/selftests/x86/
Dldt_gdt.c477 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()
Dmpx-mini-test.c737 newact.sa_restorer = 0; /* void(*)(), obsolete */ in setup_handler()
Dprotection_keys.c364 newact.sa_restorer = 0; /* void(*)(), obsolete */ in setup_sigsegv_handler()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h262 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/
Dtsan_interceptors.cc157 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/
Dcrashme_2.4-9.diff231 - act.sa_restorer = 0;