Searched refs:kOffsetSpToSigcontext (Results 1 – 1 of 1) sorted by relevance
2822 const pint_t kOffsetSpToSigcontext = (128 + 8 + 8 + 24 + 128 + 8); // 304 in stepThroughSigReturn() local2829 pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()2883 const pint_t kOffsetSpToSigcontext = 128 + 8 + 8 + 24 + 8 + 128; in stepThroughSigReturn() local2885 const pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()2938 const pint_t kOffsetSpToSigcontext = 128 + 8 + 8 + 24 + 8 + 128; in stepThroughSigReturn() local2940 const pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()