HomeSort by relevance Sort by last modified time
    Searched refs:__NR_exit_group (Results 1 - 25 of 35) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
_exit.S 13 ldr r7, =__NR_exit_group
  /bionic/libc/arch-x86/syscalls/
_exit.S 12 movl $__NR_exit_group, %eax
  /bionic/libc/arch-sh/syscalls/
_exit.S 31 0: .long __NR_exit_group
  /external/strace/
defs.h 332 # ifndef __NR_exit_group
333 # /* Hack: Most headers around are too old to have __NR_exit_group. */
335 # define __NR_exit_group 405
337 # define __NR_exit_group 252
339 # define __NR_exit_group 1236
341 # define __NR_exit_group 234
343 # define __NR_exit_group 248
345 # define __NR_exit_group 188
347 # endif /* !__NR_exit_group */
  /bionic/libc/include/sys/
linux-syscalls.h 136 #define __NR_exit_group (__NR_SYSCALL_BASE + 248)
191 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
233 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
  /development/ndk/platforms/android-9/include/sys/
linux-syscalls.h 136 #define __NR_exit_group (__NR_SYSCALL_BASE + 248)
191 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
233 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 133 #define __NR_exit_group (__NR_SYSCALL_BASE + 248)
184 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 133 #define __NR_exit_group (__NR_SYSCALL_BASE + 248)
184 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 133 #define __NR_exit_group (__NR_SYSCALL_BASE + 248)
184 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 133 #define __NR_exit_group (__NR_SYSCALL_BASE + 248)
184 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h 133 #define __NR_exit_group (__NR_SYSCALL_BASE + 248)
184 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h 133 #define __NR_exit_group (__NR_SYSCALL_BASE + 248)
184 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
linux-syscalls.h 133 #define __NR_exit_group (__NR_SYSCALL_BASE + 248)
184 #define __NR_exit_group (__NR_SYSCALL_BASE + 252)
  /bionic/libc/kernel/arch-sh/asm/
unistd_32.h 266 #define __NR_exit_group 252
unistd_64.h 295 #define __NR_exit_group 280
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 267 #define __NR_exit_group 252
  /development/ndk/platforms/android-5/arch-x86/include/asm/
unistd_32.h 267 #define __NR_exit_group 252
  /external/kernel-headers/original/asm-x86/
unistd_32.h 260 #define __NR_exit_group 252
  /external/strace/linux/
syscallent.h 309 { 1, TP, sys_exit, "exit_group", __NR_exit_group }, /* 252 */
  /external/strace/strace/linux/
syscallent.h 301 { 1, TP, sys_exit, "exit_group", __NR_exit_group }, /* 252 */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_32.h 260 #define __NR_exit_group 252
unistd_64.h 527 #define __NR_exit_group 231
528 __SYSCALL(__NR_exit_group, sys_exit_group)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
unistd_32.h 267 #define __NR_exit_group 252
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
unistd_32.h 267 #define __NR_exit_group 252
  /bionic/libc/kernel/arch-arm/asm/
unistd.h 263 #define __NR_exit_group (__NR_SYSCALL_BASE+248)

Completed in 1411 milliseconds

1 2