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

1 2 3

  /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)
118 __sighandler_t sa_handler; /* !SA_SIGINFO */
119 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
  /dalvik/dvz/
dvz.cpp 73 sa.sa_flags = SA_SIGINFO;
  /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/valgrind/main/none/tests/x86-linux/
sigcontext.c 50 sa.sa_flags = SA_SIGINFO;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
signal.h 81 #define SA_SIGINFO 0x00000008
  /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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
signal.h 81 #define SA_SIGINFO 0x00000008
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
signal.h 65 #define SA_SIGINFO 0x00000004
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
signal.h 65 #define SA_SIGINFO 0x00000004
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
signal.h 65 #define SA_SIGINFO 0x00000004

Completed in 2556 milliseconds

1 2 3