Home
last modified time | relevance | path

Searched refs:__NR_mbind_portable (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/arch-mips/
Dsyscall.c246 #ifdef __NR_mbind_portable in WRAP()
247 case __NR_mbind_portable: native_number = __NR_mbind; break; in WRAP()
/development/ndk/sources/android/libportable/common/include/asm/
Dunistd-portable.h318 #define __NR_mbind_portable (__NR_SYSCALL_BASE_portable+319) macro