Home
last modified time | relevance | path

Searched refs:ucontext_t (Results 1 – 17 of 17) sorted by relevance

/aosp12/bionic/tests/headers/posix/
H A Dsignal_h.c129 TYPE(ucontext_t); in signal_h()
130 STRUCT_MEMBER(ucontext_t, ucontext_t*, uc_link); in signal_h()
131 STRUCT_MEMBER(ucontext_t, sigset_t, uc_sigmask); in signal_h()
132 STRUCT_MEMBER(ucontext_t, stack_t, uc_stack); in signal_h()
133 STRUCT_MEMBER(ucontext_t, mcontext_t, uc_mcontext); in signal_h()
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp72 static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) { in debuggerd_fallback_trace()
101 static void debuggerd_fallback_tombstone(int output_fd, int proto_fd, ucontext_t* ucontext, in debuggerd_fallback_tombstone()
198 static void trace_handler(siginfo_t* info, ucontext_t* ucontext) { in trace_handler()
314 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler()
347 extern "C" void debuggerd_fallback_handler(siginfo_t* info, ucontext_t* ucontext, in debuggerd_fallback_handler()
H A Ddebuggerd_fallback_nop.cpp29 extern "C" void debuggerd_fallback_handler(struct siginfo_t*, struct ucontext_t*, void*) { in debuggerd_fallback_handler() argument
H A Ddebuggerd_handler.cpp115 extern "C" void debuggerd_fallback_handler(siginfo_t*, ucontext_t*, void*);
350 {.iov_base = thread_info->ucontext, .iov_len = sizeof(ucontext_t)}, in debuggerd_dispatch_pseudothread()
485 auto *ucontext = static_cast<ucontext_t*>(context); in debuggerd_signal_handler()
/aosp12/bionic/libc/include/sys/
H A Ducontext.h101 } ucontext_t; typedef
124 } ucontext_t;
214 } ucontext_t;
314 } ucontext_t;
/aosp12/system/unwinding/libunwindstack/
H A DThreadEntry.h58 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext()
70 ucontext_t ucontext_;
H A DThreadEntry.cpp97 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext()
/aosp12/system/unwinding/libbacktrace/
H A DThreadEntry.h48 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext()
65 ucontext_t ucontext_;
H A DThreadEntry.cpp128 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext()
H A Dbacktrace_testlib.cpp85 ucontext_t ucontext; in GetContextAndExit()
H A Dbacktrace_test.cpp1529 static void SetUcontextSp(uint64_t sp, ucontext_t* ucontext) { in SetUcontextSp()
1545 static void SetUcontextPc(uint64_t pc, ucontext_t* ucontext) { in SetUcontextPc()
1561 static void SetUcontextLr(uint64_t lr, ucontext_t* ucontext) { in SetUcontextLr()
1617 ucontext_t ucontext; in UnwindFromDevice()
/aosp12/bionic/libc/bionic/
H A Dandroid_profiling_dynamic.cpp194 ucontext_t* ctx = reinterpret_cast<ucontext_t*>(void_context); in HandleSigsysSeccompOverride()
/aosp12/system/core/debuggerd/
H A Dprotocol.h90 ucontext_t ucontext;
/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtombstone.h61 siginfo_t* siginfo, ucontext_t* ucontext);
/aosp12/art/sigchainlib/
H A Dsigchain.cc372 ucontext_t* ucontext = static_cast<ucontext_t*>(ucontext_raw); in Handler()
/aosp12/art/runtime/
H A Druntime_common.cc135 : context(reinterpret_cast<ucontext_t*>(raw_context)->uc_mcontext) {} in UContext()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp563 siginfo_t* siginfo, ucontext_t* ucontext) { in engrave_tombstone_ucontext()