Searched refs:x86_ucontext (Results 1 – 1 of 1) sorted by relevance
108 x86_ucontext_t* x86_ucontext = reinterpret_cast<x86_ucontext_t*>(ucontext); in CreateFromUcontext() local111 regs->SetFromUcontext(x86_ucontext); in CreateFromUcontext()165 x86_ucontext_t x86_ucontext; in StepIfSignalHandler() local166 if (!process_memory->ReadFully(ptr + 0x14, &x86_ucontext.uc_mcontext, sizeof(x86_mcontext_t))) { in StepIfSignalHandler()169 SetFromUcontext(&x86_ucontext); in StepIfSignalHandler()