Searched refs:VKI_SA_SIGINFO (Results 1 - 17 of 17) 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-mips32-linux.c181 if (flags & VKI_SA_SIGINFO)
196 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-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.c950 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO;
957 tmp_sigfpe_act.sa_flags &= ~VKI_SA_SIGINFO;
1103 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO;
1109 tmp_sigfpe_act.sa_flags &= ~VKI_SA_SIGINFO;
1237 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO;
1378 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO;
1384 tmp_sigfpe_act.sa_flags &= ~VKI_SA_SIGINFO;
1513 tmp_sigill_act.sa_flags &= ~VKI_SA_SIGINFO;
H A Dm_signals.c796 skss_flags |= VKI_SA_SIGINFO;
2731 tsa.sa_flags = VKI_SA_SIGINFO;
2777 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-arm64-linux.h130 #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-mips64-linux.h170 #define VKI_SA_SIGINFO 0x00000008u macro
H A Dvki-darwin.h443 #define VKI_SA_SIGINFO SA_SIGINFO macro

Completed in 201 milliseconds