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

1 2

  /external/strace/tests/
init_module.c 35 #if defined(__NR_init_module)
59 rc = syscall(__NR_init_module, NULL, F8ILL_KULONG_MASK, NULL);
63 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1);
72 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1);
79 rc = syscall(__NR_init_module, bogus_addr, bogus_len,
85 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2);
91 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2);
105 SKIP_MAIN_UNDEFINED("__NR_init_module");
  /external/strace/tests-m32/
init_module.c 35 #if defined(__NR_init_module)
59 rc = syscall(__NR_init_module, NULL, F8ILL_KULONG_MASK, NULL);
63 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1);
72 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1);
79 rc = syscall(__NR_init_module, bogus_addr, bogus_len,
85 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2);
91 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2);
105 SKIP_MAIN_UNDEFINED("__NR_init_module");
  /external/strace/tests-mx32/
init_module.c 35 #if defined(__NR_init_module)
59 rc = syscall(__NR_init_module, NULL, F8ILL_KULONG_MASK, NULL);
63 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1);
72 rc = syscall(__NR_init_module, bogus_addr, 0, bogus_param1);
79 rc = syscall(__NR_init_module, bogus_addr, bogus_len,
85 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2);
91 rc = syscall(__NR_init_module, NULL, bogus_len, bogus_param2);
105 SKIP_MAIN_UNDEFINED("__NR_init_module");
  /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
  /external/minijail/linux-x86/
libsyscalls.gen.c 531 #ifdef __NR_init_module
532 { "init_module", __NR_init_module },
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 148 #define __NR_init_module 105
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 149 #define __NR_init_module 128
unistd_64.h 196 #define __NR_init_module 175
unistd_x32.h 177 #define __NR_init_module (__X32_SYSCALL_BIT + 175)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 132 #define __NR_init_module 128
unistd_64.h 179 #define __NR_init_module 175
unistd_x32.h 160 #define __NR_init_module (__X32_SYSCALL_BIT + 175)
  /bionic/libc/include/bits/
glibc-syscalls.h 397 #if defined(__NR_init_module)
398 #define SYS_init_module __NR_init_module
  /external/strace/
scno.h 533 #ifndef __NR_init_module
534 # define __NR_init_module (SYSCALL_BIT | 175)
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd_n32.h 189 #define __NR_init_module (__NR_Linux + 168)
unistd_n64.h 189 #define __NR_init_module (__NR_Linux + 168)
unistd_o32.h 149 #define __NR_init_module (__NR_Linux + 128)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd_n32.h 172 #define __NR_init_module (__NR_Linux + 168)
unistd_n64.h 172 #define __NR_init_module (__NR_Linux + 168)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 114 #define __NR_init_module (__NR_SYSCALL_BASE + 128)

Completed in 100 milliseconds

1 2