Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.h144 uintptr_t GetLwpStackBottom(uintptr_t current_esp) const;
Dminidump_generator.cc109 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_ebp); in IsLwpCrashedCallback()
138 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_esp); in WriteLwpStack()
700 writer_args->lwp_lister->GetLwpStackBottom( in Write()
Dsolaris_lwp.cc287 uintptr_t SolarisLwp::GetLwpStackBottom(uintptr_t current_esp) const { in GetLwpStackBottom() function in google_breakpad::SolarisLwp