HomeSort by relevance Sort by last modified time
    Searched full:sigcontext (Results 1 - 25 of 414) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/x86-linux/
sigcontext.vgtest 1 prog: sigcontext
Makefile.am 11 sigcontext.stdout.exp sigcontext.stderr.exp sigcontext.vgtest
17 sigcontext
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext32.h 4 /* This is a legacy file - all the type definitions are in sigcontext.h: */
6 #include <asm/sigcontext.h>
ucontext.h 7 * sigcontext struct (uc_mcontext).
  /external/kernel-headers/original/uapi/asm-generic/
ucontext.h 8 struct sigcontext uc_mcontext;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
ucontext.h 8 struct sigcontext uc_mcontext;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ucontext.h 8 struct sigcontext uc_mcontext;
  /external/clang/test/CodeGen/
2010-01-14-FnType-DebugInfo.c 2 typedef void (*sigcatch_t)( struct sigcontext *);
  /external/strace/linux/alpha/
arch_sigreturn.c 8 addr += offsetof(struct sigcontext, sc_mask);
  /external/strace/linux/ia64/
arch_sigreturn.c 8 offsetof(struct sigcontext, sc_mask);
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_ucontext.h 9 #include <asm/sigcontext.h>
23 struct sigcontext uc_mcontext;
arm_linux_ucontext.h 12 #include <asm/sigcontext.h>
14 // In PNaCl toolchain, sigcontext and stack_t is not defined. So here declare
16 struct sigcontext { struct
56 struct sigcontext uc_mcontext;
  /external/strace/linux/mips/
arch_sigreturn.c 7 * sizeof(sf_ass) + sizeof(sf_pad) + sizeof(struct sigcontext)
10 sizeof(struct sigcontext);
  /external/strace/linux/crisv10/
arch_sigreturn.c 10 const long addr = regs[PT_USP] + offsetof(struct sigcontext, oldmask);
  /external/strace/linux/microblaze/
arch_sigreturn.c 11 addr += offsetof(struct sigcontext, oldmask);
  /external/strace/
sigreturn.c 7 # include <asm/sigcontext.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ucontext.h 7 * sigcontext struct (uc_mcontext).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ucontext.h 7 * sigcontext struct (uc_mcontext).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigcontext.h 20 # error "Never use <bits/sigcontext.h> directly; include <signal.h> instead."
25 we need sigcontext. */
26 # define sigcontext_struct sigcontext
28 # include <asm/sigcontext.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ucontext.h 7 * sigcontext struct (uc_mcontext).
  /external/libunwind/src/hppa/
offsets.h 15 trampoline, the siginfo structure, and then the sigcontext
  /external/strace/linux/i386/
arch_sigreturn.c 5 * On i386, sigcontext is followed on stack by struct fpstate
  /external/strace/linux/x86_64/
arch_sigreturn.c 15 struct sigcontext mcontext;
  /external/libunwind/src/aarch64/
gen-offsets.c 4 #include <asm/sigcontext.h>
10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
28 printf ("\n/* Offsets for AArch64 Linux \"struct sigcontext\": */\n\n");
  /external/libunwind/src/arm/
gen-offsets.c 4 #include <asm/sigcontext.h>
10 printf ("#define LINUX_SC_" N "_OFF\t0x%X\n", offsetof (struct sigcontext, X))
29 printf ("\n/* Offsets for ARM Linux \"struct sigcontext\": */\n\n");

Completed in 721 milliseconds

1 2 3 4 5 6 7 8 91011>>