HomeSort by relevance Sort by last modified time
    Searched refs:__NR_exit_group (Results 101 - 125 of 146) sorted by null

1 2 3 45 6

  /development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h 332 #define __NR_exit_group (__NR_Linux + 246)
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 72 case __NR_exit_group:
83 syscall(__NR_exit_group, static_cast<intptr_t>(kExpectedExitCode));
100 syscall(__NR_exit_group, static_cast<intptr_t>(kExpectedExitCode));
    [all...]
demo.cc 249 case __NR_exit: case __NR_exit_group:
sandbox_bpf_unittest.cc 146 case __NR_exit_group:
359 if (sysno == __NR_exit_group || sysno == __NR_write) {
378 if (syscall_number == __NR_exit_group ||
922 sysno == __NR_exit_group ||
    [all...]
  /external/kernel-headers/original/asm-mips/
unistd.h 269 #define __NR_exit_group (__NR_Linux + 246)
592 #define __NR_exit_group (__NR_Linux + 205)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
unistd.h 332 #define __NR_exit_group (__NR_Linux + 246)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
unistd.h 332 #define __NR_exit_group (__NR_Linux + 246)
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
unistd.h 332 #define __NR_exit_group (__NR_Linux + 246)
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
unistd.h 332 #define __NR_exit_group (__NR_Linux + 246)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
unistd.h 332 #define __NR_exit_group (__NR_Linux + 246)
    [all...]
  /bionic/libc/include/sys/
glibc-syscalls.h 46 #define SYS_exit_group __NR_exit_group
392 #define SYS_exit_group __NR_exit_group
746 #define SYS_exit_group __NR_exit_group
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
unistd.h 300 #define __NR_exit_group (__NR_SYSCALL_BASE+248)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
unistd.h 300 #define __NR_exit_group (__NR_SYSCALL_BASE+248)
  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 158 case __NR_exit_group_portable: native_number = __NR_exit_group; break;
  /external/kernel-headers/original/asm-arm/
unistd.h 276 #define __NR_exit_group (__NR_SYSCALL_BASE+248)
  /external/strace/linux/i386/
syscallent.h 285 { 1, TP, sys_exit, "exit_group", __NR_exit_group }, /* 252 */
  /external/valgrind/main/include/vki/
vki-scnums-mips32-linux.h 286 #define __NR_exit_group (__NR_Linux + 246)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 41 #define SYS_exit_group __NR_exit_group
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 41 #define SYS_exit_group __NR_exit_group
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 41 #define SYS_exit_group __NR_exit_group
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
unistd.h 300 #define __NR_exit_group (__NR_SYSCALL_BASE+248)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 300 #define __NR_exit_group (__NR_SYSCALL_BASE+248)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
unistd.h 300 #define __NR_exit_group (__NR_SYSCALL_BASE+248)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
unistd.h 300 #define __NR_exit_group (__NR_SYSCALL_BASE+248)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
unistd.h 300 #define __NR_exit_group (__NR_SYSCALL_BASE+248)

Completed in 399 milliseconds

1 2 3 45 6