Searched refs:RestoreRegsFromJumpBuf (Results 1 – 3 of 3) sorted by relevance
27 void RestoreRegsFromJumpBuf(ThreadState* state, void* buf, int retval);
49 RestoreRegsFromJumpBuf(thread->state(), guest_buf, value); in DoThunk_siglongjmp()
108 void RestoreRegsFromJumpBuf(ThreadState* state, void* guest_jmp_buf, int retval) { in RestoreRegsFromJumpBuf() function