HomeSort by relevance Sort by last modified time
    Searched refs:__NR_socket (Results 51 - 67 of 67) sorted by null

1 23

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 162 #define __NR_socket (__NR_SYSCALL_BASE + 281)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h 162 #define __NR_socket (__NR_SYSCALL_BASE + 281)
  /bionic/libc/kernel/arch-mips/asm/
unistd.h 254 #define __NR_socket (__NR_Linux + 183)
494 #define __NR_socket (__NR_Linux + 40)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h 254 #define __NR_socket (__NR_Linux + 183)
494 #define __NR_socket (__NR_Linux + 40)
    [all...]
  /external/kernel-headers/original/asm-mips/
unistd.h 206 #define __NR_socket (__NR_Linux + 183)
410 #define __NR_socket (__NR_Linux + 40)
716 #define __NR_socket (__NR_Linux + 40)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
unistd.h 254 #define __NR_socket (__NR_Linux + 183)
494 #define __NR_socket (__NR_Linux + 40)
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
unistd.h 254 #define __NR_socket (__NR_Linux + 183)
494 #define __NR_socket (__NR_Linux + 40)
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
unistd.h 339 #define __NR_socket (__NR_SYSCALL_BASE+281)
  /external/kernel-headers/original/asm-arm/
unistd.h 309 #define __NR_socket (__NR_SYSCALL_BASE+281)
  /external/valgrind/main/include/vki/
vki-scnums-darwin.h 292 #define __NR_socket VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(97)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 293 #define SYS_socket __NR_socket
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 293 #define SYS_socket __NR_socket
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 293 #define SYS_socket __NR_socket
  /external/valgrind/main/coregrind/
m_libcfile.c 837 res = VG_(do_syscall3)(__NR_socket, domain, type, protocol );
842 res = VG_(do_syscall3)(__NR_socket, domain, type, protocol);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c     [all...]
syswrap-arm-linux.c     [all...]
syswrap-darwin.c     [all...]

Completed in 108 milliseconds

1 23