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

1 2 3 4 5 6 7 8

  /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 25 if (original_sigaction.sa_flags | SA_SIGINFO)
39 user_sigaction.sa_flags = SA_SIGINFO;
  /external/valgrind/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/memcheck/tests/solaris/
context_stack_die.c 24 sa.sa_flags = SA_SIGINFO;
  /external/valgrind/none/tests/linux/
blockfault.c 23 sa.sa_flags = SA_SIGINFO;
  /external/valgrind/none/tests/solaris/
blockfault.c 23 sa.sa_flags = SA_SIGINFO;
context_link2.c 30 sa.sa_flags = SA_SIGINFO;
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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 43 #if defined(SA_SIGINFO) || (defined(HAVE_DECL_SA_SIGINFO) && HAVE_DECL_SA_SIGINFO)
44 XLAT(SA_SIGINFO),
  /external/valgrind/helgrind/tests/
safe-pthread.h 46 sa_ill.sa_flags = SA_SIGINFO;
53 sa_segv.sa_flags = SA_SIGINFO;
safe-semaphore.h 25 sa.sa_flags = SA_SIGINFO;
  /bionic/tests/
ScopedSignalHandler.h 34 int sa_flags = SA_SIGINFO)
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
signal_segv_handler.cc 36 a.sa_flags = SA_SIGINFO;
  /external/minijail/
signal_handler.c 59 act.sa_flags = SA_SIGINFO;
  /external/valgrind/memcheck/tests/amd64-linux/
int3-amd64.c 24 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /external/valgrind/memcheck/tests/x86-linux/
int3-x86.c 24 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /art/runtime/
runtime_android.cc 65 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

Completed in 1495 milliseconds

1 2 3 4 5 6 7 8