Searched refs:sigcontext (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/CodeGen/
H A D2010-01-14-FnType-DebugInfo.c2 typedef void (*sigcatch_t)( struct sigcontext *);
/external/kernel-headers/original/asm-generic/
H A Ducontext.h8 struct sigcontext uc_mcontext;
/external/kernel-headers/original/asm-arm/
H A Dsigcontext.h9 struct sigcontext { struct
H A Ducontext.h7 * struct sigcontext only has room for the basic registers, but struct
20 struct sigcontext uc_mcontext;
H A Dsignal.h160 #include <asm/sigcontext.h>
/external/kernel-headers/original/asm-x86/
H A Dmath_emu.h4 #include <asm/sigcontext.h>
H A Dsigcontext.h61 struct sigcontext { struct
105 struct sigcontext { struct
H A Di387_32.h18 #include <asm/sigcontext.h>
H A Dsignal.h182 #include <asm/sigcontext.h>
H A Dprocessor_32.h15 #include <asm/sigcontext.h>
/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
H A Dsignal.h140 #include <asm/sigcontext.h>
/external/valgrind/main/none/tests/x86-linux/
H A Dsigcontext.c27 static void handler2(int sig, struct sigcontext sc)
/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/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;
/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/qemu/
H A Dcpu-exec.c74 struct sigcontext *uc = puc;
892 struct sigcontext *uc = puc;
947 struct sigcontext *uc = puc;
1095 struct sigcontext *sc = puc;
1099 struct sigcontext *uc = puc;
/external/flac/libFLAC/
H A Dcpu.c124 static void sigill_handler_sse_os(int signal, struct sigcontext sc)
/external/netperf/
H A Dnetlib.c757 struct sigcontext *scp;

Completed in 222 milliseconds