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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
math_emu.h 21 #include <asm/sigcontext.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
ucontext.h 63 #include <asm/sigcontext.h>
64 typedef struct sigcontext mcontext_t;
81 #include <asm/sigcontext.h>
82 typedef struct sigcontext mcontext_t;
  /external/libunwind/src/ia64/
offsets.h 6 number, siginfo pointer, and sigcontext pointer passed to the
7 signal handler. We use this to locate the sigcontext pointer. */
  /external/libunwind/src/setjmp/
setjmp_i.h 82 struct sigcontext *sc = (struct sigcontext *) sc_addr;
  /external/libunwind/src/x86/
offsets.h 20 /* The struct sigcontext is located at an offset of 4
23 /* Offsets for x86 Linux "struct sigcontext": */
  /external/libunwind/tests/
ia64-test-setjmp.c 62 sighandler (int signal, void *siginfo, void *sigcontext)
64 ucontext_t *uc = sigcontext;
  /prebuilts/go/darwin-x86/src/runtime/
defs2_linux.go 26 #include <asm/sigcontext.h>
143 type Sigcontext C.struct_sigcontext
defs_arm_linux.go 22 #include <asm/sigcontext.h>
119 type Sigcontext C.struct_sigcontext
defs_linux_386.go 173 type sigcontext struct {
208 uc_mcontext sigcontext
defs_linux_arm.go 110 type sigcontext struct {
138 uc_mcontext sigcontext
defs_linux_ppc64.go 180 type sigcontext struct {
199 uc_mcontext sigcontext
defs_linux_ppc64le.go 180 type sigcontext struct {
199 uc_mcontext sigcontext
signal_linux_386.go 14 func (c *sigctxt) regs() *sigcontext { return &(*ucontext)(c.ctxt).uc_mcontext }
  /prebuilts/go/linux-x86/src/runtime/
defs2_linux.go 26 #include <asm/sigcontext.h>
143 type Sigcontext C.struct_sigcontext
defs_arm_linux.go 22 #include <asm/sigcontext.h>
119 type Sigcontext C.struct_sigcontext
defs_linux_386.go 173 type sigcontext struct {
208 uc_mcontext sigcontext
defs_linux_arm.go 110 type sigcontext struct {
138 uc_mcontext sigcontext
defs_linux_ppc64.go 180 type sigcontext struct {
199 uc_mcontext sigcontext
defs_linux_ppc64le.go 180 type sigcontext struct {
199 uc_mcontext sigcontext
signal_linux_386.go 14 func (c *sigctxt) regs() *sigcontext { return &(*ucontext)(c.ctxt).uc_mcontext }
  /system/core/libbacktrace/
ThreadEntry.cpp 127 void ThreadEntry::CopyUcontextFromSigcontext(void* sigcontext) {
128 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext);
  /bionic/libc/kernel/uapi/asm-arm64/asm/
sigcontext.h 22 struct sigcontext { struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
i387_32.h 26 #include <asm/sigcontext.h>
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
i387_32.h 26 #include <asm/sigcontext.h>
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
i387_32.h 26 #include <asm/sigcontext.h>

Completed in 444 milliseconds

1 2 3 4 5 6 7 891011>>