Home
last modified time | relevance | path

Searched refs:FindSigContext (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.h147 bool FindSigContext(uintptr_t sighandler_ebp, ucontext_t **sig_ctx);
Dsolaris_lwp.cc405 bool SolarisLwp::FindSigContext(uintptr_t sighandler_ebp, in FindSigContext() function in google_breakpad::SolarisLwp
Dminidump_generator.cc697 writer_args->lwp_lister->FindSigContext(writer_args->sighandler_ebp, in Write()