Searched refs:next_sp (Results 1 – 1 of 1) sorted by relevance
349 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - 2 * sizeof(uintptr_t)); in Action() local350 next_sp[1] = retaddr; in Action()351 next_sp[0] = reinterpret_cast<uintptr_t>(sig->si_addr); in Action()352 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()421 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - sizeof(uintptr_t)); in Action() local422 *next_sp = retaddr; in Action()423 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()