Searched defs:sigcontext (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dsigcontext.h9 struct sigcontext { struct
/external/kernel-headers/original/asm-mips/
H A Dsigcontext.h17 * Keep this struct definition in sync with the sigcontext fragment
20 struct sigcontext { struct
47 * Keep this struct definition in sync with the sigcontext fragment
56 struct sigcontext { struct
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-ppc32-linux.c69 correctly written into the sigcontext, however the FP and SSE state
71 are restored from the sigcontext; the rest of the CPU state is
107 struct vki_sigcontext sigcontext; member in struct:nonrt_sigframe
452 //.. /* Create a plausible-looking sigcontext from the thread's
454 //.. bits of sigcontext at the moment.
749 struct vki_sigcontext *scp = &frame->sigcontext;
751 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame sigcontext",
914 tst->sig_mask.sig[0] = frame->sigcontext.oldmask;
915 tst->sig_mask.sig[1] = frame->sigcontext._unused[3];
/external/kernel-headers/original/asm-x86/
H A Dsigcontext.h61 struct sigcontext { struct
105 struct sigcontext { struct
/external/strace/
H A Dsignal.c48 #define sigcontext_struct sigcontext
97 #include <asm/sigcontext.h>
127 struct sigcontext struct
1333 struct sigcontext sc;
1337 /* offset of sigcontext in the kernel's sigframe structure: */
1392 struct sigcontext sc;
1517 struct sigcontext sc;
1571 struct sigcontext sc;
/external/v8/src/
H A Dplatform-linux.cc945 struct sigcontext { struct in namespace:v8::internal
954 typedef struct sigcontext mcontext_t;
965 // MIPS version of sigcontext, for Android bionic.
966 struct sigcontext { struct in namespace:v8::internal
987 typedef struct sigcontext mcontext_t;
998 struct sigcontext { struct in namespace:v8::internal
1006 typedef struct sigcontext mcontext_t;

Completed in 237 milliseconds