/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct 12 unsigned long trap_no, error_code, oldmask; 13 unsigned long arm_r0, arm_r1, arm_r2, arm_r3; 14 unsigned long arm_r4, arm_r5, arm_r6, arm_r7; 15 unsigned long arm_r8, arm_r9, arm_r10, arm_fp; 16 unsigned long arm_ip, arm_sp, arm_lr, arm_pc; 17 unsigned long arm_cpsr, fault_address;
|
/third_party/musl/arch/arm/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct 12 unsigned long trap_no, error_code, oldmask; 13 unsigned long arm_r0, arm_r1, arm_r2, arm_r3; 14 unsigned long arm_r4, arm_r5, arm_r6, arm_r7; 15 unsigned long arm_r8, arm_r9, arm_r10, arm_fp; 16 unsigned long arm_ip, arm_sp, arm_lr, arm_pc; 17 unsigned long arm_cpsr, fault_address;
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct 12 unsigned long trap_no, error_code, oldmask; 13 unsigned long arm_r0, arm_r1, arm_r2, arm_r3; 14 unsigned long arm_r4, arm_r5, arm_r6, arm_r7; 15 unsigned long arm_r8, arm_r9, arm_r10, arm_fp; 16 unsigned long arm_ip, arm_sp, arm_lr, arm_pc; 17 unsigned long arm_cpsr, fault_address;
|
/third_party/musl/arch/i386/bits/ |
D | signal.h | 59 struct sigcontext { struct 60 unsigned short gs, __gsh, fs, __fsh, es, __esh, ds, __dsh; 61 unsigned long edi, esi, ebp, esp, ebx, edx, ecx, eax; 62 unsigned long trapno, err, eip; 63 unsigned short cs, __csh; 64 unsigned long eflags, esp_at_signal; 65 unsigned short ss, __ssh; 66 struct _fpstate *fpstate; 67 unsigned long oldmask, cr2;
|
/third_party/musl/arch/sh/bits/ |
D | signal.h | 12 typedef struct sigcontext { struct 13 unsigned long oldmask; 14 unsigned long sc_regs[16]; 15 unsigned long sc_pc, sc_pr, sc_sr; 16 unsigned long sc_gbr, sc_mach, sc_macl; 17 unsigned long sc_fpregs[16]; 18 unsigned long sc_xfpregs[16]; 19 unsigned int sc_fpscr, sc_fpul, sc_ownedfp;
|
/third_party/musl/arch/x32/bits/ |
D | signal.h | 72 struct sigcontext { struct 73 unsigned long long r8, r9, r10, r11, r12, r13, r14, r15; 74 unsigned long long rdi, rsi, rbp, rbx, rdx, rax, rcx, rsp, rip, eflags; 75 unsigned short cs, gs, fs, __pad0; 76 unsigned long long err, trapno, oldmask, cr2; 77 struct _fpstate *fpstate; 78 unsigned long long __reserved1[8];
|
/third_party/musl/arch/x86_64/bits/ |
D | signal.h | 72 struct sigcontext { struct 73 unsigned long r8, r9, r10, r11, r12, r13, r14, r15; 74 unsigned long rdi, rsi, rbp, rbx, rdx, rax, rcx, rsp, rip, eflags; 75 unsigned short cs, gs, fs, __pad0; 76 unsigned long err, trapno, oldmask, cr2; 77 struct _fpstate *fpstate; 78 unsigned long __reserved1[8];
|
/third_party/musl/arch/mips/bits/ |
D | signal.h | 20 struct sigcontext { struct 21 unsigned sc_regmask, sc_status; 22 unsigned long long sc_pc; 23 gregset_t sc_regs; 24 fpregset_t sc_fpregs; 25 unsigned sc_ownedfp, sc_fpc_csr, sc_fpc_eir, sc_used_math, sc_dsp; 26 unsigned long long sc_mdhi, sc_mdlo; 27 unsigned long sc_hi1, sc_lo1, sc_hi2, sc_lo2, sc_hi3, sc_lo3;
|
/third_party/musl/arch/mipsn32/bits/ |
D | signal.h | 22 struct sigcontext { struct 23 unsigned long long sc_regs[32]; 24 unsigned long long sc_fpregs[32]; 25 unsigned long long sc_mdhi; 26 unsigned long long sc_hi1; 27 unsigned long long sc_hi2; 28 unsigned long long sc_hi3; 29 unsigned long long sc_mdlo; 30 unsigned long long sc_lo1; 31 unsigned long long sc_lo2; [all …]
|
/third_party/musl/arch/mips64/bits/ |
D | signal.h | 22 struct sigcontext { struct 23 unsigned long long sc_regs[32]; 24 unsigned long long sc_fpregs[32]; 25 unsigned long long sc_mdhi; 26 unsigned long long sc_hi1; 27 unsigned long long sc_hi2; 28 unsigned long long sc_hi3; 29 unsigned long long sc_mdlo; 30 unsigned long long sc_lo1; 31 unsigned long long sc_lo2; [all …]
|
/third_party/musl/arch/powerpc64/bits/ |
D | signal.h | 29 typedef struct sigcontext { struct 30 unsigned long _unused[4]; 31 int signal; 32 int _pad0; 33 unsigned long handler; 34 unsigned long oldmask; 35 struct pt_regs *regs; 36 gregset_t gp_regs; 37 fpregset_t fp_regs; 38 vrregset_t *v_regs; [all …]
|
/third_party/musl/arch/m68k/bits/ |
D | signal.h | 52 struct sigcontext { struct 53 unsigned long sc_mask, sc_usp, sc_d0, sc_d1, sc_a0, sc_a1; 54 unsigned short sc_sr; 55 unsigned long sc_pc; 56 unsigned short sc_formatvec; 57 unsigned long sc_fpregs[6], sc_fpcntl[3]; 58 unsigned char sc_fpstate[216];
|
/third_party/musl/arch/powerpc/bits/ |
D | signal.h | 26 struct sigcontext { struct 27 unsigned long _unused[4]; 28 int signal; 29 unsigned long handler; 30 unsigned long oldmask; 31 struct pt_regs *regs;
|
/third_party/musl/arch/or1k/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct 12 struct { 16 } regs; 17 unsigned long oldmask;
|
/third_party/musl/arch/aarch64/bits/ |
D | signal.h | 18 typedef struct sigcontext { struct 19 unsigned long fault_address; 20 unsigned long regs[31]; 21 unsigned long sp, pc, pstate; 22 long double __reserved[256];
|
/third_party/musl/arch/s390x/bits/ |
D | signal.h | 36 struct sigcontext { struct 37 unsigned long oldmask[1]; 38 struct { 48 } *sregs;
|
/third_party/musl/arch/riscv64/bits/ |
D | signal.h | 51 struct sigcontext { struct 52 gregset_t gregs; 53 fpregset_t fpregs;
|
/third_party/musl/arch/microblaze/bits/ |
D | signal.h | 11 typedef struct sigcontext { struct 12 struct { 19 } regs; 20 unsigned long oldmask;
|
/third_party/libunwind/tests/ |
D | ia64-test-setjmp.c | 62 sighandler (int signal, void *siginfo, void *sigcontext) in sighandler()
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 54 class sigcontext(Structure): class
|