Searched refs:__NR_setuid32 (Results 1 - 11 of 11) sorted by relevance

/external/strace/tests/
H A Duid32.c13 && defined(__NR_setuid32) \
24 assert(syscall(__NR_setuid32, r) == 0);
H A Duid16.c22 && defined(__NR_setuid32) \
30 && __NR_setuid != __NR_setuid32 \
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h217 #define __NR_setuid32 213 macro
/external/valgrind/include/vki/
H A Dvki-scnums-arm-linux.h250 #define __NR_setuid32 213 macro
H A Dvki-scnums-x86-linux.h250 #define __NR_setuid32 213 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h241 #define __NR_setuid32 (__NR_SYSCALL_BASE+213) macro
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c945 // __NR_setuid32 213
946 GO(__NR_setuid32, "1s 0m");
947 SY(__NR_setuid32, x0); FAIL;
H A Dscalar.stderr.exp2819 213: __NR_setuid32 1s 0m
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c1529 // __NR_setuid32 213
1530 GO(__NR_setuid32, "1s 0m");
1531 SY(__NR_setuid32, x0); FAIL;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-arm-linux.c1017 GENX_(__NR_setuid32, sys_setuid), // 213
H A Dsyswrap-x86-linux.c1651 GENX_(__NR_setuid32, sys_setuid), // 213

Completed in 70 milliseconds