Searched refs:__NR_setresuid32 (Results 1 - 12 of 12) sorted by relevance

/external/strace/tests/
H A Duid32.c16 && defined(__NR_setresuid32) \
27 assert(syscall(__NR_setresuid32, r, -1, -1L) == 0);
H A Duid16.c25 && defined(__NR_setresuid32) \
33 && __NR_setresuid != __NR_setresuid32 \
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h212 #define __NR_setresuid32 208 macro
/external/valgrind/include/vki/
H A Dvki-scnums-arm-linux.h245 #define __NR_setresuid32 208 macro
H A Dvki-scnums-x86-linux.h245 #define __NR_setresuid32 208 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h236 #define __NR_setresuid32 (__NR_SYSCALL_BASE+208) macro
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c925 // __NR_setresuid32 208
926 GO(__NR_setresuid32, "3s 0m");
927 SY(__NR_setresuid32, x0, x0, x0); FAIL;
H A Dscalar.stderr.exp2709 208: __NR_setresuid32 3s 0m
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c1509 // __NR_setresuid32 208
1510 GO(__NR_setresuid32, "3s 0m");
1511 SY(__NR_setresuid32, x0, x0, x0); FAIL;
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h754 #ifndef __NR_setresuid32
755 #define __NR_setresuid32 208 macro
873 #ifndef __NR_setresuid32
874 #define __NR_setresuid32 (__NR_SYSCALL_BASE + 208) macro
3290 #define __NR__setresuid32 __NR_setresuid32
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm-linux.c1011 LINX_(__NR_setresuid32, sys_setresuid), // 208
H A Dsyswrap-x86-linux.c1645 LINX_(__NR_setresuid32, sys_setresuid), // 208

Completed in 73 milliseconds