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

1 2 3 4 5 6 7 8 910

  /bionic/libc/arch-arm/syscalls/
lremovexattr.S 8 ldr r7, =__NR_lremovexattr
  /bionic/libc/arch-arm64/syscalls/
lremovexattr.S 6 mov x8, __NR_lremovexattr
  /bionic/libc/arch-mips/syscalls/
lremovexattr.S 8 li v0, __NR_lremovexattr
  /bionic/libc/arch-x86_64/syscalls/
lremovexattr.S 6 movl $__NR_lremovexattr, %eax
  /bionic/libc/arch-mips64/syscalls/
lremovexattr.S 8 li v0, __NR_lremovexattr
  /bionic/libc/arch-x86/syscalls/
lremovexattr.S 20 movl $__NR_lremovexattr, %eax
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 281 #define __NR_lremovexattr 198
vki-scnums-arm64-linux.h 54 #define __NR_lremovexattr 15
vki-scnums-s390x-linux.h 204 #define __NR_lremovexattr 234
vki-scnums-tilegx-linux.h 55 #define __NR_lremovexattr 15
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm/
unistd_64.h 269 #define __NR_lremovexattr 198
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 70 #if !defined(__NR_lremovexattr)
71 #define __NR_lremovexattr 15
x86_64_linux_syscalls.h 805 #if !defined(__NR_lremovexattr)
806 #define __NR_lremovexattr 198
  /external/minijail/linux-x86/
libsyscalls.gen.c 600 #ifdef __NR_lremovexattr
601 { "lremovexattr", __NR_lremovexattr },

Completed in 135 milliseconds

1 2 3 4 5 6 7 8 910