HomeSort by relevance Sort by last modified time
    Searched defs:__NR_prctl (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 178 #define __NR_prctl 157
unistd_x32.h 160 #define __NR_prctl (__X32_SYSCALL_BIT + 157)
unistd_32.h 193 #define __NR_prctl 172
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 161 #define __NR_prctl 157
unistd_x32.h 143 #define __NR_prctl (__X32_SYSCALL_BIT + 157)
unistd_32.h 176 #define __NR_prctl 172
  /external/strace/
scno.h 509 #ifndef __NR_prctl
510 # define __NR_prctl (SYSCALL_BIT | 167)
  /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-mips64-linux.h 192 #define __NR_prctl (__NR_Linux + 153)
vki-scnums-s390x-linux.h 171 #define __NR_prctl 172
vki-scnums-arm-linux.h 209 #define __NR_prctl 172
vki-scnums-mips32-linux.h 232 #define __NR_prctl (__NR_Linux + 192)
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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 475 #define __NR_prctl 167
476 __SYSCALL(__NR_prctl, sys_prctl)
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 154 #define __NR_prctl (__NR_SYSCALL_BASE + 172)
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 208 #define __NR_prctl 167
  /bionic/libc/kernel/uapi/asm-mips/asm/
unistd.h 216 #define __NR_prctl (__NR_Linux + 192)
549 #define __NR_prctl (__NR_Linux + 153)
    [all...]
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 137 #define __NR_prctl (__NR_SYSCALL_BASE + 172)
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 476 #define __NR_prctl 167
477 __SYSCALL(__NR_prctl, sys_prctl)
  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 216 #define __NR_prctl (__NR_Linux + 192)
562 #define __NR_prctl (__NR_Linux + 153)
    [all...]
  /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)

Completed in 233 milliseconds

1 2