Searched refs:kOffsetSpToSigcontext (Results 1 – 1 of 1) sorted by relevance
2733 const pint_t kOffsetSpToSigcontext = (128 + 8 + 8 + 24 + 128 + 8); // 304 in stepThroughSigReturn() local2740 pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()2794 const pint_t kOffsetSpToSigcontext = 128 + 8 + 8 + 24 + 8 + 128; in stepThroughSigReturn() local2796 const pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()