Home
last modified time | relevance | path

Searched refs:sc_uesp (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/i386/bits/
Dsigcontext.h80 int sc_uesp; /* This stack pointer is used. */ member
94 #define sc_sp sc_uesp /* Stack pointer. */
/glibc-2.36/sysdeps/mach/hurd/i386/
Dsigreturn.c129 int *usp = (int *) scp->sc_uesp; in __sigreturn()
Dtrampoline.c66 uc->uc_stack.ss_sp = (__ptr_t) sc->sc_uesp; in fill_ucontext()
/glibc-2.36/ChangeLog.old/
DChangeLog.124365 sc_ps): Define as aliases for sc_uesp, sc_ebl, sc_eip and sc_efl.
DChangeLog.223954 hurd: Make trampoline fill siginfo ss_sp from sc_uesp