Searched refs:__NR_getresgid32 (Results 1 – 15 of 15) sorted by relevance
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_32_linux_syscalls.h | 857 #if !defined(__NR_getresgid32) 858 #define __NR_getresgid32 211 macro
|
D | arm_linux_syscalls.h | 700 #if !defined(__NR_getresgid32) 701 #define __NR_getresgid32 (__NR_SYSCALL_BASE+211) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-x86-linux.h | 248 #define __NR_getresgid32 211 macro
|
D | vki-scnums-arm-linux.h | 248 #define __NR_getresgid32 211 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_32.h | 215 #define __NR_getresgid32 211 macro
|
/external/libchrome/sandbox/linux/services/ |
D | syscall_wrappers.cc | 122 res = syscall(__NR_getresgid32, rgid, egid, sgid); in sys_getresgid()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 239 #define __NR_getresgid32 (__NR_SYSCALL_BASE+211) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 938 GO(__NR_getresgid32, "3s 3m"); in main() 939 SY(__NR_getresgid32, x0, x0, x0); FAIL; in main()
|
D | scalar.stderr.exp | 2769 211: __NR_getresgid32 3s 3m
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 242 case __NR_getresgid32: in IsGetSimpleId()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1524 GO(__NR_getresgid32, "3s 3m"); in main() 1525 SY(__NR_getresgid32, x0, x0, x0); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm-linux.c | 1016 LINXY(__NR_getresgid32, sys_getresgid), // 211
|
D | syswrap-x86-linux.c | 1653 LINXY(__NR_getresgid32, sys_getresgid), // 211
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 758 #define __NR_getresgid32 211 macro 877 #define __NR_getresgid32 (__NR_SYSCALL_BASE + 211) macro 3285 #define __NR__getresgid32 __NR_getresgid32 in _syscall4()
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 1118 #define __NR_getresgid32 (__NR_SYSCALL_BASE+211)
|