Home
last modified time | relevance | path

Searched refs:__NR_sigreturn (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/arch-arm/bionic/
D__restore.S52 mov r7, #__NR_sigreturn
/bionic/libc/arch-x86/bionic/
D__restore.S80 movl $__NR_sigreturn, %eax
/bionic/libc/kernel/uapi/asm-x86/asm/
Dunistd_32.h140 #define __NR_sigreturn 119 macro
/bionic/libc/include/bits/
Dglibc-syscalls.h1140 #if defined(__NR_sigreturn)
1141 #define SYS_sigreturn __NR_sigreturn
/bionic/libc/kernel/uapi/asm-arm/asm/
Dunistd-common.h107 #define __NR_sigreturn (__NR_SYSCALL_BASE + 119) macro