Searched refs:VKI_SA_RESTORER (Results 1 - 20 of 20) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-mips32-linux.c206 if (flags & VKI_SA_RESTORER)
241 if (flags & VKI_SA_RESTORER)
H A Dsigframe-x86-linux.c445 if (flags & VKI_SA_RESTORER)
502 if (flags & VKI_SA_RESTORER)
H A Dsigframe-arm64-linux.c205 if (flags & VKI_SA_RESTORER)
H A Dsigframe-s390x-linux.c313 if (flags & VKI_SA_RESTORER) {
369 if (flags & VKI_SA_RESTORER) {
H A Dsigframe-arm-linux.c223 if (flags & VKI_SA_RESTORER)
H A Dsigframe-amd64-linux.c421 if (flags & VKI_SA_RESTORER)
H A Dsigframe-mips64-linux.c187 if (flags & VKI_SA_RESTORER)
/external/valgrind/include/vki/
H A Dvki-amd64-linux.h132 #define VKI_SA_RESTORER 0x04000000 macro
H A Dvki-arm64-linux.h140 #define VKI_SA_RESTORER 0x04000000 macro
H A Dvki-arm-linux.h157 #define VKI_SA_RESTORER 0x04000000 macro
H A Dvki-ppc32-linux.h158 #define VKI_SA_RESTORER 0x04000000 macro
H A Dvki-ppc64-linux.h162 #define VKI_SA_RESTORER 0x04000000u macro
H A Dvki-s390x-linux.h219 #define VKI_SA_RESTORER 0x04000000 macro
H A Dvki-x86-linux.h153 #define VKI_SA_RESTORER 0x04000000 macro
H A Dvki-mips32-linux.h169 #define VKI_SA_RESTORER 0x04000000 macro
H A Dvki-mips64-linux.h179 #define VKI_SA_RESTORER 0x04000000 macro
H A Dvki-darwin.h465 #define VKI_SA_RESTORER 0 /* Darwin doesn't have this */ macro
H A Dvki-solaris.h1070 #define VKI_SA_RESTORER 0 /* Solaris doesn't have this */ macro
/external/valgrind/coregrind/
H A Dm_signals.c837 skss_flags |= VKI_SA_RESTORER;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c3711 && (sa->sa_flags & VKI_SA_RESTORER))
3824 && (sa->sa_flags & VKI_SA_RESTORER))

Completed in 282 milliseconds