Searched defs:ucontext (Results 1 – 17 of 17) sorted by relevance
| /system/core/debuggerd/handler/ |
| D | debuggerd_fallback.cpp | 96 static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) { in debuggerd_fallback_trace() 175 static void trace_handler(siginfo_t* info, ucontext_t* ucontext) { in trace_handler() 316 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler() 355 extern "C" void debuggerd_fallback_handler(siginfo_t* info, ucontext_t* ucontext, in debuggerd_fallback_handler()
|
| D | debuggerd_handler.cpp | 372 void* ucontext; member 595 auto *ucontext = static_cast<ucontext_t*>(context); in debuggerd_signal_handler() local
|
| /system/unwinding/libunwindstack/ |
| D | RegsX86_64.cpp | 111 void RegsX86_64::SetFromUcontext(x86_64_ucontext_t* ucontext) { in SetFromUcontext() 127 Regs* RegsX86_64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| D | RegsX86.cpp | 94 void RegsX86::SetFromUcontext(x86_ucontext_t* ucontext) { in SetFromUcontext() 107 Regs* RegsX86::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| D | Regs.cpp | 123 Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { in CreateFromUcontext()
|
| D | ThreadEntry.cpp | 112 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext() local
|
| D | RegsArm.cpp | 91 Regs* RegsArm::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| D | RegsRiscv64.cpp | 150 Regs* RegsRiscv64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| D | AndroidUnwinder.cpp | 135 bool AndroidUnwinder::Unwind(void* ucontext, AndroidUnwinderData& data) { in Unwind()
|
| D | RegsArm64.cpp | 146 Regs* RegsArm64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| /system/libziparchive/incfs_support/ |
| D | signal_handling.cpp | 49 void SignalHandler::handler(int sig, siginfo_t* info, void* ucontext) { in handler()
|
| /system/core/debuggerd/libdebuggerd/ |
| D | tombstone.cpp | 56 siginfo_t* siginfo, ucontext_t* ucontext) { in engrave_tombstone_ucontext()
|
| /system/unwinding/libunwindstack/tests/ |
| D | AndroidUnwinderTest.cpp | 112 void* ucontext = nullptr; in TEST_F() local 210 void* ucontext; in TEST_F() local
|
| D | UnwindTest.cpp | 405 void* ucontext; in TEST_F() local
|
| /system/core/debuggerd/ |
| D | protocol.h | 90 ucontext_t ucontext; member
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 12878 struct ucontext { struct 12880 struct ucontext *uc_link; argument 12890 struct ucontext uc; argument 142174 struct ib_ucontext *ucontext; member
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 25658 struct ucontext { struct 25660 struct ucontext *uc_link; argument 25680 struct ucontext uc; argument 149824 struct ib_ucontext *ucontext; member
|