Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Ben Cheng | a6b53f0 | 2013-11-06 15:51:05 -0800 | [diff] [blame] | 7 | #ifndef _ASMARM_SIGCONTEXT_H |
| 8 | #define _ASMARM_SIGCONTEXT_H |
| 9 | struct sigcontext { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 10 | unsigned long trap_no; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 11 | unsigned long error_code; |
| 12 | unsigned long oldmask; |
| 13 | unsigned long arm_r0; |
| 14 | unsigned long arm_r1; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 15 | unsigned long arm_r2; |
| 16 | unsigned long arm_r3; |
| 17 | unsigned long arm_r4; |
| 18 | unsigned long arm_r5; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 19 | unsigned long arm_r6; |
| 20 | unsigned long arm_r7; |
| 21 | unsigned long arm_r8; |
| 22 | unsigned long arm_r9; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 23 | unsigned long arm_r10; |
| 24 | unsigned long arm_fp; |
| 25 | unsigned long arm_ip; |
| 26 | unsigned long arm_sp; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 27 | unsigned long arm_lr; |
| 28 | unsigned long arm_pc; |
| 29 | unsigned long arm_cpsr; |
| 30 | unsigned long fault_address; |
Ben Cheng | a6b53f0 | 2013-11-06 15:51:05 -0800 | [diff] [blame] | 31 | }; |
| 32 | #endif |