OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__NR_init_module
(Results
1 - 25
of
54
) sorted by null
1
2
3
/bionic/libc/arch-arm/syscalls/
init_module.S
8
ldr r7, =
__NR_init_module
/bionic/libc/arch-sh/syscalls/
init_module.S
31
0: .long
__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-ppc32-linux.h
165
#define
__NR_init_module
128
vki-scnums-ppc64-linux.h
165
#define
__NR_init_module
128
vki-scnums-arm-linux.h
165
#define
__NR_init_module
128
vki-scnums-x86-linux.h
165
#define
__NR_init_module
128
/bionic/libc/kernel/arch-sh/asm/
unistd_32.h
143
#define
__NR_init_module
128
unistd_64.h
143
#define
__NR_init_module
128
/bionic/libc/kernel/arch-x86/asm/
unistd_32.h
143
#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
143
#define
__NR_init_module
128
/external/kernel-headers/original/asm-x86/
unistd_32.h
136
#define
__NR_init_module
128
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_32.h
136
#define
__NR_init_module
128
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h
126
#define
__NR_init_module
(__NR_SYSCALL_BASE + 128)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h
126
#define
__NR_init_module
(__NR_SYSCALL_BASE + 128)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h
126
#define
__NR_init_module
(__NR_SYSCALL_BASE + 128)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
unistd_32.h
143
#define
__NR_init_module
128
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h
126
#define
__NR_init_module
(__NR_SYSCALL_BASE + 128)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h
126
#define
__NR_init_module
(__NR_SYSCALL_BASE + 128)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
unistd_32.h
143
#define
__NR_init_module
128
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
linux-syscalls.h
126
#define
__NR_init_module
(__NR_SYSCALL_BASE + 128)
Completed in 1837 milliseconds
1
2
3