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

1 2

  /bionic/libc/arch-mips/syscalls/
syscall.S 11 li $v0, __NR_syscall
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
unistd.h 131 #define __NR_syscall (__NR_SYSCALL_BASE+113)
355 #undef __NR_syscall
  /bionic/libc/kernel/arch-arm/asm/
unistd.h 144 #define __NR_syscall (__NR_SYSCALL_BASE+113)
482 #undef __NR_syscall
  /development/ndk/platforms/android-3/arch-arm/include/asm/
unistd.h 144 #define __NR_syscall (__NR_SYSCALL_BASE+113)
482 #undef __NR_syscall
  /external/kernel-headers/original/asm-arm/
unistd.h 141 #define __NR_syscall (__NR_SYSCALL_BASE+113) /* syscall to call a syscall! */
442 #undef __NR_syscall
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
unistd.h 144 #define __NR_syscall (__NR_SYSCALL_BASE+113)
482 #undef __NR_syscall
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
unistd.h 144 #define __NR_syscall (__NR_SYSCALL_BASE+113)
482 #undef __NR_syscall
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
unistd.h 144 #define __NR_syscall (__NR_SYSCALL_BASE+113)
482 #undef __NR_syscall
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
unistd.h 144 #define __NR_syscall (__NR_SYSCALL_BASE+113)
482 #undef __NR_syscall
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
unistd.h 144 #define __NR_syscall (__NR_SYSCALL_BASE+113)
482 #undef __NR_syscall
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
unistd.h 144 #define __NR_syscall (__NR_SYSCALL_BASE+113)
482 #undef __NR_syscall
  /external/valgrind/main/include/vki/
vki-scnums-arm-linux.h 150 #define __NR_syscall 113 /* syscall to call a syscall! */
vki-scnums-darwin.h 195 #define __NR_syscall VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(0)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 469 if (canonical->sysno != __NR_syscall) {
486 canonical->arg8 = __NR_syscall;
573 if (canonical->sysno != __NR_syscall) {
591 vg_assert(canonical->sysno != __NR_syscall);
724 if (canonical->arg8 != __NR_syscall) {
734 gst->guest_r2 = __NR_syscall;
    [all...]

Completed in 1157 milliseconds

1 2