Searched refs:ucontext_t (Results 1 – 13 of 13) sorted by relevance
/system/core/libbacktrace/ |
D | ThreadEntry.h | 48 inline ucontext_t* GetUcontext() { return &ucontext_; } in GetUcontext() 65 ucontext_t ucontext_;
|
D | ThreadEntry.cpp | 128 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext()
|
D | backtrace_testlib.cpp | 85 ucontext_t ucontext; in GetContextAndExit()
|
D | backtrace_test.cpp | 1513 static void SetUcontextSp(uint64_t sp, ucontext_t* ucontext) { in SetUcontextSp() 1529 static void SetUcontextPc(uint64_t pc, ucontext_t* ucontext) { in SetUcontextPc() 1545 static void SetUcontextLr(uint64_t lr, ucontext_t* ucontext) { in SetUcontextLr() 1601 ucontext_t ucontext; in UnwindFromDevice()
|
/system/core/debuggerd/handler/ |
D | debuggerd_fallback.cpp | 72 static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) { in debuggerd_fallback_trace() 99 static void debuggerd_fallback_tombstone(int output_fd, ucontext_t* ucontext, siginfo_t* siginfo, in debuggerd_fallback_tombstone() 196 static void trace_handler(siginfo_t* info, ucontext_t* ucontext) { in trace_handler() 309 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler() 342 extern "C" void debuggerd_fallback_handler(siginfo_t* info, ucontext_t* ucontext, in debuggerd_fallback_handler()
|
D | debuggerd_fallback_nop.cpp | 29 extern "C" void debuggerd_fallback_handler(struct siginfo_t*, struct ucontext_t*, void*) { in debuggerd_fallback_handler() argument
|
D | debuggerd_handler.cpp | 116 extern "C" void debuggerd_fallback_handler(siginfo_t*, ucontext_t*, void*); 170 static void log_signal_summary(const siginfo_t* info, const ucontext_t* ucontext) { in log_signal_summary() 352 {.iov_base = thread_info->ucontext, .iov_len = sizeof(ucontext_t)}, in debuggerd_dispatch_pseudothread() 487 auto *ucontext = static_cast<ucontext_t*>(context); in debuggerd_signal_handler()
|
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | tombstone.h | 53 ucontext_t* ucontext);
|
D | utility.h | 94 uintptr_t get_fault_address(const siginfo_t* siginfo, const ucontext_t* ucontext);
|
/system/core/debuggerd/ |
D | protocol.h | 90 ucontext_t ucontext;
|
D | crash_dump.cpp | 303 ucontext_t ucontext = crash_info->data.s.ucontext; in ReadCrashInfo()
|
/system/core/debuggerd/libdebuggerd/ |
D | utility.cpp | 465 uintptr_t get_fault_address(const siginfo_t* siginfo, const ucontext_t* ucontext) { in get_fault_address()
|
D | tombstone.cpp | 554 ucontext_t* ucontext) { in engrave_tombstone_ucontext()
|