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

1 2 3 4 5

  /bionic/libc/arch-arm/syscalls/
init_module.S 8 ldr r7, =__NR_init_module
  /bionic/libc/arch-mips/syscalls/
init_module.S 11 li $v0, __NR_init_module
  /bionic/libc/arch-x86/syscalls/
init_module.S 16 movl $__NR_init_module, %eax
  /external/oprofile/module/ia64/
op_syscalls.c 340 fdesc_init_module.ip = sys_call_table[__NR_init_module - __NR_ni_syscall];
361 sys_call_table[__NR_init_module - __NR_ni_syscall] =
379 sys_call_table[__NR_init_module - __NR_ni_syscall] =
  /external/oprofile/module/x86/
op_syscalls.c 322 old_sys_init_module = sys_call_table[__NR_init_module];
336 sys_call_table[__NR_init_module] = my_sys_init_module;
350 sys_call_table[__NR_init_module] = old_sys_init_module;
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 250 #define __NR_init_module 175
vki-scnums-s390x-linux.h 136 #define __NR_init_module 128
vki-scnums-arm-linux.h 165 #define __NR_init_module 128
vki-scnums-ppc32-linux.h 165 #define __NR_init_module 128
vki-scnums-ppc64-linux.h 165 #define __NR_init_module 128
vki-scnums-x86-linux.h 165 #define __NR_init_module 128
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 181 #define __NR_init_module 128
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 126 #define __NR_init_module (__NR_SYSCALL_BASE + 128)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 181 #define __NR_init_module 128
  /external/kernel-headers/original/asm-x86/
unistd_32.h 136 #define __NR_init_module 128
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_32.h 136 #define __NR_init_module 128
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 136 #define __NR_init_module 128
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 136 #define __NR_init_module 128
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 126 #define __NR_init_module (__NR_SYSCALL_BASE + 128)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 126 #define __NR_init_module (__NR_SYSCALL_BASE + 128)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 126 #define __NR_init_module (__NR_SYSCALL_BASE + 128)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
unistd_32.h 143 #define __NR_init_module 128
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h 126 #define __NR_init_module (__NR_SYSCALL_BASE + 128)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h 126 #define __NR_init_module (__NR_SYSCALL_BASE + 128)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
unistd_32.h 143 #define __NR_init_module 128

Completed in 157 milliseconds

1 2 3 4 5