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

1 2 3 4 5 6 7 8 9

  /bionic/libc/arch-arm/syscalls/
init_module.S 8 ldr r7, =__NR_init_module
  /bionic/libc/arch-arm64/syscalls/
init_module.S 6 mov x8, __NR_init_module
  /bionic/libc/arch-mips/syscalls/
init_module.S 8 li v0, __NR_init_module
  /bionic/libc/arch-x86_64/syscalls/
init_module.S 6 movl $__NR_init_module, %eax
  /bionic/libc/arch-mips64/syscalls/
init_module.S 8 li v0, __NR_init_module
  /bionic/libc/arch-x86/syscalls/
init_module.S 24 movl $__NR_init_module, %eax
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 240 #define __NR_init_module 175
unistd_32.h 181 #define __NR_init_module 128
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 240 #define __NR_init_module 175
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 250 #define __NR_init_module 175
vki-scnums-arm64-linux.h 150 #define __NR_init_module 105
vki-scnums-s390x-linux.h 136 #define __NR_init_module 128
vki-scnums-tilegx-linux.h 220 #define __NR_init_module 105
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 240 #define __NR_init_module 175
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 240 #define __NR_init_module 175
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 240 #define __NR_init_module 175
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 240 #define __NR_init_module 175
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
unistd_64.h 240 #define __NR_init_module 175
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
unistd_64.h 240 #define __NR_init_module 175
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 430 #if !defined(__NR_init_module)
431 #define __NR_init_module 105
x86_64_linux_syscalls.h 713 #if !defined(__NR_init_module)
714 #define __NR_init_module 175
x86_32_linux_syscalls.h 525 #if !defined(__NR_init_module)
526 #define __NR_init_module 128
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 176 #define __NR_init_module 105
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 181 #define __NR_init_module 128
unistd_64.h 240 #define __NR_init_module 175

Completed in 349 milliseconds

1 2 3 4 5 6 7 8 9