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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
ucontext.h 26 struct sigcontext uc_mcontext;
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm/
sigcontext.h 15 struct sigcontext { struct
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm/
sigcontext.h 15 struct sigcontext { struct
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm/
sigcontext.h 15 struct sigcontext { struct
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm/
sigcontext.h 15 struct sigcontext { struct
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm/
sigcontext.h 15 struct sigcontext { struct
  /art/runtime/arch/arm/
fault_handler_arm.cc 57 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
71 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
120 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
146 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
211 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext)
    [all...]
  /external/libchrome/sandbox/linux/system_headers/
i386_linux_ucontext.h 18 #include <asm/sigcontext.h>
20 // In PNaCl toolchain, sigcontext is not defined. So here declare it.
  /external/valgrind/helgrind/tests/
safe-pthread.h 15 static void sigill_handler( int signum, siginfo_t *siginfo, void *sigcontext ) {
27 static void segv_handler( int signum, siginfo_t *siginfo, void *sigcontext ) {
  /prebuilts/go/darwin-x86/src/runtime/
signal_openbsd_386.go 14 func (c *sigctxt) regs() *sigcontext {
15 return (*sigcontext)(c.ctxt)
defs_linux_arm64.go 159 type sigcontext struct {
176 _pad2 [8]byte // sigcontext must be aligned to 16-byte
177 uc_mcontext sigcontext
signal_linux_amd64.go 14 func (c *sigctxt) regs() *sigcontext {
15 return (*sigcontext)(unsafe.Pointer(&(*ucontext)(c.ctxt).uc_mcontext))
signal_openbsd_amd64.go 14 func (c *sigctxt) regs() *sigcontext {
15 return (*sigcontext)(c.ctxt)
signal_openbsd_arm.go 14 func (c *sigctxt) regs() *sigcontext {
15 return (*sigcontext)(c.ctxt)
  /prebuilts/go/linux-x86/src/runtime/
signal_openbsd_386.go 14 func (c *sigctxt) regs() *sigcontext {
15 return (*sigcontext)(c.ctxt)
defs_linux_arm64.go 159 type sigcontext struct {
176 _pad2 [8]byte // sigcontext must be aligned to 16-byte
177 uc_mcontext sigcontext
signal_linux_amd64.go 14 func (c *sigctxt) regs() *sigcontext {
15 return (*sigcontext)(unsafe.Pointer(&(*ucontext)(c.ctxt).uc_mcontext))
signal_openbsd_amd64.go 14 func (c *sigctxt) regs() *sigcontext {
15 return (*sigcontext)(c.ctxt)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext.h 14 * are used to extended the fpstate pointer in the sigcontext, which now
21 * pointer in sigcontext.
26 * fpstate pointer in the sigcontext.
104 struct sigcontext { struct
157 struct sigcontext { struct
202 * Extended state pointed by the fpstate pointer in the sigcontext.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext.h 14 * are used to extended the fpstate pointer in the sigcontext, which now
21 * pointer in sigcontext.
26 * fpstate pointer in the sigcontext.
104 struct sigcontext { struct
157 struct sigcontext { struct
202 * Extended state pointed by the fpstate pointer in the sigcontext.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext.h 14 * are used to extended the fpstate pointer in the sigcontext, which now
21 * pointer in sigcontext.
26 * fpstate pointer in the sigcontext.
104 struct sigcontext { struct
157 struct sigcontext { struct
202 * Extended state pointed by the fpstate pointer in the sigcontext.
  /bionic/libc/kernel/uapi/asm-mips/asm/
sigcontext.h 30 struct sigcontext { struct
59 struct sigcontext { struct
  /development/ndk/platforms/android-21/arch-mips/include/asm/
sigcontext.h 25 struct sigcontext { struct
54 struct sigcontext { struct
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
sigcontext.h 25 struct sigcontext { struct
54 struct sigcontext { struct
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sigcontext.h 24 struct sigcontext { struct
52 struct sigcontext { struct

Completed in 2732 milliseconds

1 2 34 5 6 7 8 91011>>