HomeSort by relevance Sort by last modified time
    Searched refs:sigcontext (Results 151 - 161 of 161) sorted by null

1 2 3 4 5 67

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 27 #include <asm/sigcontext.h>
  /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/qemu/
cpu-exec.c 74 struct sigcontext *uc = puc;
    [all...]
  /external/chromium_org/v8/src/
sampler.cc 42 // and is a typedef for struct sigcontext. There is no uc_mcontext.
49 // GLibc on ARM defines mcontext_t has a typedef for 'struct sigcontext'.
53 #include <asm/sigcontext.h>
89 typedef struct sigcontext mcontext_t;
100 // MIPS version of sigcontext, for Android bionic.
platform-linux.cc 58 // GLibc on ARM defines mcontext_t has a typedef for 'struct sigcontext'.
62 #include <asm/sigcontext.h>
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 44 #include <asm/sigcontext.h>
821 ssize_t unwind_backtrace_signal_arch(siginfo_t* siginfo __attribute__((unused)), void* sigcontext,
824 const ucontext_t* uc = (const ucontext_t*)sigcontext;
    [all...]
  /external/flac/libFLAC/
cpu.c 124 static void sigill_handler_sse_os(int signal, struct sigcontext sc)
  /external/kernel-headers/original/asm-x86/
processor_32.h 15 #include <asm/sigcontext.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 54 class sigcontext(Structure): class in inherits:Structure
56 sigcontext._fields_ = [
76 assert sizeof(sigcontext) == 72, sizeof(sigcontext)
77 assert alignment(sigcontext) == 4, alignment(sigcontext)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 54 class sigcontext(Structure): class in inherits:Structure
56 sigcontext._fields_ = [
76 assert sizeof(sigcontext) == 72, sizeof(sigcontext)
77 assert alignment(sigcontext) == 4, alignment(sigcontext)
    [all...]
  /external/netperf/
netlib.c 757 struct sigcontext *scp;
    [all...]

Completed in 331 milliseconds

1 2 3 4 5 67