HomeSort by relevance Sort by last modified time
    Searched defs:sigcontext (Results 26 - 42 of 42) sorted by null

12

  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
signal.h 63 * The Linux and OpenBSD sigcontext structures are slightly different
64 * This is the Linux O32 ABI compatible sigcontext
67 struct sigcontext { struct
90 struct sigcontext { struct
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 42 struct sigcontext { struct in struct:ucontext
111 ssize_t unwind_backtrace_signal_arch(siginfo_t* siginfo, void* sigcontext,
114 const ucontext_t* uc = (const ucontext_t*)sigcontext;
  /external/kernel-headers/original/asm-x86/
sigcontext.h 61 struct sigcontext { struct
105 struct sigcontext { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext.h 60 struct sigcontext { struct
104 struct sigcontext { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigcontext.h 23 # error "Never use <bits/sigcontext.h> directly; include <signal.h> instead."
75 we need sigcontext. Some packages have come to rely on
78 # define sigcontext_struct sigcontext
81 struct sigcontext struct
125 struct sigcontext struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h 60 struct sigcontext { struct
104 struct sigcontext { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigcontext.h 23 # error "Never use <bits/sigcontext.h> directly; include <signal.h> instead."
75 we need sigcontext. Some packages have come to rely on
78 # define sigcontext_struct sigcontext
81 struct sigcontext struct
125 struct sigcontext struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h 60 struct sigcontext { struct
104 struct sigcontext { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigcontext.h 23 # error "Never use <bits/sigcontext.h> directly; include <signal.h> instead."
75 we need sigcontext. Some packages have come to rely on
78 # define sigcontext_struct sigcontext
81 struct sigcontext struct
125 struct sigcontext struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
sigcontext.h 58 struct sigcontext { struct
99 struct sigcontext { struct
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
sigcontext.h 58 struct sigcontext { struct
99 struct sigcontext { struct
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 58 struct sigcontext { struct
99 struct sigcontext { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 58 struct sigcontext { struct
99 struct sigcontext { struct
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 58 struct sigcontext { struct
99 struct sigcontext { struct
  /system/core/libcorkscrew/arch-arm/
backtrace-arm.c 70 struct sigcontext { struct in struct:ucontext
557 ssize_t unwind_backtrace_signal_arch(siginfo_t* siginfo, void* sigcontext,
560 const ucontext_t* uc = (const ucontext_t*)sigcontext;
  /external/strace/
signal.c 48 #define sigcontext_struct sigcontext
97 #include <asm/sigcontext.h>
127 struct sigcontext struct
1333 struct sigcontext sc;
1337 /* offset of sigcontext in the kernel's sigframe structure: */
1392 struct sigcontext sc;
    [all...]
  /external/v8/src/
platform-linux.cc 945 struct sigcontext { struct in namespace:v8::internal
954 typedef struct sigcontext mcontext_t;
965 // MIPS version of sigcontext, for Android bionic.
966 struct sigcontext { struct in namespace:v8::internal
987 typedef struct sigcontext mcontext_t;
998 struct sigcontext { struct in namespace:v8::internal
1006 typedef struct sigcontext mcontext_t;
    [all...]

Completed in 703 milliseconds

12