Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dmodule.cc88 if (!AddressIsInModule(function->address)) { in AddFunction()
134 if (!AddressIsInModule(stack_frame_entry->address)) { in AddStackFrameEntry()
142 if (!AddressIsInModule(ext->address)) { in AddExtern()
251 bool Module::AddressIsInModule(Address address) const { in AddressIsInModule() function in google_breakpad::Module
Dmodule.h315 bool AddressIsInModule(Address address) const;