Searched defs:__mcontext32 (Results 1 – 2 of 2) sorted by relevance
65 typedef struct __mcontext32 { struct66 int mc_onstack;67 int32_t mc_pc;68 int32_t mc_regs[32];69 int32_t sr;70 int32_t mullo, mulhi;71 int mc_fpused;72 int32_t mc_fpregs[33];73 int32_t mc_fpc_eir;74 int32_t mc_tls;[all …]
66 typedef struct __mcontext32 { struct82 typedef struct __mcontext32_vfp { argument