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

1 2 3 4 5 6

  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext32.h 21 #include <asm/sigcontext.h>
  /external/clang/test/CodeGen/
2010-01-14-FnType-DebugInfo.c 2 typedef void (*sigcatch_t)( struct sigcontext *);
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext32.h 5 /* This is a legacy file - all the type definitions are in sigcontext.h: */
7 #include <asm/sigcontext.h>
  /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>
  /external/strace/
sigreturn.c 7 # include <asm/sigcontext.h>
  /bionic/libc/kernel/uapi/asm-generic/
ucontext.h 25 struct sigcontext uc_mcontext;
  /external/kernel-headers/original/uapi/asm-generic/
ucontext.h 9 struct sigcontext uc_mcontext;
  /external/strace/linux/mips/
arch_sigreturn.c 8 * sizeof(sf_ass) + sizeof(sf_pad) + sizeof(struct sigcontext)
11 sizeof(struct sigcontext);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ucontext.h 8 struct sigcontext uc_mcontext;
  /bionic/libc/kernel/uapi/asm-arm64/asm/
ucontext.h 28 struct sigcontext uc_mcontext;
  /external/kernel-headers/original/uapi/asm-arm64/asm/
ucontext.h 30 struct sigcontext uc_mcontext;
  /external/strace/linux/alpha/
arch_sigreturn.c 8 addr += offsetof(struct sigcontext, sc_mask);
  /external/strace/linux/ia64/
rt_sigframe.h 39 struct sigcontext sc;
  /external/strace/linux/microblaze/
arch_sigreturn.c 11 addr += offsetof(struct sigcontext, oldmask);
  /bionic/libc/kernel/uapi/asm-arm/asm/
sigcontext.h 21 struct sigcontext { struct
  /bionic/libc/kernel/uapi/asm-mips/asm/
ucontext.h 36 struct sigcontext uc_mcontext;
sigcontext.h 28 struct sigcontext { struct
51 struct sigcontext { struct
  /external/kernel-headers/original/uapi/asm-arm/asm/
sigcontext.h 10 struct sigcontext { struct
  /external/kernel-headers/original/uapi/asm-mips/asm/
ucontext.h 11 * sigcontext. They are placed sequentially in memory at the end of struct
59 struct sigcontext uc_mcontext;
sigcontext.h 31 * Keep this struct definition in sync with the sigcontext fragment
34 struct sigcontext { struct
61 * Keep this struct definition in sync with the sigcontext fragment
70 struct sigcontext { struct
  /external/strace/linux/powerpc/
arch_sigreturn.c 17 typedef struct sigcontext sigreturn_context;
  /art/runtime/arch/mips/
fault_handler_mips.cc 43 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
80 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
115 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
117 VLOG(signals) << "sigcontext: " << std::hex << sc;
  /art/runtime/arch/mips64/
fault_handler_mips64.cc 44 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
82 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
117 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
119 VLOG(signals) << "sigcontext: " << std::hex << sc;
  /art/runtime/arch/arm64/
fault_handler_arm64.cc 44 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
80 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
109 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
155 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
157 VLOG(signals) << "sigcontext: " << std::hex << sc;
  /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 514 milliseconds

1 2 3 4 5 6