Searched defs:sigcontext (Results 1 – 11 of 11) sorted by relevance
33 struct sigcontext { struct34 unsigned int sc_regmask; /* Unused */35 unsigned int sc_status; /* Unused */36 unsigned long long sc_pc;60 * Keep this struct definition in sync with the sigcontext fragment argument69 struct sigcontext { struct70 __u64 sc_regs[32];71 __u64 sc_fpregs[32];72 __u64 sc_mdhi;73 __u64 sc_hi1;[all …]
9 struct sigcontext { struct10 unsigned long trap_no;11 unsigned long error_code;12 unsigned long oldmask;13 unsigned long arm_r0;14 unsigned long arm_r1;15 unsigned long arm_r2;16 unsigned long arm_r3;17 unsigned long arm_r4;18 unsigned long arm_r5;[all …]
16 struct sigcontext { struct17 unsigned long trap_no;18 unsigned long error_code;19 unsigned long oldmask;20 unsigned long arm_r0;21 unsigned long arm_r1;22 unsigned long arm_r2;23 unsigned long arm_r3;24 unsigned long arm_r4;25 unsigned long arm_r5;[all …]
281 # define sigcontext sigcontext_32 macro283 # define sigcontext sigcontext_64 macro299 struct sigcontext { struct300 __u16 gs, __gsh;324 struct sigcontext { argument325 __u64 r8;326 __u64 r9;327 __u64 r10;328 __u64 r11;329 __u64 r12;[all …]
25 struct sigcontext { struct26 __u64 fault_address;28 __u64 regs[31];29 __u64 sp;30 __u64 pc;31 __u64 pstate;33 __u8 __reserved[4096] __attribute__((__aligned__(16)));
15 static void sigill_handler( int signum, siginfo_t *siginfo, void *sigcontext ) { in sigill_handler()27 static void segv_handler( int signum, siginfo_t *siginfo, void *sigcontext ) { in segv_handler()
13 static void abrt_handler( int signum, siginfo_t *siginfo, void *sigcontext ) { in abrt_handler()
21 sigcontext program
62 sighandler (int signal, void *siginfo, void *sigcontext) in sighandler()
106 struct vki_sigcontext sigcontext; member
54 class sigcontext(Structure): class