/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | failure_signal_handler.cc | 263 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/node/test/addons/register-signal-handler/ |
D | binding.cc | 13 void Handler(int signo, siginfo_t* siginfo, void* ucontext) { in Handler()
|
/third_party/libunwind/libunwind/tests/ |
D | Ltest-init-local-signal.c | 29 void handler(int num, siginfo_t* info, void* ucontext) { in handler()
|
D | x64-unwind-badjmp-signal-frame.c | 45 void handle_sigsegv(int signal, siginfo_t *info, void *ucontext) in handle_sigsegv()
|
D | test-coredump-unwind.c | 211 void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv()
|
/third_party/libunwind/libunwind/src/ppc32/ |
D | Gstep.c | 135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
|
/third_party/libunwind/libunwind/src/x86_64/ |
D | Gos-solaris.c | 53 unw_word_t ucontext = c->dwarf.cfa + sizeof (struct sigframe); in x86_64_handle_signal_frame() local
|
D | Gos-freebsd.c | 94 unw_word_t ucontext; in x86_64_handle_signal_frame() local
|
/third_party/ltp/testcases/kernel/syscalls/rt_sigqueueinfo/ |
D | rt_sigqueueinfo01.c | 33 static void received_signal(int sig, siginfo_t *info, void *ucontext) in received_signal()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
D | pidfd_send_signal01.c | 30 static void received_signal(int sig, siginfo_t *info, void *ucontext) in received_signal()
|
/third_party/libunwind/libunwind/src/ppc64/ |
D | Gstep.c | 135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
D | clone301.c | 44 static void child_rx_signal(int sig, siginfo_t *info, void *ucontext) in child_rx_signal()
|
/third_party/node/src/ |
D | node.cc | 170 void SignalExit(int signo, siginfo_t* info, void* ucontext) { in SignalExit() 391 void TrapWebAssemblyOrContinue(int signo, siginfo_t* info, void* ucontext) { in TrapWebAssemblyOrContinue()
|
D | node_watchdog.cc | 245 void* ucontext) { in HandleSignal()
|
D | inspector_agent.cc | 78 static void StartIoThreadWakeup(int signo, siginfo_t* info, void* ucontext) { in StartIoThreadWakeup()
|
/third_party/ltp/testcases/cve/ |
D | meltdown.c | 108 ucontext_t *ucontext = context; in sigsegv() local
|
/third_party/musl/porting/linux/user/src/sigchain/ |
D | sigchain.c | 187 ucontext_t* ucontext = (ucontext_t*)(ucontext_raw); in signal_chain_handler() local
|
/third_party/musl/src/sigchain/linux/ |
D | sigchain.c | 187 ucontext_t* ucontext = (ucontext_t*)(ucontext_raw); in signal_chain_handler() local
|
/third_party/node/deps/v8/src/libsampler/ |
D | sampler.cc | 374 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in FillRegisterState() local
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2218 class ucontext(Structure): class
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 10434 typedef struct ucontext struct 10437 struct ucontext *uc_link; argument 10442 } ucontext_t; argument
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 20416 struct ucontext { struct 20418 struct ucontext *uc_link; argument 20419 stack_t uc_stack; 20420 struct sigcontext_64 uc_mcontext; 20421 sigset_t uc_sigmask; 81119 struct ib_ucontext *ucontext; member
|