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

/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dsigcontext.h25 struct sigcontext { struct
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsigcontext.h9 struct sigcontext { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsigcontext.h18 * Keep this struct definition in sync with the sigcontext fragment
21 struct sigcontext { struct
48 * Keep this struct definition in sync with the sigcontext fragment
57 struct sigcontext { struct
/external/libunwind/tests/
H A Dia64-test-setjmp.c62 sighandler (int signal, void *siginfo, void *sigcontext) argument
64 ucontext_t *uc = sigcontext;
/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/uapi/asm-x86/asm/
H A Dsigcontext.h14 * are used to extended the fpstate pointer in the sigcontext, which now
21 * pointer in sigcontext.
26 * fpstate pointer in the sigcontext.
105 struct sigcontext { struct
160 struct sigcontext { struct
209 * Extended state pointed by the fpstate pointer in the sigcontext.
/external/strace/
H A Dsignal.c68 # include <asm/sigcontext.h>
72 struct sigcontext { struct
734 struct sigcontext sc;
808 struct sigcontext sc;
810 /* offset of sigcontext in the kernel's sigframe structure: */
821 struct sigcontext sc;
841 struct sigcontext sc;
851 struct sigcontext sc;
899 struct sigcontext sc;
922 struct sigcontext s
[all...]

Completed in 149 milliseconds