Searched refs:kOffsetSpToSigcontext (Results 1 – 1 of 1) sorted by relevance
2741 const pint_t kOffsetSpToSigcontext = (128 + 8 + 8 + 24 + 128 + 8); // 304 in stepThroughSigReturn() local2748 pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()2802 const pint_t kOffsetSpToSigcontext = 128 + 8 + 8 + 24 + 8 + 128; in stepThroughSigReturn() local2804 const pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()