Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp57 static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) { in debuggerd_fallback_trace()
85 static void debuggerd_fallback_tombstone(int output_fd, int proto_fd, ucontext_t* ucontext, in debuggerd_fallback_tombstone()
156 static void trace_handler(siginfo_t* info, ucontext_t* ucontext) { in trace_handler()
274 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler()
307 extern "C" void debuggerd_fallback_handler(siginfo_t* info, ucontext_t* ucontext, in debuggerd_fallback_handler()
Ddebuggerd_handler.cpp317 void* ucontext; member
529 auto *ucontext = static_cast<ucontext_t*>(context); in debuggerd_signal_handler() local
/system/unwinding/libunwindstack/
DRegsX86_64.cpp111 void RegsX86_64::SetFromUcontext(x86_64_ucontext_t* ucontext) { in SetFromUcontext()
127 Regs* RegsX86_64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
DRegsX86.cpp94 void RegsX86::SetFromUcontext(x86_ucontext_t* ucontext) { in SetFromUcontext()
107 Regs* RegsX86::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
DRegs.cpp123 Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { in CreateFromUcontext()
DThreadEntry.cpp108 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext() local
DRegsArm.cpp91 Regs* RegsArm::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
DRegsRiscv64.cpp150 Regs* RegsRiscv64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
DAndroidUnwinder.cpp135 bool AndroidUnwinder::Unwind(void* ucontext, AndroidUnwinderData& data) { in Unwind()
DRegsArm64.cpp146 Regs* RegsArm64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
/system/libziparchive/incfs_support/
Dsignal_handling.cpp54 void SignalHandler::handler(int sig, siginfo_t* info, void* ucontext) { in handler()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp55 siginfo_t* siginfo, ucontext_t* ucontext) { in engrave_tombstone_ucontext()
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp112 void* ucontext = nullptr; in TEST_F() local
210 void* ucontext; in TEST_F() local
DUnwindTest.cpp405 void* ucontext; in TEST_F() local
/system/core/debuggerd/
Dprotocol.h90 ucontext_t ucontext; member