Home
last modified time | relevance | path

Searched refs:IsAddressMapped (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.h151 bool IsAddressMapped(uintptr_t address) const;
Dsolaris_lwp.cc390 bool SolarisLwp::IsAddressMapped(uintptr_t address) const { in IsAddressMapped() function in google_breakpad::SolarisLwp
431 IsAddressMapped(sighandler_ebp) && depth_counter < MAX_STACK_DEPTH); in FindSigContext()