HomeSort by relevance Sort by last modified time
    Searched refs:__NR_prctl (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/strace/tests-mx32/
prctl-arg2-intptr.c 36 #if defined __NR_prctl
50 long rc = syscall(__NR_prctl, arg1, arg2, bogus_arg);
119 SKIP_MAIN_UNDEFINED("__NR_prctl")
  /bionic/libc/arch-x86/syscalls/
prctl.S 32 movl $__NR_prctl, %eax
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 220 #define __NR_prctl 157
vki-scnums-arm64-linux.h 212 #define __NR_prctl 167
vki-scnums-s390x-linux.h 171 #define __NR_prctl 172
vki-scnums-arm-linux.h 209 #define __NR_prctl 172
vki-scnums-ppc32-linux.h 208 #define __NR_prctl 171
vki-scnums-ppc64-linux.h 208 #define __NR_prctl 171
vki-scnums-x86-linux.h 209 #define __NR_prctl 172
  /external/minijail/linux-x86/
libsyscalls.gen.c 477 #ifdef __NR_prctl
478 { "prctl", __NR_prctl },
  /external/valgrind/memcheck/tests/x86-linux/
scalar.c 775 // __NR_prctl 172
776 GO(__NR_prctl, "5s 0m");
777 SY(__NR_prctl, x0, x0, x0, x0, x0); FAIL;
781 GO(__NR_prctl, "2s 0m");
782 SY(__NR_prctl, x0 + PR_SET_NAME, buf16); SUCC;
786 GO(__NR_prctl, "1s 0m");
787 SY(__NR_prctl, x0 + PR_SET_NAME, buf17); SUCC;
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 208 #define __NR_prctl 167
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 193 #define __NR_prctl 172
unistd_64.h 178 #define __NR_prctl 157
unistd_x32.h 160 #define __NR_prctl (__X32_SYSCALL_BIT + 157)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_32.h 176 #define __NR_prctl 172
unistd_64.h 161 #define __NR_prctl 157
unistd_x32.h 143 #define __NR_prctl (__X32_SYSCALL_BIT + 157)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
unistd_32.h 180 #define __NR_prctl 172
unistd_64.h 356 #define __NR_prctl 157
357 __SYSCALL(__NR_prctl, sys_prctl)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
unistd_32.h 180 #define __NR_prctl 172
unistd_64.h 356 #define __NR_prctl 157
357 __SYSCALL(__NR_prctl, sys_prctl)
  /bionic/libc/include/bits/
glibc-syscalls.h 697 #if defined(__NR_prctl)
698 #define SYS_prctl __NR_prctl
  /external/strace/
scno.h 509 #ifndef __NR_prctl
510 # define __NR_prctl (SYSCALL_BIT | 167)
  /external/valgrind/memcheck/tests/arm64-linux/
scalar.c 766 // __NR_prctl 172
767 GO(__NR_prctl, "5s 0m");
768 SY(__NR_prctl, x0, x0, x0, x0, x0); FAIL;
    [all...]

Completed in 2745 milliseconds

12 3 4