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

1 2 3 4 5

  /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/lib/asan/lit_tests/TestCases/
allow_user_segv.cc 15 if (original_sigaction.sa_flags | SA_SIGINFO)
28 user_sigaction.sa_flags = SA_SIGINFO;
  /external/valgrind/main/none/tests/x86/
badseg.c 19 sa.sa_flags = SA_SIGINFO;
  /external/valgrind/main/none/tests/linux/
blockfault.c 23 sa.sa_flags = SA_SIGINFO;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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
  /external/kernel-headers/original/asm-mips/
signal.h 80 #define SA_SIGINFO 0x00000008
102 #define sig_uses_siginfo(ka) ((ka)->sa.sa_flags & SA_SIGINFO)
121 __sighandler_t sa_handler; /* !SA_SIGINFO */
122 void (*sa_sigaction) (int, struct siginfo *, void *); /* 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)
  /bionic/libc/kernel/arch-arm/asm/
signal.h 75 #define SA_SIGINFO 0x00000004
  /bionic/libc/kernel/arch-mips/asm/
signal.h 81 #define SA_SIGINFO 0x00000008
  /bionic/libc/kernel/arch-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
  /external/chromium_org/content/plugin/
plugin_main_linux.cc 66 action.sa_flags = SA_SIGINFO;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
getpc_test.cc 57 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
getpc_test.cc 57 sa.sa_flags = SA_RESTART | SA_SIGINFO;
  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 50 sa.sa_flags = SA_SIGINFO;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
signal.h 75 #define SA_SIGINFO 0x00000004u
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 75 #define SA_SIGINFO 0x00000004u
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
signal.h 75 #define SA_SIGINFO 0x00000004u
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
signal.h 65 #define SA_SIGINFO 0x00000004

Completed in 1457 milliseconds

1 2 3 4 5