Searched refs:__NR_rt_sigreturn (Results 1 - 22 of 22) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h53 #define __NR_rt_sigreturn 15 macro
H A Dvki-scnums-s390x-linux.h172 #define __NR_rt_sigreturn 173 macro
H A Dvki-scnums-arm-linux.h210 #define __NR_rt_sigreturn 173 macro
H A Dvki-scnums-ppc32-linux.h209 #define __NR_rt_sigreturn 172 macro
H A Dvki-scnums-ppc64-linux.h209 #define __NR_rt_sigreturn 172 macro
H A Dvki-scnums-x86-linux.h210 #define __NR_rt_sigreturn 173 macro
/external/valgrind/main/coregrind/
H A Dm_trampoline.S71 movl $ __NR_rt_sigreturn, %eax
168 movq $__NR_rt_sigreturn, %rax
299 li 0,__NR_rt_sigreturn
416 li 0,__NR_rt_sigreturn
982 svc __NR_rt_sigreturn
H A Dm_signals.c737 // We need two levels of macro-expansion here to convert __NR_rt_sigreturn
815 MY_SIGRETURN(__NR_rt_sigreturn)
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h181 #define __NR_rt_sigreturn 173 macro
/external/strace/
H A Dsyscall-android.h191 #define SYS_rt_sigreturn __NR_rt_sigreturn
/external/kernel-headers/original/asm-mips/
H A Dunistd.h216 #define __NR_rt_sigreturn (__NR_Linux + 193) macro
598 #define __NR_rt_sigreturn (__NR_Linux + 211) macro
921 #define __NR_rt_sigreturn (__NR_Linux + 211) macro
/external/kernel-headers/original/asm-arm/
H A Dunistd.h201 #define __NR_rt_sigreturn (__NR_SYSCALL_BASE+173) macro
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-s390x-linux.c418 frame->retcode[1] = __NR_rt_sigreturn;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c1305 PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 172
H A Dsyswrap-amd64-linux.c1074 PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 15
H A Dsyswrap-ppc32-linux.c1660 PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 172
H A Dsyswrap-s390x-linux.c1315 PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 173
H A Dsyswrap-arm-linux.c1584 PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 173
H A Dsyswrap-x86-linux.c2024 PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 173 x86/Linux only?
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c770 // __NR_rt_sigreturn 173
771 GO(__NR_rt_sigreturn, "n/a");
772 //SY(__NR_rt_sigreturn); // (Not yet handled by Valgrind) FAIL;
H A Dscalar.stderr.exp2088 173: __NR_rt_sigreturn n/a
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1354 // __NR_rt_sigreturn 173
1355 GO(__NR_rt_sigreturn, "n/a");
1356 //SY(__NR_rt_sigreturn); // (Not yet handled by Valgrind) FAIL;

Completed in 224 milliseconds