/external/strace/linux/ |
arch_sigreturn.c | 1 #warning sigreturn/rt_sigreturn signal mask decoding is not implemented for this architecture
|
/external/strace/tests/ |
sigreturn.test | 3 # Check rt_sigprocmask and sigreturn/rt_sigreturn decoding. 42 (rt_)?sigreturn\\((\\{mask=$mask\\})?\\) += 0
|
/external/strace/ |
sigreturn.c | 19 SYS_FUNC(sigreturn)
|
Android.mk | 141 sigreturn.c \
|
sys_func.h | 257 extern SYS_FUNC(sigreturn);
|
/prebuilts/go/darwin-x86/src/runtime/ |
signal_darwin.go | 53 func sigreturn(ctx unsafe.Pointer, infostyle uint32) func 58 sigreturn(ctx, infostyle) 64 sigreturn(ctx, infostyle) 70 sigreturn(ctx, infostyle)
|
os1_linux.go | 275 func sigreturn() func 290 sa.sa_restorer = funcPC(sigreturn)
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_darwin.go | 53 func sigreturn(ctx unsafe.Pointer, infostyle uint32) func 58 sigreturn(ctx, infostyle) 64 sigreturn(ctx, infostyle) 70 sigreturn(ctx, infostyle)
|
os1_linux.go | 275 func sigreturn() func 290 sa.sa_restorer = funcPC(sigreturn)
|
/external/libunwind/src/x86_64/ |
unwind_i.h | 65 #define x86_64_sigreturn UNW_OBJ(sigreturn)
|
Gos-freebsd.c | 51 /* Check if RIP points at sigreturn sequence. 194 Debug (8, "resuming at ip=%llx via sigreturn(%p)\n", 196 sigreturn(uc);
|
/external/strace/linux/s390x/ |
syscallent.h | 144 [119] = { 0, TS, SEN(sigreturn), "sigreturn" }, 193 [173] = { 0, TS, SEN(sigreturn), "rt_sigreturn" },
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
signal.h | 342 extern int sigreturn (struct sigcontext *__scp) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
signal.h | 342 extern int sigreturn (struct sigcontext *__scp) __THROW;
|
/external/strace/linux/s390/ |
syscallent.h | 150 [119] = { 0, TS, SEN(sigreturn), "sigreturn" }, 204 [173] = { 0, TS, SEN(sigreturn), "rt_sigreturn" },
|
/external/libunwind/src/x86/ |
Gos-freebsd.c | 52 /* Check if EIP points at sigreturn() sequence. It can be: 353 Debug (8, "resuming at ip=%x via sigreturn(%p)\n", c->dwarf.ip, sc); 354 sigreturn((ucontext_t *)((const char *)sc + FREEBSD_SC_UCONTEXT_OFF));
|
Gos-linux.c | 43 /* Check if EIP points at sigreturn() sequence. On Linux, this is: 301 Debug (8, "resuming at ip=%x via sigreturn(%p)\n", c->dwarf.ip, sc); 304 sigreturn (sc);
|
/external/strace/linux/64/ |
syscallent.h | 140 [139] = { 0, TS, SEN(sigreturn), "rt_sigreturn" },
|
/external/strace/linux/hppa/ |
syscallent.h | 178 [173] = { 0, TS, SEN(sigreturn), "rt_sigreturn" },
|
/external/strace/linux/x32/ |
syscallent.h | 333 [513] = { 0, TS, SEN(sigreturn), "rt_sigreturn" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 16 [ 15] = { 0, TS, SEN(sigreturn), "rt_sigreturn" },
|
/external/strace/linux/arm/ |
syscallent.h | 148 [119] = { 0, TS, SEN(sigreturn), "sigreturn" },
|
/external/strace/linux/i386/ |
syscallent.h | 148 [119] = { 0, TS, SEN(sigreturn), "sigreturn" },
|
/external/strace/linux/ia64/ |
syscallent.h | 200 [1181] = { 0, TS, SEN(sigreturn), "rt_sigreturn" },
|
/external/strace/linux/m68k/ |
syscallent.h | 148 [119] = { 0, TS, SEN(sigreturn), "sigreturn" },
|