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

1 2

  /external/strace/tests/
modify_ldt.c 34 #if defined __NR_modify_ldt && defined HAVE_STRUCT_USER_DESC
76 rc = syscall(__NR_modify_ldt, 0, 0, 0);
80 rc = syscall(__NR_modify_ldt, bogus_func, (kernel_long_t) -1,
88 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, 0);
92 rc = syscall(__NR_modify_ldt, bogus_func, us, 42);
96 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, sizeof(*us));
106 rc = syscall(__NR_modify_ldt, bogus_func, bogus_int, sizeof(*us));
111 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us));
122 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us));
135 SKIP_MAIN_UNDEFINED("__NR_modify_ldt && HAVE_STRUCT_USER_DESC")
    [all...]
  /external/strace/tests-m32/
modify_ldt.c 34 #if defined __NR_modify_ldt && defined HAVE_STRUCT_USER_DESC
76 rc = syscall(__NR_modify_ldt, 0, 0, 0);
80 rc = syscall(__NR_modify_ldt, bogus_func, (kernel_long_t) -1,
88 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, 0);
92 rc = syscall(__NR_modify_ldt, bogus_func, us, 42);
96 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, sizeof(*us));
106 rc = syscall(__NR_modify_ldt, bogus_func, bogus_int, sizeof(*us));
111 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us));
122 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us));
135 SKIP_MAIN_UNDEFINED("__NR_modify_ldt && HAVE_STRUCT_USER_DESC")
    [all...]
  /external/strace/tests-mx32/
modify_ldt.c 34 #if defined __NR_modify_ldt && defined HAVE_STRUCT_USER_DESC
76 rc = syscall(__NR_modify_ldt, 0, 0, 0);
80 rc = syscall(__NR_modify_ldt, bogus_func, (kernel_long_t) -1,
88 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, 0);
92 rc = syscall(__NR_modify_ldt, bogus_func, us, 42);
96 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, sizeof(*us));
106 rc = syscall(__NR_modify_ldt, bogus_func, bogus_int, sizeof(*us));
111 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us));
122 rc = syscall(__NR_modify_ldt, bogus_func, us, sizeof(*us));
135 SKIP_MAIN_UNDEFINED("__NR_modify_ldt && HAVE_STRUCT_USER_DESC")
    [all...]
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 214 #define __NR_modify_ldt 154
vki-scnums-ppc32-linux.h 160 #define __NR_modify_ldt 123
vki-scnums-ppc64-linux.h 160 #define __NR_modify_ldt 123
vki-scnums-x86-linux.h 160 #define __NR_modify_ldt 123
vki-scnums-mips32-linux.h 163 #define __NR_modify_ldt (__NR_Linux + 123)
  /external/minijail/linux-x86/
libsyscalls.gen.c 468 #ifdef __NR_modify_ldt
469 { "modify_ldt", __NR_modify_ldt },
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 144 #define __NR_modify_ldt 123
unistd_64.h 175 #define __NR_modify_ldt 154
unistd_x32.h 158 #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 127 #define __NR_modify_ldt 123
unistd_64.h 158 #define __NR_modify_ldt 154
unistd_x32.h 141 #define __NR_modify_ldt (__X32_SYSCALL_BIT + 154)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 131 #define __NR_modify_ldt 123
unistd_64.h 347 #define __NR_modify_ldt 154
348 __SYSCALL(__NR_modify_ldt, sys_modify_ldt)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 131 #define __NR_modify_ldt 123
unistd_64.h 347 #define __NR_modify_ldt 154
348 __SYSCALL(__NR_modify_ldt, sys_modify_ldt)
  /bionic/libc/include/bits/
glibc-syscalls.h 553 #if defined(__NR_modify_ldt)
554 #define SYS_modify_ldt __NR_modify_ldt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h 166 #define SYS_modify_ldt __NR_modify_ldt
  /external/valgrind/memcheck/tests/x86-linux/
scalar.c 578 // __NR_modify_ldt 123
579 GO(__NR_modify_ldt, "3s 1m");
580 SY(__NR_modify_ldt, x0+1, x0, x0+1); FAILx(EINVAL);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h 167 #define SYS_modify_ldt __NR_modify_ldt
498 #define SYS_modify_ldt __NR_modify_ldt
  /external/valgrind/memcheck/tests/darwin/
scalar.c 1163 // __NR_modify_ldt 123
1164 GO(__NR_modify_ldt, "3s 1m");
1165 SY(__NR_modify_ldt, x0+1, x0, x0+1); FAILx(EINVAL);
    [all...]
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 147 #define __NR_modify_ldt (__NR_Linux + 123)
    [all...]

Completed in 2235 milliseconds

1 2