HomeSort by relevance Sort by last modified time
    Searched refs:SA_SIGINFO (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/bison/lib/
sig-handler.h 37 #ifdef SA_SIGINFO
39 action.sa_flags does not contain SA_SIGINFO. But in Linux 2.4,
43 if (a->sa_flags & SA_SIGINFO)
  /external/compiler-rt/test/asan/TestCases/Posix/
allow_user_segv.cc 15 if (original_sigaction.sa_flags | SA_SIGINFO)
28 user_sigaction.sa_flags = SA_SIGINFO;
  /external/strace/tests/
sigaction.awk 21 NR == 2 && /^rt_sigaction\(SIGUSR2, {0x[0-9a-f]+, \[QUIT TERM\], SA_RESTORER\|SA_SIGINFO, 0x[0-9a-f]+}, {SIG_IGN, \[HUP INT\], SA_RESTORER\|SA_RESTART, 0x[0-9a-f]+}, (0x[0-9a-f]+, )?(4|8|16)\) = 0$/ {next}
22 NR == 2 && /^rt_sigaction\(SIGUSR2, {0x[0-9a-f]+, \[QUIT TERM\], SA_SIGINFO}, {SIG_IGN, \[HUP INT\], SA_RESTART}, (4|8|16)(, 0x[0-9a-f]+)?\) = 0$/ {next}
25 NR == 3 && /^rt_sigaction\(SIGUSR2, {SIG_DFL, \[\], SA_RESTORER, 0x[0-9a-f]+}, {0x[0-9a-f]+, \[QUIT TERM\], SA_RESTORER\|SA_SIGINFO, 0x[0-9a-f]+}, (0x[0-9a-f]+, )?(4|8|16)\) = 0$/ {next}
26 NR == 3 && /^rt_sigaction\(SIGUSR2, {SIG_DFL, \[\], 0}, {0x[0-9a-f]+, \[QUIT TERM\], SA_SIGINFO}, (4|8|16)(, 0x[0-9a-f]+)?\) = 0$/ {next}
  /external/valgrind/main/none/tests/x86/
badseg.c 19 sa.sa_flags = SA_SIGINFO;
  /external/ltrace/testsuite/ltrace.main/
signals.c 35 act.sa_flags=SA_SIGINFO;
  /external/ltrace/testsuite/ltrace.torture/
signals.c 31 act.sa_flags=SA_SIGINFO;
  /external/valgrind/main/none/tests/linux/
blockfault.c 23 sa.sa_flags = SA_SIGINFO;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sigaction.h 31 /* Used if SA_SIGINFO is not set. */
33 /* Used if SA_SIGINFO is set. */
56 #define SA_SIGINFO 4 /* Invoke signal-catching function with
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigaction.h 31 /* Used if SA_SIGINFO is not set. */
33 /* Used if SA_SIGINFO is set. */
56 #define SA_SIGINFO 4 /* Invoke signal-catching function with
  /external/strace/xlat/
sigact_flags.h 32 #if defined(SA_SIGINFO) || (defined(HAVE_DECL_SA_SIGINFO) && HAVE_DECL_SA_SIGINFO)
33 XLAT(SA_SIGINFO),
  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 24 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /external/valgrind/main/memcheck/tests/x86-linux/
int3-x86.c 24 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /external/qemu/target-i386/
kvm-gs-restore.c 110 if ( !(old_act.sa_flags & SA_SIGINFO) &&
117 if (old_act.sa_flags & SA_SIGINFO)
  /art/runtime/
runtime_android.cc 66 action.sa_flags |= SA_SIGINFO;
  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 75 #define SA_SIGINFO 0x00000004
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 76 #define SA_SIGINFO 0x00000004
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 80 #define SA_SIGINFO 0x00000008
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 79 #define SA_SIGINFO 0x00000004u
  /development/ndk/platforms/android-3/arch-arm/include/asm/
signal.h 65 #define SA_SIGINFO 0x00000004
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 81 #define SA_SIGINFO 0x00000008
  /development/ndk/platforms/android-9/arch-x86/include/asm/
signal.h 79 #define SA_SIGINFO 0x00000004u
  /development/ndk/platforms/android-L/arch-arm/include/asm/
signal.h 75 #define SA_SIGINFO 0x00000004
  /development/ndk/platforms/android-L/arch-mips/include/asm/
signal.h 80 #define SA_SIGINFO 0x00000008
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
signal.h 80 #define SA_SIGINFO 0x00000008
  /development/ndk/platforms/android-L/arch-x86/include/asm/
signal.h 79 #define SA_SIGINFO 0x00000004u

Completed in 344 milliseconds

1 2 3 4 5 6 7