Home | History | Annotate | Download | only in m_sigframe

Lines Matching defs:retcode

125    UChar retcode[S390_SYSCALL_SIZE];
133 UChar retcode[S390_SYSCALL_SIZE];
346 /* retcode, sigNo, sc, sregs fields are to be written */
359 frame->retcode[0] = 0x0a;
360 frame->retcode[1] = __NR_sigreturn;
364 trampoline like x86,ppc. We still fill in the retcode, lets
406 /* retcode, sigNo, sc, sregs fields are to be written */
413 frame->retcode[0] = 0;
414 frame->retcode[1] = 0;
417 frame->retcode[0] = 0x0a;
418 frame->retcode[1] = __NR_rt_sigreturn;
422 trampoline like x86,ppc. We still fill in the retcode, lets