Home | History | Annotate | Download | only in amd64

Lines Matching refs:onstack

107 	int onstack, error;
114 onstack = (sas->ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
119 if (onstack)
126 DPRINTF(("old: onstack = %d, fp = %p sig = %d rip = 0x%lx\n",
127 onstack, fp, sig, tf->tf_rip));
164 if (onstack)
177 int onstack, error;
185 onstack = (sas->ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
190 if (onstack)
204 DPRINTF(("rt: onstack = %d, fp = %p sig = %d rip = 0x%lx\n",
205 onstack, fp, sig, tf->tf_rip));
272 if (onstack)
370 /* Linux doesn't save the onstack flag in sigframe */