Searched refs:SYS_sigreturn (Results 1 – 23 of 23) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | i386-linux-nat.c | 743 #ifndef SYS_sigreturn 744 #define SYS_sigreturn 0x77 macro 793 if (syscall == SYS_sigreturn || syscall == SYS_rt_sigreturn) in child_resume()
|
H A D | proc-events.c | 1162 #if defined (SYS_sigreturn) in init_syscall_table() 1163 syscall_table[SYS_sigreturn] = "sigreturn"; in init_syscall_table()
|
/openbsd/sys/arch/arm/arm/ |
H A D | sigcode.S | 58 mov r12, #SYS_sigreturn
|
/openbsd/sys/sys/ |
H A D | syscall.h | 315 #define SYS_sigreturn 103 macro
|
H A D | syscall_mi.h | 83 if (code == SYS_sigreturn) in pin_check()
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | locore.S | 199 li t0, SYS_sigreturn
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | genassym.cf | 133 export SYS_sigreturn
|
H A D | locore.s | 179 ldiq v0, SYS_sigreturn /* and call sigreturn() with it. */
|
/openbsd/sys/arch/hppa/hppa/ |
H A D | genassym.cf | 171 export SYS_sigreturn
|
H A D | locore.S | 2872 ldi SYS_sigreturn, t1
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | genassym.cf | 85 export SYS_sigreturn
|
H A D | subr.S | 1134 or %r13, %r0, SYS_sigreturn
|
/openbsd/sys/arch/mips64/mips64/ |
H A D | lcore_access.S | 77 LI v0, SYS_sigreturn # sigreturn(scp)
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | locore.S | 371 mov x8, #SYS_sigreturn
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | genassym.cf | 147 export SYS_sigreturn
|
H A D | locore.s | 4264 restore %g0, SYS_sigreturn, %g1 ! get registers back & set syscall #
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | locore.S | 39 li %r0, SYS_sigreturn
|
/openbsd/sys/arch/sh/sh/ |
H A D | locore_subr.S | 509 .L_SYS_sigreturn: .long SYS_sigreturn
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | locore.S | 178 movq $SYS_sigreturn,%rax
|
/openbsd/sys/kern/ |
H A D | kern_pledge.c | 188 [SYS_sigreturn] = PLEDGE_STDIO,
|
/openbsd/usr.bin/kdump/ |
H A D | kdump.c | 816 [SYS_sigreturn] = { Pptr },
|
/openbsd/sys/arch/i386/i386/ |
H A D | locore.s | 338 movl $SYS_sigreturn,%eax
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | locore.S | 1179 li %r0,SYS_sigreturn
|