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

/haiku-buildtools/gcc/libgcc/config/i386/
H A Dsol2-unwind.h40 mcontext_t *mctx; local
85 mctx = &ucp->uc_mcontext;
90 new_cfa = mctx->gregs[REG_RSP];
98 fs->regs.reg[0].loc.offset = (long)&mctx->gregs[REG_RAX] - new_cfa;
100 fs->regs.reg[1].loc.offset = (long)&mctx->gregs[REG_RDX] - new_cfa;
102 fs->regs.reg[2].loc.offset = (long)&mctx->gregs[REG_RCX] - new_cfa;
104 fs->regs.reg[3].loc.offset = (long)&mctx->gregs[REG_RBX] - new_cfa;
106 fs->regs.reg[4].loc.offset = (long)&mctx->gregs[REG_RSI] - new_cfa;
108 fs->regs.reg[5].loc.offset = (long)&mctx->gregs[REG_RDI] - new_cfa;
110 fs->regs.reg[6].loc.offset = (long)&mctx
144 mcontext_t *mctx; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c87 re_match_context_t mctx; local
88 err = re_string_allocate (&mctx.input);
91 err = re_string_reconstruct (&mctx.input, match_first, eflags);
92 err = re_string_reconstruct (&mctx.input, match_first, eflags);
93 match_last = check_matching (&mctx, &match_first);
94 match_ctx_clean (&mctx);
98 check_matching (re_match_context_t * mctx, int *p_match_first argument
101 int cur_str_idx = ((&mctx->input)->cur_idx);
104 cur_state = transit_state (mctx, cur_state);
110 re_match_context_t * mctx,
109 transit_state( re_match_context_t * mctx, re_dfastate_t * state ) argument
[all...]
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Daix-unwind.h195 mstate_t * mctx; local
203 mctx = &uctx->uc_mcontext.jmp_context;
207 new_cfa = mctx->gpr[__LIBGCC_STACK_POINTER_REGNUM__];
218 REGISTER_CFA_OFFSET_FOR (fs, i, &mctx->gpr[i], new_cfa);
220 REGISTER_CFA_OFFSET_FOR (fs, CR2_REGNO, &mctx->cr, new_cfa);
221 REGISTER_CFA_OFFSET_FOR (fs, XER_REGNO, &mctx->xer, new_cfa);
222 REGISTER_CFA_OFFSET_FOR (fs, LR_REGNO, &mctx->lr, new_cfa);
225 REGISTER_CFA_OFFSET_FOR (fs, RETURN_COLUMN, &mctx->iar, new_cfa);
229 if (mctx->fpeu)
232 REGISTER_CFA_OFFSET_FOR (fs, i+32, &mctx
[all...]
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dsol2-unwind.h253 mcontext_t *mctx; local
291 mctx = &ucp->uc_mcontext;
297 new_cfa = mctx->gregs[REG_SP] + STACK_BIAS;
313 fs->regs.reg[i].loc.offset = (long)&mctx->gregs[REG_Y + i] - new_cfa;
325 if (mctx->fpregs.fpu_qcnt)
331 = (long)&mctx->fpregs.fpu_fr.fpu_regs[i] - new_cfa;
343 = (long)&mctx->fpregs.fpu_fr.fpu_dregs[i/2] - new_cfa;
352 ra_location = &mctx->gregs[REG_PC];
353 shifted_ra_location = &mctx->gregs[REG_Y];
362 if ((mctx
[all...]

Completed in 95 milliseconds