Home
last modified time | relevance | path

Searched refs:sigcontext (Results 1 – 22 of 22) sorted by relevance

/external/valgrind/main/none/tests/x86-linux/
DMakefile.am9 sigcontext.stdout.exp sigcontext.stderr.exp sigcontext.vgtest
13 sigcontext program
Dsigcontext.vgtest1 prog: sigcontext
Dsigcontext.c27 static void handler2(int sig, struct sigcontext sc) in handler2()
/external/kernel-headers/original/asm-mips/
Dsigcontext.h20 struct sigcontext { struct
56 struct sigcontext { struct
/external/kernel-headers/original/asm-x86/
Dsigcontext.h61 struct sigcontext { struct
105 struct sigcontext { struct
/external/clang/test/CodeGen/
D2010-01-14-FnType-DebugInfo.c2 typedef void (*sigcatch_t)( struct sigcontext *);
/external/kernel-headers/original/asm-generic/
Ducontext.h8 struct sigcontext uc_mcontext;
/external/kernel-headers/original/asm-arm/
Dsigcontext.h9 struct sigcontext { struct
Ducontext.h20 struct sigcontext uc_mcontext;
/external/valgrind/main/coregrind/m_sigframe/
Dsigframe-ppc32-linux.c107 struct vki_sigcontext sigcontext; member
749 struct vki_sigcontext *scp = &frame->sigcontext; in VG_()
914 tst->sig_mask.sig[0] = frame->sigcontext.oldmask; in VG_()
915 tst->sig_mask.sig[1] = frame->sigcontext._unused[3]; in VG_()
/external/v8/src/
Dplatform-linux.cc945 struct sigcontext { struct
954 typedef struct sigcontext mcontext_t;
966 struct sigcontext { struct
987 typedef struct sigcontext mcontext_t;
998 struct sigcontext { struct
1006 typedef struct sigcontext mcontext_t;
/external/qemu/
Dcpu-exec.c74 struct sigcontext *uc = puc; in cpu_resume_from_signal()
892 struct sigcontext *uc = puc; in cpu_signal_handler()
947 struct sigcontext *uc = puc; in cpu_signal_handler()
1095 struct sigcontext *sc = puc; in cpu_signal_handler()
1099 struct sigcontext *uc = puc; in cpu_signal_handler()
/external/strace/
Dsignal.c48 #define sigcontext_struct sigcontext
127 struct sigcontext struct
1333 struct sigcontext sc; in sys_sigreturn()
1392 struct sigcontext sc; in sys_sigreturn()
1517 struct sigcontext sc; in sys_sigreturn()
1571 struct sigcontext sc; in sys_sigreturn()
DAndroid.patch134 +#define sigcontext_struct sigcontext
DChangeLog-CVS183 * configure.ac: Check for struct sigcontext.
184 * signal.c [LINUX] [M68K] (struct sigcontext): Don't define it if
880 (sys_sigreturn): struct sigcontext on MIPS has no sigset_t member,
1203 * configure.ac (struct sigcontext.sc_hi2): Use #ifdef around
1204 <asm/sigcontext.h> to match signal.c include conditions.
1253 * configure.ac: Check for struct sigcontext.sc_hi2.
3758 * configure.ac: Fix asm/sigcontext.h check to include prerequisite.
4270 * signal.c: do not include asm/sigcontext.h on IA64 since it gets
4271 the struct from bits/sigcontext.h already which signal.h includes.
4410 * don't use asm/sigcontext.h on Linux/sparc
[all …]
/external/valgrind/main/docs/internals/
D3_1_BUGSTATUS.txt120 pending pending 120732 Generating trapno for sigcontext (x86)
148 pending pending 119973 Sun JVM problems (possible sigcontext problem?)
Dnotes.txt54 sigcontext offered to the handler. That means handlers which
D3_3_BUGSTATUS.txt207 163933 Fixd 8229 sigcontext.err and .trapno must be set together
Dporting-to-ARM.txt423 // From linux-2.6.9/include/asm-arm/sigcontext.h
/external/flac/libFLAC/
Dcpu.c124 static void sigill_handler_sse_os(int signal, struct sigcontext sc) in sigill_handler_sse_os()
/external/netperf/
Dnetlib.c750 struct sigcontext *scp;
/external/valgrind/main/
DNEWS1425 163933 sigcontext.err and .trapno must be set together