Home
last modified time | relevance | path

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

12

/aosp12/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Ducontext.h22 struct ucontext { struct
24 struct ucontext * uc_link; argument
25 stack_t uc_stack;
26 sigset_t uc_sigmask;
27 __u8 __linux_unused[1024 / 8 - sizeof(sigset_t)];
28 struct sigcontext uc_mcontext;
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Ducontext.h21 struct ucontext { struct
23 struct ucontext * uc_link; argument
24 stack_t uc_stack;
25 struct sigcontext uc_mcontext;
26 sigset_t uc_sigmask;
/aosp12/bionic/libc/include/sys/
H A Ducontext.h85 typedef struct ucontext { struct
87 struct ucontext* uc_link; argument
101 } ucontext_t; argument
113 typedef struct ucontext { argument
/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_handler.cpp298 void* ucontext; member
485 auto *ucontext = static_cast<ucontext_t*>(context); in debuggerd_signal_handler() local
/aosp12/system/unwinding/libbacktrace/
H A Dbacktrace_testlib.cpp75 std::vector<uint8_t>* ucontext; member
85 ucontext_t ucontext; in GetContextAndExit() local
136 void test_get_context_and_wait(void* ucontext, volatile int* exit_flag) { in test_get_context_and_wait()
H A DThreadEntry.cpp128 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext() local
H A DBacktraceCurrent.cpp79 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind()
H A DUnwindStack.cpp158 bool UnwindStackCurrent::UnwindFromContext(size_t num_ignore_frames, void* ucontext) { in UnwindFromContext()
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() local
/aosp12/system/unwinding/libunwindstack/
H A DRegsX86_64.cpp111 void RegsX86_64::SetFromUcontext(x86_64_ucontext_t* ucontext) { in SetFromUcontext()
127 Regs* RegsX86_64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
H A DRegsX86.cpp94 void RegsX86::SetFromUcontext(x86_ucontext_t* ucontext) { in SetFromUcontext()
107 Regs* RegsX86::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
H A DRegs.cpp74 Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { in CreateFromUcontext()
H A DThreadEntry.cpp97 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext() local
H A DRegsMips64.cpp112 Regs* RegsMips64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
H A DRegsArm.cpp91 Regs* RegsArm::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
H A DRegsMips.cpp112 Regs* RegsMips::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
H A DRegsArm64.cpp146 Regs* RegsArm64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
/aosp12/system/libziparchive/incfs_support/
H A Dsignal_handling.cpp54 void SignalHandler::handler(int sig, siginfo_t* info, void* ucontext) { in handler()
/aosp12/art/test/004-SignalTest/
H A Dsignaltest.cc32 #define ucontext __darwin_ucontext macro
/aosp12/system/core/debuggerd/
H A Dprotocol.h90 ucontext_t ucontext; member
/aosp12/art/runtime/arch/x86/
H A Dfault_handler_x86.cc32 #define ucontext __darwin_ucontext macro
/aosp12/art/sigchainlib/
H A Dsigchain.cc372 ucontext_t* ucontext = static_cast<ucontext_t*>(ucontext_raw); in Handler() local
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp563 siginfo_t* siginfo, ucontext_t* ucontext) { in engrave_tombstone_ucontext()
/aosp12/art/test/115-native-bridge/
H A Dnativebridge.cc537 #define ucontext __darwin_ucontext macro

12