Searched refs:VKI_SIGINT (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dsignals.c257 #if defined (VKI_SIGINT)
258 if (hostsig == VKI_SIGINT)
506 #if defined (VKI_SIGINT)
508 return VKI_SIGINT;
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h86 #define VKI_SIGINT 2 macro
H A Dvki-arm64-linux.h93 #define VKI_SIGINT 2 macro
H A Dvki-arm-linux.h107 #define VKI_SIGINT 2 macro
H A Dvki-ppc32-linux.h108 #define VKI_SIGINT 2 macro
H A Dvki-ppc64-linux.h110 #define VKI_SIGINT 2 macro
H A Dvki-s390x-linux.h152 #define VKI_SIGINT 2 macro
H A Dvki-x86-linux.h103 #define VKI_SIGINT 2 macro
H A Dvki-mips32-linux.h118 #define VKI_SIGINT 2 /* Interrupt (ANSI). */ macro
H A Dvki-mips64-linux.h128 #define VKI_SIGINT 2 /* Interrupt (ANSI). */ macro
H A Dvki-darwin.h453 #define VKI_SIGINT SIGINT macro
/external/valgrind/main/coregrind/
H A Dm_signals.c1390 case VKI_SIGINT: return "SIGINT";
1558 case VKI_SIGINT: /* term */

Completed in 768 milliseconds