/external/strace/tests-mx32/ |
D | setresgid.c | 4 #ifdef __NR_setresgid 6 # define SYSCALL_NR __NR_setresgid 9 # if defined __NR_setresgid32 && __NR_setresgid != __NR_setresgid32
|
/external/strace/tests-m32/ |
D | setresgid.c | 4 #ifdef __NR_setresgid 6 # define SYSCALL_NR __NR_setresgid 9 # if defined __NR_setresgid32 && __NR_setresgid != __NR_setresgid32
|
/external/strace/tests/ |
D | setresgid.c | 4 #ifdef __NR_setresgid 6 # define SYSCALL_NR __NR_setresgid 9 # if defined __NR_setresgid32 && __NR_setresgid != __NR_setresgid32
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 606 #if !defined(__NR_setresgid) 607 #define __NR_setresgid 149 macro
|
D | x86_64_linux_syscalls.h | 489 #if !defined(__NR_setresgid) 490 #define __NR_setresgid 119 macro
|
D | x86_32_linux_syscalls.h | 693 #if !defined(__NR_setresgid) 694 #define __NR_setresgid 170 macro
|
D | mips64_linux_syscalls.h | 484 #if !defined(__NR_setresgid) 485 #define __NR_setresgid (__NR_Linux + 117) macro
|
D | mips_linux_syscalls.h | 778 #if !defined(__NR_setresgid) 779 #define __NR_setresgid (__NR_Linux + 190) macro
|
D | arm_linux_syscalls.h | 544 #if !defined(__NR_setresgid) 545 #define __NR_setresgid (__NR_SYSCALL_BASE+170) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 363 #ifdef __NR_setresgid 364 { "setresgid", __NR_setresgid },
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 194 #define __NR_setresgid 149 macro
|
D | vki-scnums-s390x-linux.h | 361 #define __NR_setresgid 210 macro
|
D | vki-scnums-amd64-linux.h | 171 #define __NR_setresgid 119 macro
|
D | vki-scnums-arm-linux.h | 207 #define __NR_setresgid 170 macro
|
D | vki-scnums-ppc64-linux.h | 206 #define __NR_setresgid 169 macro
|
D | vki-scnums-ppc32-linux.h | 206 #define __NR_setresgid 169 macro
|
D | vki-scnums-x86-linux.h | 207 #define __NR_setresgid 170 macro
|
D | vki-scnums-mips64-linux.h | 156 #define __NR_setresgid (__NR_Linux + 117) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 123 #define __NR_setresgid 119 macro
|
D | unistd_32.h | 174 #define __NR_setresgid 170 macro
|
D | unistd_x32.h | 111 #define __NR_setresgid (__X32_SYSCALL_BIT + 119) macro
|
/external/strace/ |
D | scno.h | 365 #ifndef __NR_setresgid 366 # define __NR_setresgid (SYSCALL_BIT | 119) macro
|
/external/valgrind/memcheck/tests/arm64-linux/ |
D | scalar.c | 759 GO(__NR_setresgid, "3s 0m"); in main() 760 SY(__NR_setresgid, x0, x0, x0); FAIL; in main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 213 #define __NR_setresgid (__NR_Linux + 190) macro 524 #define __NR_setresgid (__NR_Linux + 117) macro 867 #define __NR_setresgid (__NR_Linux + 117) macro
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 729 #define __NR_setresgid 170 macro 848 #define __NR_setresgid (__NR_SYSCALL_BASE + 170) macro 1028 #define __NR_setresgid 149 macro 1054 #define __NR_setresgid 119 macro 1136 #define __NR_setresgid (__NR_Linux + 190) macro 1242 #define __NR_setresgid (__NR_Linux + 117) macro 1314 #define __NR_setresgid (__NR_Linux + 117) macro 1398 #define __NR_setresgid 169 macro
|