Home | History | Annotate | Download | only in m_sigframe

Lines Matching defs:sigNo

205 //::    /* Safely-saved version of sigNo, as described above. */
228 //:: Int sigNo;
240 //:: Int sigNo;
554 //.. Int sigNo)
556 //.. frame->sigNo_private = sigNo;
577 //.. Int sigNo = siginfo->si_signo;
589 //.. /* retaddr, sigNo, siguContext fields are to be written */
593 //.. frame->sigNo = sigNo;
610 //.. build_vg_sigframe(&frame->vg, tst, mask, flags, sigNo);
625 //.. Int sigNo = siginfo->si_signo;
636 //.. /* retaddr, sigNo, pSiginfo, puContext fields are to be written */
640 //.. frame->sigNo = sigNo;
653 //.. if (sigNo == VKI_SIGILL && siginfo->si_code > 0)
662 //.. build_vg_sigframe(&frame->vg, tst, mask, flags, sigNo);
681 Int sigNo = siginfo->si_signo;
708 if (sigNo == VKI_SIGILL && siginfo->si_code > 0)
753 scp->signal = sigNo;
767 priv->sigNo_private = sigNo;
772 SET_SIGNAL_GPR(tid, 3, sigNo);
809 //.. struct vg_sigframe *frame, Int *sigNo )
818 //.. *sigNo = VKI_SIGSEGV;
827 //.. *sigNo = frame->sigNo_private;
860 //.. struct sigframe *frame, Int *sigNo )
862 //.. if (restore_vg_sigframe(tst, &frame->vg, sigNo))
869 //.. struct rt_sigframe *frame, Int *sigNo )
871 //.. if (restore_vg_sigframe(tst, &frame->vg, sigNo))
885 Int sigNo;
919 sigNo = priv->sigNo_private;
951 VG_TRACK( post_deliver_signal, tid, sigNo );
956 //.. Int sigNo;
964 //.. size = restore_sigframe(tst, (struct sigframe *)esp, &sigNo);
966 //.. size = restore_rt_sigframe(tst, (struct rt_sigframe *)esp, &sigNo);
977 //.. VG_TRACK( post_deliver_signal, tid, sigNo );