Searched refs:uc (Results 1 – 7 of 7) sorted by relevance
31 struct ucontext *uc; in _identify_sighandler() local47 uc = (struct ucontext *) ucptr; in _identify_sighandler()48 *pprev_pc = uc->uc_mcontext.regs.pc; in _identify_sighandler()52 *pprev_fp = uc->uc_mcontext.regs.r1; in _identify_sighandler()53 *retaddr = uc->uc_mcontext.regs.r15; in _identify_sighandler()
63 uc->uc_flags = 0; in fill_ucontext()64 uc->uc_link = NULL; in fill_ucontext()65 uc->uc_sigmask = sc->sc_mask; in fill_ucontext()66 uc->uc_stack.ss_sp = (__ptr_t) sc->sc_uesp; in fill_ucontext()67 uc->uc_stack.ss_size = 0; in fill_ucontext()68 uc->uc_stack.ss_flags = 0; in fill_ucontext()71 memcpy (&uc->uc_mcontext.gregs[REG_GS], &sc->sc_gs, in fill_ucontext()73 uc->uc_mcontext.gregs[REG_TRAPNO] = 0; in fill_ucontext()74 uc->uc_mcontext.gregs[REG_ERR] = 0; in fill_ucontext()75 memcpy (&uc->uc_mcontext.gregs[REG_EIP], &sc->sc_eip, in fill_ucontext()[all …]
25 ucontext_t uc; member
19 RT_SIGFRAME_UCONTEXT rt_sigframe (uc)
24 ucontext_t uc; member
17 RT_SIGFRAME_UCONTEXT rt_sigframe (uc)
85 /**/ uc = {{0x3a9375de, 0x00000000} }, /* 1.572e-26 */ variable147 /**/ uc = {{0x00000000, 0x3a9375de} }, /* 1.572e-26 */ variable
Completed in 10 milliseconds