Searched refs:next_sp (Results 1 – 1 of 1) sorted by relevance
313 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - sizeof(uintptr_t)); in Action() local314 *next_sp = retaddr; in Action()315 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()387 uintptr_t* next_sp = reinterpret_cast<uintptr_t*>(sp - sizeof(uintptr_t)); in Action() local388 *next_sp = retaddr; in Action()389 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()