Home
last modified time | relevance | path

Searched defs:ucontext (Results 1 – 18 of 18) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm64/asm/
Ducontext.h22 struct ucontext { struct
24 struct ucontext *uc_link; argument
25 stack_t uc_stack;
26 sigset_t uc_sigmask;
28 __u8 __unused[1024 / 8 - sizeof(sigset_t)];
30 struct sigcontext uc_mcontext;
/external/kernel-headers/original/uapi/asm-generic/
Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
8 stack_t uc_stack;
9 struct sigcontext uc_mcontext;
10 sigset_t uc_sigmask; /* mask last for extensibility */
/external/libunwind/src/ppc32/
DGstep.c135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
/external/ltp/testcases/kernel/syscalls/pidfd_send_signal/
Dpidfd_send_signal01.c26 static void received_signal(int sig, siginfo_t *info, void *ucontext) in received_signal()
/external/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/
Drt_sigqueueinfo01.c33 static void received_signal(int sig, siginfo_t *info, void *ucontext) in received_signal()
/external/libunwind/src/ppc64/
DGstep.c136 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
/external/strace/tests/
Dsignal_receive.c38 handler(int sig, siginfo_t *info, void *ucontext) in handler()
/external/strace/tests-m32/
Dsignal_receive.c38 handler(int sig, siginfo_t *info, void *ucontext) in handler()
/external/strace/tests-mx32/
Dsignal_receive.c38 handler(int sig, siginfo_t *info, void *ucontext) in handler()
/external/libunwind/src/x86_64/
DGos-freebsd.c94 unw_word_t ucontext; in unw_handle_signal_frame() local
/external/gwp_asan/gwp_asan/optional/
Dsegv_handler_posix.cpp35 static void sigSegvHandler(int sig, siginfo_t *info, void *ucontext) { in sigSegvHandler()
/external/libunwind/tests/
Dtest-coredump-unwind.c207 void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv()
/external/ltp/testcases/cve/
Dmeltdown.c108 ucontext_t *ucontext = context; in sigsegv() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc518 ucontext_t *ucontext = static_cast<ucontext_t*>(context); in GetWriteFlag() local
526 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
Dsanitizer_linux.cc1266 static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) { in Aarch64GetESR()
1283 ucontext_t *ucontext = (ucontext_t *)context; in GetWriteFlag() local
1313 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
/external/v8/src/libsampler/
Dsampler.cc374 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in FillRegisterState() local
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2218 class ucontext(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2218 class ucontext(Structure): class