Home | History | Annotate | Download | only in m_sigframe

Lines Matching full:signo

94    /* Safely-saved version of sigNo, as described above. */
425 Int sigNo)
427 frame->sigNo_private = sigNo;
450 Int sigNo = siginfo->si_signo;
481 if (sigNo == VKI_SIGILL && siginfo->si_code > 0)
491 build_vg_sigframe(&frame->vg, tst, mask, flags, sigNo);
542 struct vg_sigframe *frame, Int *sigNo )
551 *sigNo = VKI_SIGSEGV;
561 *sigNo = frame->sigNo_private;
599 struct rt_sigframe *frame, Int *sigNo )
601 if (restore_vg_sigframe(tst, &frame->vg, sigNo))
613 Int sigNo;
622 size = restore_rt_sigframe(tst, (struct rt_sigframe *)rsp, &sigNo);
634 VG_TRACK( post_deliver_signal, tid, sigNo );