Home
last modified time | relevance | path

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

123

/external/valgrind/none/tests/x86-linux/
DMakefile.am11 sigcontext.stdout.exp sigcontext.stderr.exp sigcontext.vgtest
17 sigcontext program
Dsigcontext.vgtest1 prog: sigcontext
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsigcontext.h281 # define sigcontext sigcontext_32 macro
283 # define sigcontext sigcontext_64 macro
299 struct sigcontext { struct
324 struct sigcontext { struct
/external/libchrome/sandbox/linux/system_headers/
Darm_linux_ucontext.h16 struct sigcontext { struct
56 struct sigcontext uc_mcontext; argument
Darm64_linux_ucontext.h23 struct sigcontext uc_mcontext;
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsigcontext.h33 struct sigcontext { struct
69 struct sigcontext { struct
/external/valgrind/helgrind/tests/
Dsafe-pthread.h15 static void sigill_handler( int signum, siginfo_t *siginfo, void *sigcontext ) { in sigill_handler() argument
27 static void segv_handler( int signum, siginfo_t *siginfo, void *sigcontext ) { in segv_handler() argument
/external/libunwind/src/setjmp/
Dsetjmp_i.h82 struct sigcontext *sc = (struct sigcontext *) sc_addr; in resume_restores_sigmask()
/external/ltp/testcases/kernel/ipc/ipc_stress/
Dshmem_test_04.c124 static void segv_handler(int signal, int code, struct sigcontext *scp);
125 static void bus_handler(int signal, int code, struct sigcontext *scp);
345 static void segv_handler(int signal, int code, struct sigcontext *scp) in segv_handler()
409 static void bus_handler(int signal, int code, struct sigcontext *scp) in bus_handler()
Dsignal_test_07.c72 void handler(int, int, struct sigcontext *);
142 void handler(int signal, int code, struct sigcontext *scp) in handler()
Dpipe_test_01.c72 void handler(int, int, struct sigcontext *); /* Signal catching function */
204 void handler(int sig, int code, struct sigcontext *scp) in handler()
Dsignal_test_06.c74 void handler(int, int, struct sigcontext *);
167 void handler(int signal, int code, struct sigcontext *scp) in handler()
Dsignal_test_05.c85 void handler(int, int, struct sigcontext *);
215 void handler(int signal, int code, struct sigcontext *scp) in handler()
Dsignal_test_04.c96 void handler(int, int, struct sigcontext *);
260 void handler(int signal, int code, struct sigcontext *scp) in handler()
/external/libunwind/tests/
Dia64-test-setjmp.c62 sighandler (int signal, void *siginfo, void *sigcontext) in sighandler() argument
64 ucontext_t *uc = sigcontext; in sighandler()
/external/libunwind/src/hppa/
DGresume.c68 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in hppa_local_resume()
/external/libunwind/src/arm/
DGresume.c75 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in arm_local_resume()
/external/libunwind/src/sh/
DGresume.c80 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in sh_local_resume()
/external/valgrind/coregrind/m_sigframe/
Dsigframe-ppc32-linux.c106 struct vki_sigcontext sigcontext; member
707 struct vki_sigcontext *scp = &frame->sigcontext; in VG_()
872 tst->sig_mask.sig[0] = frame->sigcontext.oldmask; in VG_()
873 tst->sig_mask.sig[1] = frame->sigcontext._unused[3]; in VG_()
/external/libunwind/src/x86_64/
DGos-linux.c142 struct sigcontext *sc = (struct sigcontext *) c->sigcontext_addr; in x86_64_sigreturn()
/external/clang/test/CodeGen/
D2010-01-14-FnType-DebugInfo.c2 typedef void (*sigcatch_t)( struct sigcontext *);
/external/kernel-headers/original/uapi/asm-generic/
Ducontext.h8 struct sigcontext uc_mcontext;
/external/kernel-headers/original/uapi/asm-arm64/asm/
Ducontext.h29 struct sigcontext uc_mcontext;
/external/strace/linux/ia64/
Darch_sigreturn.c8 offsetof(struct sigcontext, sc_mask); in arch_sigreturn()
/external/strace/linux/microblaze/
Darch_sigreturn.c11 addr += offsetof(struct sigcontext, oldmask); in arch_sigreturn()

123