/external/strace/tests/ |
setresgid.c | 4 #ifdef __NR_setresgid 6 # define SYSCALL_NR __NR_setresgid 9 # if defined __NR_setresgid32 && __NR_setresgid != __NR_setresgid32 23 SKIP_MAIN_UNDEFINED("__NR_setresgid")
|
/external/strace/tests-m32/ |
setresgid.c | 4 #ifdef __NR_setresgid 6 # define SYSCALL_NR __NR_setresgid 9 # if defined __NR_setresgid32 && __NR_setresgid != __NR_setresgid32 23 SKIP_MAIN_UNDEFINED("__NR_setresgid")
|
/external/strace/tests-mx32/ |
setresgid.c | 4 #ifdef __NR_setresgid 6 # define SYSCALL_NR __NR_setresgid 9 # if defined __NR_setresgid32 && __NR_setresgid != __NR_setresgid32 23 SKIP_MAIN_UNDEFINED("__NR_setresgid")
|
/bionic/libc/arch-arm64/syscalls/ |
setresgid.S | 6 mov x8, __NR_setresgid
|
/bionic/libc/arch-mips/syscalls/ |
setresgid.S | 8 li $v0, __NR_setresgid
|
/bionic/libc/arch-x86_64/syscalls/ |
setresgid.S | 6 movl $__NR_setresgid, %eax
|
/bionic/libc/arch-mips64/syscalls/ |
setresgid.S | 8 li $v0, __NR_setresgid
|
/external/valgrind/include/vki/ |
vki-scnums-amd64-linux.h | 171 #define __NR_setresgid 119
|
vki-scnums-arm64-linux.h | 194 #define __NR_setresgid 149
|
vki-scnums-s390x-linux.h | 361 #define __NR_setresgid 210
|
vki-scnums-arm-linux.h | 207 #define __NR_setresgid 170
|
vki-scnums-ppc32-linux.h | 206 #define __NR_setresgid 169
|
vki-scnums-ppc64-linux.h | 206 #define __NR_setresgid 169
|
vki-scnums-x86-linux.h | 207 #define __NR_setresgid 170
|
/external/minijail/linux-x86/ |
libsyscalls.gen.c | 363 #ifdef __NR_setresgid 364 { "setresgid", __NR_setresgid },
|
/bionic/libc/kernel/uapi/asm-generic/ |
unistd.h | 190 #define __NR_setresgid 149
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
unistd_32.h | 191 #define __NR_setresgid 170
|
unistd_64.h | 140 #define __NR_setresgid 119
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
unistd_32.h | 174 #define __NR_setresgid 170
|
unistd_64.h | 123 #define __NR_setresgid 119
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
unistd_32.h | 178 #define __NR_setresgid 170
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
unistd_32.h | 178 #define __NR_setresgid 170
|
/bionic/libc/include/bits/ |
glibc-syscalls.h | 964 #if defined(__NR_setresgid) 965 #define SYS_setresgid __NR_setresgid
|
/external/strace/ |
scno.h | 455 #ifndef __NR_setresgid 456 # define __NR_setresgid (SYSCALL_BIT | 149)
|
/external/valgrind/memcheck/tests/arm64-linux/ |
scalar.c | 758 // __NR_setresgid 170 759 GO(__NR_setresgid, "3s 0m"); 760 SY(__NR_setresgid, x0, x0, x0); FAIL; [all...] |