Searched refs:sighandler_ebp (Results 1 - 6 of 6) sorted by relevance
/external/google-breakpad/src/client/solaris/handler/ |
H A D | minidump_generator.h | 64 uintptr_t sighandler_ebp,
|
H A D | solaris_lwp.cc | 405 bool SolarisLwp::FindSigContext(uintptr_t sighandler_ebp, argument 415 reinterpret_cast<void*>(sighandler_ebp))); 416 *sig_ctx = reinterpret_cast<ucontext_t*>(sighandler_ebp + sizeof (struct frame)); 418 if (sig_esp < previous_ebp && sig_esp > sighandler_ebp) 423 reinterpret_cast<void**>(sighandler_ebp))); 424 *sig_ctx = reinterpret_cast<ucontext_t*>(sighandler_ebp + sizeof (struct frame) + 428 sighandler_ebp = previous_ebp; 430 } while(previous_ebp != sig_ebp && sighandler_ebp != 0 && 431 IsAddressMapped(sighandler_ebp) && depth_counter < MAX_STACK_DEPTH);
|
H A D | exception_handler.h | 153 // If called from a signal handler, sighandler_ebp is the ebp of 159 bool InternalWriteMinidump(int signo, uintptr_t sighandler_ebp,
|
H A D | solaris_lwp.h | 147 bool FindSigContext(uintptr_t sighandler_ebp, ucontext_t **sig_ctx);
|
H A D | exception_handler.cc | 220 uintptr_t sighandler_ebp, 246 minidump_path, signo, sighandler_ebp, sig_ctx); 219 InternalWriteMinidump(int signo, uintptr_t sighandler_ebp, ucontext_t **sig_ctx) argument
|
H A D | minidump_generator.cc | 71 uintptr_t sighandler_ebp; member in struct:__anon6248::WriterArgument 696 if (writer_args->sighandler_ebp != 0 && 697 writer_args->lwp_lister->FindSigContext(writer_args->sighandler_ebp, 755 uintptr_t sighandler_ebp, 775 argument.sighandler_ebp = sighandler_ebp; 753 WriteMinidumpToFile(const char *file_pathname, int signo, uintptr_t sighandler_ebp, ucontext_t **sig_ctx) const argument
|
Completed in 62 milliseconds