Searched refs:__NR_times (Results 1 - 25 of 48) sorted by relevance

12

/external/strace/tests/
H A Dtimes-fail.c10 assert(syscall(__NR_times, 0x42) == -1);
H A Dtimes.c100 #if defined __NR_times && \
107 long res = syscall(__NR_times, &tbuf);
113 #elif defined __NR_times && defined __x86_64__ && defined __ILP32__
117 : "0"(__NR_times), "r"(arg)
/external/strace/tests-m32/
H A Dtimes-fail.c10 assert(syscall(__NR_times, 0x42) == -1);
H A Dtimes.c100 #if defined __NR_times && \
107 long res = syscall(__NR_times, &tbuf);
113 #elif defined __NR_times && defined __x86_64__ && defined __ILP32__
117 : "0"(__NR_times), "r"(arg)
/external/strace/tests-mx32/
H A Dtimes-fail.c10 assert(syscall(__NR_times, 0x42) == -1);
H A Dtimes.c100 #if defined __NR_times && \
107 long res = syscall(__NR_times, &tbuf);
113 #elif defined __NR_times && defined __x86_64__ && defined __ILP32__
117 : "0"(__NR_times), "r"(arg)
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h149 #define __NR_times 100 macro
H A Dvki-scnums-arm64-linux.h198 #define __NR_times 153 macro
H A Dvki-scnums-s390x-linux.h75 #define __NR_times 43 macro
H A Dvki-scnums-arm-linux.h80 #define __NR_times 43 macro
H A Dvki-scnums-ppc32-linux.h80 #define __NR_times 43 macro
H A Dvki-scnums-ppc64-linux.h80 #define __NR_times 43 macro
H A Dvki-scnums-solaris.h100 #define __NR_times SYS_times macro
H A Dvki-scnums-x86-linux.h80 #define __NR_times 43 macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h622 #if !defined(__NR_times)
623 #define __NR_times 153 macro
H A Dx86_64_linux_syscalls.h413 #if !defined(__NR_times)
414 #define __NR_times 100 macro
H A Dx86_32_linux_syscalls.h185 #if !defined(__NR_times)
186 #define __NR_times 43 macro
H A Darm_linux_syscalls.h144 #if !defined(__NR_times)
145 #define __NR_times (__NR_SYSCALL_BASE+43) macro
H A Dmips64_linux_syscalls.h408 #if !defined(__NR_times)
409 #define __NR_times (__NR_Linux + 98) macro
H A Dmips_linux_syscalls.h188 #if !defined(__NR_times)
189 #define __NR_times (__NR_Linux + 43) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c306 #ifdef __NR_times
307 { "times", __NR_times },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h47 #define __NR_times 43 macro
H A Dunistd_64.h104 #define __NR_times 100 macro
/external/strace/
H A Dscno.h308 #ifndef __NR_times
309 # define __NR_times (SYSCALL_BIT | 100) macro
/external/valgrind/memcheck/tests/arm64-linux/
H A Dscalar.c218 // __NR_times 43
219 GO(__NR_times, "1s 1m");
220 SY(__NR_times, x0+1); FAIL;

Completed in 176 milliseconds

12