/sysdeps/unix/sysv/linux/ia64/ |
A D | sigcontext-offsets.sym | 5 SC_NAT offsetof (mcontext_t, sc_nat) 6 SC_BSP offsetof (mcontext_t, sc_ar_bsp) 7 SC_RNAT offsetof (mcontext_t, sc_ar_rnat) 8 SC_UNAT offsetof (mcontext_t, sc_ar_unat) 10 SC_PFS offsetof (mcontext_t, sc_ar_pfs) 11 SC_LC offsetof (mcontext_t, sc_ar_lc) 12 SC_PR offsetof (mcontext_t, sc_pr) 13 SC_BR offsetof (mcontext_t, sc_br) 14 SC_GR offsetof (mcontext_t, sc_gr) 15 SC_FR offsetof (mcontext_t, sc_fr) [all …]
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | ucontext-offsets.sym | 10 SC_REGS offsetof (mcontext_t, sc_regs) 11 SC_FPREGS offsetof (mcontext_t, sc_fpregs) 12 SC_PC offsetof (mcontext_t, sc_pc) 13 SC_PS offsetof (mcontext_t, sc_ps) 14 SC_FPCRS offsetof (mcontext_t, sc_fpcr) 15 SC_MASK offsetof (mcontext_t, sc_mask) 16 SC_FPCR offsetof (mcontext_t, sc_fpcr)
|
/sysdeps/unix/sysv/linux/riscv/sys/ |
A D | ucontext.h | 81 typedef struct mcontext_t struct 85 } mcontext_t; argument 107 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/powerpc/sys/ |
A D | ucontext.h | 70 } mcontext_t; typedef 150 } mcontext_t; typedef 187 mcontext_t *__ctx(uc_regs); in __ctx() 191 char __ctx(uc_reg_space)[sizeof (mcontext_t) + 12]; 194 mcontext_t uc_mcontext; /* last for extensibility */
|
/sysdeps/unix/sysv/linux/ia64/sys/ |
A D | ucontext.h | 73 } mcontext_t; typedef 77 __builtin_offsetof (mcontext_t, __ctx(sc_gr)[0]) 80 (((char *) &((mcontext_t *) 0)->__ctx(sc_gr)[0]) - (char *) 0) 89 mcontext_t _mc;
|
/sysdeps/generic/sys/ |
A D | ucontext.h | 34 typedef struct sigcontext mcontext_t; typedef 48 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/nios2/sys/ |
A D | ucontext.h | 47 } mcontext_t; typedef 55 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/csky/sys/ |
A D | ucontext.h | 74 } mcontext_t; typedef 82 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/aarch64/sys/ |
A D | ucontext.h | 64 } mcontext_t; typedef 73 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/hppa/sys/ |
A D | ucontext.h | 68 } mcontext_t; typedef 76 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/arc/sys/ |
A D | ucontext.h | 45 } mcontext_t; typedef 53 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/s390/sys/ |
A D | ucontext.h | 79 } mcontext_t; typedef 87 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/mips/sys/ |
A D | ucontext.h | 90 } mcontext_t; typedef 109 } mcontext_t; typedef 118 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/powerpc/powerpc32/ |
A D | ucontext_i.sym | 19 -- Offsets in mcontext_t. 20 #define mcontext(member) offsetof (mcontext_t, member)
|
/sysdeps/unix/sysv/linux/alpha/sys/ |
A D | ucontext.h | 79 } mcontext_t; typedef 88 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | ucontext_i.sym | 15 MC_GREGS offsetof (mcontext_t, gregs) 16 MC_GWINS offsetof (mcontext_t, gwins) 17 MC_FPREGS offsetof (mcontext_t, fpregs) 18 MC_XRS offsetof (mcontext_t, xrs)
|
/sysdeps/arm/sys/ |
A D | ucontext.h | 95 } mcontext_t; typedef 104 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/sparc/sys/ |
A D | ucontext.h | 92 } mcontext_t; typedef 98 mcontext_t uc_mcontext; 290 } mcontext_t; typedef 300 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/x86/sys/ |
A D | ucontext.h | 139 } mcontext_t; typedef 147 mcontext_t uc_mcontext; 244 } mcontext_t; typedef 252 mcontext_t uc_mcontext;
|
/sysdeps/m68k/sys/ |
A D | ucontext.h | 106 } mcontext_t; typedef 119 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/microblaze/sys/ |
A D | ucontext.h | 78 } mcontext_t; typedef 86 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/m68k/sys/ |
A D | ucontext.h | 111 } mcontext_t; typedef 123 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/sh/sys/ |
A D | ucontext.h | 112 } mcontext_t; typedef 120 mcontext_t uc_mcontext;
|
/sysdeps/i386/sys/ |
A D | ucontext.h | 122 } mcontext_t; typedef 131 mcontext_t uc_mcontext;
|
/sysdeps/unix/sysv/linux/arm/sys/ |
A D | ucontext.h | 129 } mcontext_t; typedef 137 mcontext_t uc_mcontext;
|