Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc292 ListModules(&callback_param); in GetLwpStackBottom()
297 return ListModules(NULL); in GetModuleCount()
300 int SolarisLwp::ListModules( in ListModules() function in google_breakpad::SolarisLwp
395 ListModules(&callback_param); in IsAddressMapped()
Dsolaris_lwp.h141 int ListModules(CallbackParam<ModuleCallback> *callback_param) const;
Dminidump_generator.cc558 return writer_args->lwp_lister->ListModules(&callback) == module_count; in WriteModuleListStream()