Searched refs:sa_restorer (Results 1 - 22 of 22) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dbadjump2.c28 sigsegv_new.sa_restorer = NULL;
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h109 void (*sa_restorer)(void); member in struct:sigaction
120 __sigrestore_t sa_restorer; member in struct:sigaction
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h105 void (*sa_restorer)(void); member in struct:sigaction
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h105 __sigrestore_t sa_restorer; member in struct:sigaction
/external/strace/
H A Dsignal.c552 void (*sa_restorer)(void);
561 uint32_t sa_restorer; member in struct:old_sigaction32
587 sa.sa_restorer = (void*)(uintptr_t)sa32.sa_restorer;
625 tprintf(", %p", sa.sa_restorer);
1131 void (*sa_restorer)(void);
1141 uint32_t sa_restorer; member in struct:new_sigaction32
1167 sa.sa_restorer = (void*)(unsigned long)sa32.sa_restorer;
1216 tprintf(", %p", sa.sa_restorer);
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h263 void (*sa_restorer)(void); member in struct:kernel_old_sigaction
305 void (*sa_restorer)(void);
1949 a.sa_restorer = LSS_NAME(restore_rt)();
2066 a.sa_restorer = (a.sa_flags & SA_SIGINFO)
2081 oa.sa_restorer = act->sa_restorer;
2100 oldact->sa_restorer = ptr_oa->sa_restorer;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h256 void (*sa_restorer)(void); member in struct:kernel_old_sigaction
298 void (*sa_restorer)(void);
1854 a.sa_restorer = LSS_NAME(restore_rt)();
1970 a.sa_restorer = (a.sa_flags & SA_SIGINFO)
1985 oa.sa_restorer = act->sa_restorer;
2004 oldact->sa_restorer = ptr_oa->sa_restorer;
/external/valgrind/main/include/vki/
H A Dvki-arm-linux.h170 __vki_sigrestore_t sa_restorer; member in struct:vki_old_sigaction
177 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
H A Dvki-ppc32-linux.h175 __vki_sigrestore_t sa_restorer; member in struct:vki_old_sigaction
182 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
H A Dvki-ppc64-linux.h170 __vki_sigrestore_t sa_restorer; member in struct:vki_old_sigaction
176 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
H A Dvki-s390x-linux.h255 void (*sa_restorer)(void); member in struct:vki_old_sigaction
262 void (*sa_restorer)(void); member in struct:vki_sigaction
H A Dvki-x86-linux.h170 __vki_sigrestore_t sa_restorer; member in struct:vki_old_sigaction
177 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
H A Dvki-mips32-linux.h182 __vki_sigrestore_t sa_restorer; member in struct:vki_old_sigaction
198 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
H A Dvki-mips64-linux.h192 __vki_sigrestore_t sa_restorer; member in struct:vki_old_sigaction
207 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
H A Dvki-amd64-linux.h159 __vki_sigrestore_t sa_restorer; member in struct:vki_sigaction_base
H A Dvki-arm64-linux.h167 __vki_sigrestore_t sa_restorer; // I don't think arm64 has this member in struct:vki_sigaction_base
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc535 // Doesn't set sa_restorer, use with caution (see below).
548 // FIXME: most often sa_restorer is unset, however the kernel requires it
550 // If sa_restorer passed to the kernel is NULL, the program may crash upon
555 // oldact->sa_restorer upon a call to sigaction(xxx, NULL, oldact).
556 k_act.sa_restorer = u_act->sa_restorer;
570 u_oldact->sa_restorer = k_oldact.sa_restorer;
H A Dsanitizer_platform_limits_posix.h532 void (*sa_restorer)(); member in struct:__sanitizer::__sanitizer_sigaction
554 void (*sa_restorer)(void); member in struct:__sanitizer::__sanitizer_kernel_sigaction_t
H A Dsanitizer_platform_limits_posix.cc982 CHECK_STRUCT_SIZE_AND_OFFSET(sigaction, sa_restorer);
/external/valgrind/main/coregrind/
H A Dm_signals.c971 ksa.sa_restorer = my_sigreturn;
974 The sa_restorer field is not used at all on ppc. Glibc
976 but it doesn't put anything in the sa_restorer field.
1005 vg_assert(ksa_old.sa_restorer == my_sigreturn);
1125 old_act->sa_restorer = scss.scss_per_sig[signo].scss_restorer;
1137 scss.scss_per_sig[signo].scss_restorer = new_act->sa_restorer;
1450 sa.sa_restorer = 0;
2609 sa->sa_restorer
2631 sa.sa_restorer = 0;
2733 tsa.sa_restorer
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c3128 PRE_MEM_READ( "sigaction(act->sa_restorer)", (Addr)&sa->sa_restorer, sizeof(sa->sa_restorer));
3141 new.sa_restorer = oldnew->sa_restorer;
3153 oldold->sa_restorer = oldp->sa_restorer;
3223 PRE_MEM_READ( "rt_sigaction(act->sa_restorer)", (Addr)&sa->sa_restorer, sizeof(sa->sa_restorer));
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc103 void (*sa_restorer)(); member in struct:sigaction_t

Completed in 587 milliseconds