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

/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-mips32-linux.c246 if (flags & VKI_SA_RESTORER)
281 if (flags & VKI_SA_RESTORER)
H A Dsigframe-x86-linux.c490 if (flags & VKI_SA_RESTORER)
547 if (flags & VKI_SA_RESTORER)
H A Dsigframe-arm-linux.c261 if (flags & VKI_SA_RESTORER)
H A Dsigframe-arm64-linux.c244 if (flags & VKI_SA_RESTORER)
H A Dsigframe-amd64-linux.c465 if (flags & VKI_SA_RESTORER)
H A Dsigframe-mips64-linux.c225 if (flags & VKI_SA_RESTORER)
H A Dsigframe-s390x-linux.c356 if (flags & VKI_SA_RESTORER) {
412 if (flags & VKI_SA_RESTORER) {
/external/valgrind/main/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.h160 #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.h446 #define VKI_SA_RESTORER 0 /* Darwin doesn't have this */ macro
/external/valgrind/main/coregrind/
H A Dm_signals.c799 skss_flags |= VKI_SA_RESTORER;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c3127 && (sa->sa_flags & VKI_SA_RESTORER))
3222 if (sa->sa_flags & VKI_SA_RESTORER)

Completed in 3695 milliseconds