Home
last modified time | relevance | path

Searched refs:sc_gr (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/hppa/
Dmakecontext.c50 osp = (unsigned long *)ucp->uc_mcontext.sc_gr[30]; in __makecontext()
57 ucp->uc_mcontext.sc_gr[30] = ((unsigned long) sp); in __makecontext()
63 sp[-4 / sizeof (unsigned long)] = ucp->uc_link->uc_mcontext.sc_gr[30]; in __makecontext()
64 sp[-20 / sizeof (unsigned long)] = ucp->uc_link->uc_mcontext.sc_gr[2]; in __makecontext()
74 ucp->uc_mcontext.sc_gr[2] = (unsigned long) func; in __makecontext()
82 ucp->uc_mcontext.sc_gr[26-i] = va_arg (ap, int); in __makecontext()
89 ucp->uc_mcontext.sc_gr[22+4-i] = va_arg (ap, int); in __makecontext()
Ducontext_i.sym12 #define mreg(reg) mcontext (sc_gr[reg])
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/sys/
Ducontext.h65 unsigned long int __ctx(sc_gr)[32];
77 __builtin_offsetof (mcontext_t, __ctx(sc_gr)[0])
80 (((char *) &((mcontext_t *) 0)->__ctx(sc_gr)[0]) - (char *) 0)
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dmakecontext.c65 sc->sc_gr[1] = ELF_PTR_TO_FDESC (func)->gp; in __makecontext()
80 sc->sc_gr[12] = stack_end - 16; in __makecontext()
Dsigcontext-offsets.sym14 SC_GR offsetof (mcontext_t, sc_gr)
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/
Dsigcontext.h59 unsigned long int sc_gr[32]; /* general registers (static partition) */ member
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/sys/
Ducontext.h63 unsigned long int __ctx(sc_gr)[32];