Searched defs:sigcontext (Results 1 - 8 of 8) 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.h30 * Keep this struct definition in sync with the sigcontext fragment
33 struct sigcontext { struct
60 * Keep this struct definition in sync with the sigcontext fragment
69 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/libchrome/sandbox/linux/system_headers/
H A Darm_linux_ucontext.h12 #include <asm/sigcontext.h>
14 // In PNaCl toolchain, sigcontext and stack_t is not defined. So here declare
16 struct sigcontext { struct
56 struct sigcontext uc_mcontext;
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-ppc32-linux.c68 correctly written into the sigcontext, however the FP and SSE state
70 are restored from the sigcontext; the rest of the CPU state is
106 struct vki_sigcontext sigcontext; member in struct:nonrt_sigframe
451 //.. /* Create a plausible-looking sigcontext from the thread's
453 //.. bits of sigcontext at the moment.
707 struct vki_sigcontext *scp = &frame->sigcontext;
709 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame sigcontext",
872 tst->sig_mask.sig[0] = frame->sigcontext.oldmask;
873 tst->sig_mask.sig[1] = frame->sigcontext._unused[3];
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext.h5 * Linux signal context definitions. The sigcontext includes a complex
27 * used to extend the fpstate pointer in the sigcontext, which now includes the
185 * Extended state pointed to by sigcontext::fpstate.
277 * Create the real 'struct sigcontext' type:
281 # define sigcontext sigcontext_32 macro
283 # define sigcontext sigcontext_64 macro
288 * The old user-space sigcontext definition, just in case user-space still
289 * relies on it. The kernel definition (in asm/sigcontext.h) has unified
299 struct sigcontext { struct
324 struct sigcontext { struct
[all...]
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py54 class sigcontext(Structure): class in inherits:Structure
56 sigcontext._fields_ = [
76 assert sizeof(sigcontext) == 72, sizeof(sigcontext)
77 assert alignment(sigcontext) == 4, alignment(sigcontext)
2658 'pkcs8_priv_key_info_st', 'intmax_t', 'sigcontext',

Completed in 469 milliseconds