Home
last modified time | relevance | path

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

/third_party/libunwind/include/win/sys/
Ducontext.h26 typedef struct ucontext struct
37 // Windows SDK defines reserved. It conflicts with arm64 ucontext argument
/third_party/libunwind/include/mingw/sys/
Ducontext.h23 typedef struct ucontext struct
34 // Windows SDK defines reserved. It conflicts with arm64 ucontext argument
/third_party/node/test/addons/register-signal-handler/
Dbinding.cc13 void Handler(int signo, siginfo_t* siginfo, void* ucontext) { in Handler()
/third_party/abseil-cpp/absl/debugging/
Dfailure_signal_handler.cc254 void* ucontext, bool symbolize_stacktrace, in WriteStackTrace()
272 static void WriteFailureInfo(int signo, void* ucontext, in WriteFailureInfo()
312 void* ucontext = nullptr; in AbslFailureSignalHandler() local
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dfailure_signal_handler.cc263 void* ucontext, bool symbolize_stacktrace, in WriteStackTrace()
281 static void WriteFailureInfo(int signo, void* ucontext, int cpu, in WriteFailureInfo()
321 void* ucontext = nullptr; in AbslFailureSignalHandler() local
/third_party/libunwind/tests/
DLtest-init-local-signal.c29 void handler(int num, siginfo_t* info, void* ucontext) { in handler()
Dx64-unwind-badjmp-signal-frame.c45 void handle_sigsegv(int signal, siginfo_t *info, void *ucontext) in handle_sigsegv()
Dtest-coredump-unwind.c211 void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv()
/third_party/libunwind/src/ppc32/
DGstep.c135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
/third_party/libunwind/src/x86_64/
DGos-solaris.c53 unw_word_t ucontext = c->dwarf.cfa + sizeof (struct sigframe); in x86_64_handle_signal_frame() local
DGos-freebsd.c94 unw_word_t ucontext; in x86_64_handle_signal_frame() local
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/
Drt_sigqueueinfo01.c33 static void received_signal(int sig, siginfo_t *info, void *ucontext) in received_signal()
/third_party/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()
/third_party/libunwind/src/ppc64/
DGstep.c135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone301.c44 static void child_rx_signal(int sig, siginfo_t *info, void *ucontext) in child_rx_signal()
/third_party/node/src/
Dnode.cc162 void SignalExit(int signo, siginfo_t* info, void* ucontext) { in SignalExit()
526 void TrapWebAssemblyOrContinue(int signo, siginfo_t* info, void* ucontext) { in TrapWebAssemblyOrContinue()
Dnode_watchdog.cc238 void* ucontext) { in HandleSignal()
Dinspector_agent.cc76 static void StartIoThreadWakeup(int signo, siginfo_t* info, void* ucontext) { in StartIoThreadWakeup()
/third_party/ltp/testcases/cve/
Dmeltdown.c107 ucontext_t *ucontext = context; in sigsegv() local
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2218 class ucontext(Structure): class