| /freebsd-11-stable/lib/libc/powerpc/gen/ |
| HD | signalcontext.c | 76 ucp->uc_link = sig_uc; in __signalcontext() 97 if (ucp->uc_link == NULL) in ctx_wrapper() 99 setcontext((const ucontext_t *)ucp->uc_link); in ctx_wrapper()
|
| HD | makecontext.c | 46 if (ucp->uc_link == NULL) in _ctx_done() 52 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
| /freebsd-11-stable/lib/libc/powerpc64/gen/ |
| HD | signalcontext.c | 76 ucp->uc_link = sig_uc; in __signalcontext() 97 if (ucp->uc_link == NULL) in ctx_wrapper() 99 setcontext((const ucontext_t *)ucp->uc_link); in ctx_wrapper()
|
| HD | makecontext.c | 46 if (ucp->uc_link == NULL) in _ctx_done() 52 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
| /freebsd-11-stable/lib/libc/amd64/gen/ |
| HD | signalcontext.c | 81 ucp->uc_link = sig_uc; in __signalcontext() 100 if (ucp->uc_link == NULL) in sigctx_wrapper() 102 setcontext((const ucontext_t *)ucp->uc_link); in sigctx_wrapper()
|
| HD | makecontext.c | 101 if (ucp->uc_link == NULL) in makectx_wrapper() 103 setcontext((const ucontext_t *)ucp->uc_link); in makectx_wrapper()
|
| /freebsd-11-stable/lib/libc/aarch64/gen/ |
| HD | makecontext.c | 48 if (ucp->uc_link == NULL) { in ctx_done() 51 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
|
| /freebsd-11-stable/lib/libc/riscv/gen/ |
| HD | makecontext.c | 53 if (ucp->uc_link == NULL) { in ctx_done() 56 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
|
| /freebsd-11-stable/lib/libc/arm/gen/ |
| HD | makecontext.c | 48 if (ucp->uc_link == NULL) in ctx_done() 51 setcontext((const ucontext_t *)ucp->uc_link); in ctx_done()
|
| HD | signalcontext.c | 74 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
|
| /freebsd-11-stable/lib/libc/sparc64/gen/ |
| HD | makecontext.c | 82 if (ucp->uc_link == NULL) in _ctx_done() 86 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
| HD | signalcontext.c | 73 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
|
| /freebsd-11-stable/lib/libc/i386/gen/ |
| HD | makecontext.c | 48 if (ucp->uc_link == NULL) in _ctx_done() 60 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
| HD | signalcontext.c | 76 ucp->uc_link = &sfp->sf_uc; in __signalcontext()
|
| /freebsd-11-stable/lib/libc/mips/gen/ |
| HD | makecontext.c | 118 if (ucp->uc_link == NULL) in _ctx_done() 121 setcontext((const ucontext_t *)ucp->uc_link); in _ctx_done()
|
| /freebsd-11-stable/sys/compat/ia32/ |
| HD | ia32_signal.h | 83 u_int32_t uc_link; member 119 u_int32_t uc_link; member
|
| /freebsd-11-stable/sys/cddl/dev/dtrace/i386/ |
| HD | dtrace_isa.c | 165 oldcontext = dtrace_fulword(&ucp->uc_link); in dtrace_getustack_common() 173 oldcontext = dtrace_fuword32(&ucp->uc_link); in dtrace_getustack_common() 389 oldcontext = dtrace_fulword(&ucp->uc_link); in dtrace_getufpstack() 397 oldcontext = dtrace_fuword32(&ucp->uc_link); in dtrace_getufpstack()
|
| /freebsd-11-stable/sys/sys/ |
| HD | _ucontext.h | 46 struct __ucontext *uc_link; member
|
| HD | ucontext.h | 45 struct ucontext4 *uc_link; member
|
| /freebsd-11-stable/sys/compat/svr4/ |
| HD | svr4_ucontext.h | 52 void *uc_link; member
|
| /freebsd-11-stable/contrib/gcc/config/mips/ |
| HD | linux-unwind.h | 41 struct _sig_ucontext *uc_link; member
|
| /freebsd-11-stable/contrib/gcc/config/s390/ |
| HD | linux-unwind.h | 85 struct ucontext_ *uc_link; in s390_fallback_frame_state() member
|
| /freebsd-11-stable/sys/mips/include/ |
| HD | ucontext.h | 83 uint32_t uc_link; member
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_context.c | 47 #define UC_COPY_SIZE offsetof(ucontext_t, uc_link)
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_freebsd.h | 74 struct __ucontext *uc_link; member
|