HomeSort by relevance Sort by last modified time
    Searched full:sigcontext (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 27 static void handler2(int sig, struct sigcontext sc)
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 64 correctly written into the sigcontext, however the FP and SSE state
66 are restored from the sigcontext; the rest of the CPU state is
125 struct vki_sigcontext sigContext;
345 /* Create a plausible-looking sigcontext from the thread's
347 bits of sigcontext at the moment.
504 VG_(memcpy)(&frame->sigContext, &uc.uc_mcontext,
506 frame->sigContext.oldmask = mask->sig[0];
679 restore_sigcontext(tst, &frame->sigContext, &frame->fpstate);
sigframe-amd64-linux.c 62 correctly written into the sigcontext, however the FP and SSE state
64 are restored from the sigcontext; the rest of the CPU state is
321 /* Create a plausible-looking sigcontext from the thread's
323 bits of sigcontext at the moment.
sigframe-ppc64-linux.c 68 correctly written into the sigcontext, however the FP and SSE state
70 are restored from the sigcontext; the rest of the CPU state is
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
signal.h 332 /* Get machine-dependent `struct sigcontext' and signal subcodes. */
333 # include <bits/sigcontext.h>
336 extern int sigreturn (struct sigcontext *__scp) __THROW;
  /external/qemu/
cpu-exec.c 73 struct sigcontext *uc = puc;
865 struct sigcontext *uc = puc;
    [all...]
  /external/valgrind/main/docs/internals/
3_1_BUGSTATUS.txt 120 pending pending 120732 Generating trapno for sigcontext (x86)
148 pending pending 119973 Sun JVM problems (possible sigcontext problem?)
notes.txt 54 sigcontext offered to the handler. That means handlers which
3_3_BUGSTATUS.txt 207 163933 Fixd 8229 sigcontext.err and .trapno must be set together
  /external/kernel-headers/original/asm-x86/
signal.h 182 #include <asm/sigcontext.h>
  /external/strace/
configure.ac 198 AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>])
signal.c 105 #include <asm/sigcontext.h>
135 struct sigcontext struct
1217 #define sigcontext_struct sigcontext
1297 struct sigcontext sc;
1301 /* offset of sigcontext in the kernel's sigframe structure: */
1349 struct sigcontext sc;
1426 struct sigcontext sc;
    [all...]
config.h.in 19 /* Define to 1 if you have the <asm/sigcontext.h> header file. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h 28 #include <bits/sigcontext.h>
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 20 #include <asm/sigcontext.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 20 #include <asm/sigcontext.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 20 #include <asm/sigcontext.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 20 #include <asm/sigcontext.h>
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 20 #include <asm/sigcontext.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 20 #include <asm/sigcontext.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 20 #include <asm/sigcontext.h>
  /external/valgrind/main/include/vki/
vki-ppc64-linux.h 303 // From linux-2.6.13/include/asm-ppc64/sigcontext.h
316 * To maintain compatibility with current implementations the sigcontext is
320 * the alignment of the containing sigcontext or ucontext. It is the
321 * responsibility of the code setting the sigcontext to set this pointer to
  /external/strace/android/arch/arm/
config.h 20 /* Define to 1 if you have the <asm/sigcontext.h> header file. */
  /external/strace/android/arch/sh/
config.h 20 /* Define to 1 if you have the <asm/sigcontext.h> header file. */
  /external/strace/android/arch/x86/
config.h 20 /* Define to 1 if you have the <asm/sigcontext.h> header file. */

Completed in 953 milliseconds

1 23 4 5