Searched refs:__NR_setresgid32 (Results 1 – 14 of 14) sorted by relevance
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 853 #if !defined(__NR_setresgid32) 854 #define __NR_setresgid32 210 macro
|
D | arm_linux_syscalls.h | 696 #if !defined(__NR_setresgid32) 697 #define __NR_setresgid32 (__NR_SYSCALL_BASE+210) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-x86-linux.h | 247 #define __NR_setresgid32 210 macro
|
D | vki-scnums-arm-linux.h | 247 #define __NR_setresgid32 210 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 214 #define __NR_setresgid32 210 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 238 #define __NR_setresgid32 (__NR_SYSCALL_BASE+210) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 934 GO(__NR_setresgid32, "3s 0m"); in main() 935 SY(__NR_setresgid32, x0, x0, x0); FAIL; in main()
|
D | scalar.stderr.exp | 2754 210: __NR_setresgid32 3s 0m
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 274 case __NR_setresgid32: in IsProcessPrivilegeChange()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1520 GO(__NR_setresgid32, "3s 0m"); in main() 1521 SY(__NR_setresgid32, x0, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm-linux.c | 1015 LINX_(__NR_setresgid32, sys_setresgid), // 210
|
D | syswrap-x86-linux.c | 1652 LINX_(__NR_setresgid32, sys_setresgid), // 210
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 757 #define __NR_setresgid32 210 macro 876 #define __NR_setresgid32 (__NR_SYSCALL_BASE + 210) macro 3289 #define __NR__setresgid32 __NR_setresgid32 in _syscall4()
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1117 #define __NR_setresgid32 (__NR_SYSCALL_BASE+210)
|