HomeSort by relevance Sort by last modified time
    Searched defs:__NR_rt_sigreturn (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 36 #define __NR_rt_sigreturn 15
unistd_x32.h 307 #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 40 #define __NR_rt_sigreturn 15
unistd_x32.h 365 #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 40 #define __NR_rt_sigreturn 15
unistd_x32.h 365 #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 19 #define __NR_rt_sigreturn 15
unistd_x32.h 290 #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 566 #if !defined(__NR_rt_sigreturn)
567 #define __NR_rt_sigreturn 139
mips64_linux_syscalls.h 860 #if !defined(__NR_rt_sigreturn)
861 #define __NR_rt_sigreturn (__NR_Linux + 211)
x86_64_linux_syscalls.h 73 #if !defined(__NR_rt_sigreturn)
74 #define __NR_rt_sigreturn 15
  /external/strace/
scno.h 53 #ifndef __NR_rt_sigreturn
54 # define __NR_rt_sigreturn (SYSCALL_BIT | 15)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 53 #define __NR_rt_sigreturn 15
vki-scnums-arm64-linux.h 184 #define __NR_rt_sigreturn 139
vki-scnums-mips64-linux.h 250 #define __NR_rt_sigreturn (__NR_Linux + 211)
vki-scnums-s390x-linux.h 172 #define __NR_rt_sigreturn 173
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 46 #define __NR_rt_sigreturn 15
47 __SYSCALL(__NR_rt_sigreturn, stub_rt_sigreturn)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 388 #define __NR_rt_sigreturn 139
389 __SYSCALL(__NR_rt_sigreturn, sys_rt_sigreturn) /* sys_rt_sigreturn_wrapper, */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 417 #define __NR_rt_sigreturn 139
418 __SC_COMP(__NR_rt_sigreturn, sys_rt_sigreturn, compat_sys_rt_sigreturn)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 40 #define __NR_rt_sigreturn 15
unistd_x32.h 365 #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 40 #define __NR_rt_sigreturn 15
unistd_x32.h 365 #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 40 #define __NR_rt_sigreturn 15
unistd_x32.h 365 #define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)

Completed in 958 milliseconds

1 2 3 4 5 6 7 8