Home
last modified time | relevance | path

Searched refs:SetLoadAddress (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/
Dmodule.h336 void SetLoadAddress(Address load_address);
Dmodule_unittest.cc158 m.SetLoadAddress(0x2ab698b0b6407073ULL); in TEST()
261 m.SetLoadAddress(0x2ab698b0b6407073ULL); in TEST()
Dmodule.cc128 void Module::SetLoadAddress(Address address) { in SetLoadAddress() function in google_breakpad::Module
/external/google-breakpad/src/common/mac/
Ddump_syms.cc643 module_->SetLoadAddress(segment.vmaddr); in SegmentCommand()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc876 module->SetLoadAddress(loading_addr); in LoadSymbols()