Searched refs:VKI_SA_SIGINFO (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-arm-linux.c220 size = flags & VKI_SA_SIGINFO ? sizeof(struct rt_sigframe) :
230 if (flags & VKI_SA_SIGINFO){
265 = (flags & VKI_SA_SIGINFO)
H A Dsigframe-x86-linux.c475 vg_assert((flags & VKI_SA_SIGINFO) == 0);
532 vg_assert((flags & VKI_SA_SIGINFO) != 0);
594 if (flags & VKI_SA_SIGINFO)
H A Dsigframe-ppc32-linux.c580 //.. vg_assert((flags & VKI_SA_SIGINFO) == 0);
627 //.. vg_assert((flags & VKI_SA_SIGINFO) != 0);
687 if (flags & VKI_SA_SIGINFO) {
711 if (flags & VKI_SA_SIGINFO) {
778 //.. if (flags & VKI_SA_SIGINFO)
H A Dsigframe-mips32-linux.c181 if (flags & VKI_SA_SIGINFO)
202 if (flags & VKI_SA_SIGINFO)
H A Dsigframe-s390x-linux.c336 vg_assert((flags & VKI_SA_SIGINFO) == 0);
396 vg_assert((flags & VKI_SA_SIGINFO) != 0);
460 if (flags & VKI_SA_SIGINFO)
/external/valgrind/main/coregrind/
H A Dm_machine.c882 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO;
889 tmp_sigfpe_act.sa_flags &= ~VKI_SA_SIGINFO;
1023 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO;
1029 tmp_sigfpe_act.sa_flags &= ~VKI_SA_SIGINFO;
1138 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO;
1282 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO;
1288 tmp_sigfpe_act.sa_flags &= ~VKI_SA_SIGINFO;
H A Dm_signals.c765 skss_flags |= VKI_SA_SIGINFO;
2678 tsa.sa_flags = VKI_SA_SIGINFO;
2724 scss.scss_per_sig[VG_SIGVGKILL].scss_flags = VKI_SA_SIGINFO;
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h123 #define VKI_SA_SIGINFO 0x00000004 macro
H A Dvki-arm-linux.h147 #define VKI_SA_SIGINFO 0x00000004u macro
H A Dvki-ppc32-linux.h148 #define VKI_SA_SIGINFO 0x00000004 macro
H A Dvki-ppc64-linux.h150 #define VKI_SA_SIGINFO 0x00000004u macro
H A Dvki-s390x-linux.h209 #define VKI_SA_SIGINFO 0x00000004 macro
H A Dvki-x86-linux.h143 #define VKI_SA_SIGINFO 0x00000004u macro
H A Dvki-mips32-linux.h160 #define VKI_SA_SIGINFO 0x00000008 macro
H A Dvki-darwin.h443 #define VKI_SA_SIGINFO SA_SIGINFO macro

Completed in 186 milliseconds