Searched refs:mcontext (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/
H A Dsigtramp-armdroid.c82 struct sigcontext *mcontext = &((ucontext_t *) ucontext)->uc_mcontext; local
84 __gnat_sigtramp_common (signo, si, mcontext, handler);
H A Dsigtramp-vxworks.c47 typedef struct mcontext struct
68 (for DKM) and mcontext (for RTP) and state where to find the registers as
75 Checking which variant should apply and getting at sc_pregs / mcontext
113 mcontext_t *mcontext = &((ucontext_t *) sc)->uc_mcontext; local
117 __gnat_sigtramp_common (signo, si, mcontext, handler, mcontext);
H A Dinit.c463 mcontext_t *mcontext = &((ucontext_t *) ucontext)->uc_mcontext; local
484 unsigned long *pc = (unsigned long *)mcontext->gregs[REG_EIP];
487 mcontext->gregs[REG_ESP] += 4096 + 4 * sizeof (unsigned long);
489 unsigned long long *pc = (unsigned long long *)mcontext->gregs[REG_RIP];
496 mcontext->gregs[REG_RSP] += 4096 + 4 * sizeof (unsigned long);
499 mcontext->sc_ip++;
502 mcontext->arm_pc+=2;
2390 mcontext_t *mcontext = &((ucontext_t *) ucontext)->uc_mcontext; local
2393 ((mcontext_t *) mcontext)->arm_pc += 2;
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Ddarwin-fallback.c260 struct gcc_mcontext32 *mcontext; member in struct:gcc_ucontext
384 struct gcc_mcontext64 *m64 = (struct gcc_mcontext64 *)uctx->mcontext;
412 struct gcc_mcontext32 *m = uctx->mcontext;

Completed in 49 milliseconds