Home
last modified time | relevance | path

Searched refs:sc_pc (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dsigcontext.h42 __extension__ unsigned long long sc_pc; member
74 __extension__ unsigned long long sc_pc; member
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dsigcontextinfo.h27 return ctx->uc_mcontext.sc_pc; in sigcontext_get_pc()
Ducontext-offsets.sym12 SC_PC offsetof (mcontext_t, sc_pc)
/glibc-2.36/sysdeps/generic/
Dprofil-counter.h34 profil_count ((uintptr_t) scp->sc_pc); in __profil_counter()
/glibc-2.36/sysdeps/mach/hurd/i386/bits/
Dsigcontext.h96 #define sc_pc sc_eip /* Process counter. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/sys/
Ducontext.h63 long int __ctx(sc_pc);
/glibc-2.36/ChangeLog.old/
DChangeLog.41304 Instead, write it into the word just past SCP->sc_pc; then point
1305 $1 at SCP->sc_pc and use `op_sigreturn' pseudo-instruction to
1629 has 31 elts; sc_gpr, sc_pc, sc_mdlo, sc_mdhi are arranged in that
1717 register loads to use SCPREG instead. Load SCPREG->sc_pc into $24
DChangeLog.124364 * sysdeps/mach/hurd/i386/bits/sigcontext.h (sc_sp, sc_fp, sc_pc,