Home
last modified time | relevance | path

Searched defs:sigcontext (Results 1 – 6 of 6) sorted by relevance

/sysdeps/unix/sysv/linux/mips/bits/
A Dsigcontext.h39 struct sigcontext { struct
63 struct sigcontext { argument
67 __extension__ unsigned long long sc_hi1;
68 __extension__ unsigned long long sc_hi2;
69 __extension__ unsigned long long sc_hi3;
71 __extension__ unsigned long long sc_lo1;
74 __extension__ unsigned long long sc_pc;
75 unsigned int sc_fpc_csr;
76 unsigned int sc_used_math;
77 unsigned int sc_dsp;
[all …]
/sysdeps/unix/sysv/linux/ia64/bits/
A Dsigcontext.h40 struct sigcontext struct
44 stack_t sc_stack; /* previously active stack */
46 unsigned long int sc_ip; /* instruction pointer */
47 unsigned long int sc_cfm; /* current frame marker */
48 unsigned long int sc_um; /* user mask bits */
50 unsigned long int sc_ar_bsp; /* backing store pointer */
56 unsigned long int sc_ar_lc; /* loop count register */
57 unsigned long int sc_pr; /* predicate registers */
58 unsigned long int sc_br[8]; /* branch registers */
63 unsigned long int sc_ar25; /* cmp8xchg16 uses this */
[all …]
/sysdeps/mach/hurd/i386/bits/
A Dsigcontext.h59 int sc_gs;
60 int sc_fs;
61 int sc_es;
62 int sc_ds;
66 int sc_edi;
67 int sc_esi;
68 int sc_ebp;
70 int sc_ebx;
71 int sc_edx;
72 int sc_ecx;
[all …]
/sysdeps/unix/sysv/linux/riscv/bits/
A Dsigcontext.h25 struct sigcontext { struct
27 unsigned long int gregs[32];
28 unsigned long long int fpregs[66] __attribute__ ((__aligned__ (16)));
/sysdeps/unix/sysv/linux/x86/bits/
A Dsigcontext.h95 struct sigcontext struct
97 unsigned short gs, __gsh;
98 unsigned short fs, __fsh;
99 unsigned short es, __esh;
100 unsigned short ds, __dsh;
112 unsigned short cs, __csh;
115 unsigned short ss, __ssh;
139 struct sigcontext argument
141 __uint64_t r8;
142 __uint64_t r9;
[all …]
/sysdeps/unix/sysv/linux/sparc/bits/
A Dsigcontext.h35 struct sigcontext struct
58 struct sigcontext argument
82 #endif /* bits/sigcontext.h */ argument

Completed in 17 milliseconds