HomeSort by relevance Sort by last modified time
    Searched defs:__NR_restart_syscall (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 295 #define __NR_restart_syscall 219
unistd_x32.h 260 #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 295 #define __NR_restart_syscall 219
unistd_x32.h 262 #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 295 #define __NR_restart_syscall 219
unistd_x32.h 262 #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 223 #define __NR_restart_syscall 219
unistd_x32.h 195 #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 522 #if !defined(__NR_restart_syscall)
523 #define __NR_restart_syscall 128
mips64_linux_syscalls.h 868 #if !defined(__NR_restart_syscall)
869 #define __NR_restart_syscall (__NR_Linux + 213)
x86_64_linux_syscalls.h 889 #if !defined(__NR_restart_syscall)
890 #define __NR_restart_syscall 219
  /external/strace/
scno.h 665 #ifndef __NR_restart_syscall
666 # define __NR_restart_syscall (SYSCALL_BIT | 219)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 302 #define __NR_restart_syscall 219
vki-scnums-arm64-linux.h 173 #define __NR_restart_syscall 128
vki-scnums-mips64-linux.h 252 #define __NR_restart_syscall (__NR_Linux + 213)
vki-scnums-s390x-linux.h 50 #define __NR_restart_syscall 7
vki-scnums-tilegx-linux.h 253 #define __NR_restart_syscall 128
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 503 #define __NR_restart_syscall 219
504 __SYSCALL(__NR_restart_syscall, sys_restart_syscall)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 366 #define __NR_restart_syscall 128
367 __SYSCALL(__NR_restart_syscall, sys_restart_syscall)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 393 #define __NR_restart_syscall 128
394 __SYSCALL(__NR_restart_syscall, sys_restart_syscall)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 295 #define __NR_restart_syscall 219
unistd_x32.h 262 #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 295 #define __NR_restart_syscall 219
unistd_x32.h 262 #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 295 #define __NR_restart_syscall 219

Completed in 544 milliseconds

1 2 3 4 5 6 7 8