Home
last modified time | relevance | path

Searched refs:uc (Results 1 – 7 of 7) sorted by relevance

/sysdeps/microblaze/
A Dbacktrace_linux.c31 struct ucontext *uc; in _identify_sighandler() local
47 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()
/sysdeps/mach/hurd/i386/
A Dtrampoline.c63 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 …]
/sysdeps/unix/sysv/linux/nios2/
A Dkernel_rt_sigframe.h25 ucontext_t uc; member
A Ducontext_i.sym19 RT_SIGFRAME_UCONTEXT rt_sigframe (uc)
/sysdeps/unix/sysv/linux/aarch64/
A Dkernel_rt_sigframe.h24 ucontext_t uc; member
A Ducontext_i.sym17 RT_SIGFRAME_UCONTEXT rt_sigframe (uc)
/sysdeps/ieee754/dbl-64/
A Datnat2.h85 /**/ uc = {{0x3a9375de, 0x00000000} }, /* 1.572e-26 */ variable
147 /**/ uc = {{0x00000000, 0x3a9375de} }, /* 1.572e-26 */ variable

Completed in 10 milliseconds