Home
last modified time | relevance | path

Searched refs:base_of_image (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out184 base_of_image = 0x400000
216 base_of_image = 0x7c900000
248 base_of_image = 0x7c800000
280 base_of_image = 0x774e0000
312 base_of_image = 0x77dd0000
344 base_of_image = 0x77e70000
376 base_of_image = 0x77f10000
408 base_of_image = 0x77d40000
440 base_of_image = 0x77c10000
472 base_of_image = 0x76390000
[all …]
/external/google-breakpad/src/processor/
Dsynth_minidump.cc246 uint64_t base_of_image, in Module() argument
254 D64(base_of_image); in Module()
301 uint64_t base_of_image, in UnloadedModule() argument
306 D64(base_of_image); in UnloadedModule()
Dsynth_minidump.h257 uint64_t base_of_image,
276 uint64_t base_of_image,
Dminidump.cc1883 Swap(&module_.base_of_image); in Read()
1910 numeric_limits<uint64_t>::max() - module_.base_of_image) { in Read()
1912 HexString(module_.base_of_image) << "+" << in Read()
2505 module_.base_of_image); in Print()
3810 Swap(&unloaded_module_.base_of_image); in Read()
3820 numeric_limits<uint64_t>::max() - unloaded_module_.base_of_image) { in Read()
3822 HexString(unloaded_module_.base_of_image) << "+" << in Read()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h387 uint64_t base_of_image; member
687 uint64_t base_of_image; member
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc981 mapping.start_address = rawmodule->base_of_image; in ParseModuleStream()
982 mapping.end_address = rawmodule->size_of_image + rawmodule->base_of_image; in ParseModuleStream()
1007 crashinfo->signatures[rawmodule->base_of_image] = signature; in ParseModuleStream()
1012 rawmodule->base_of_image, in ParseModuleStream()
1013 rawmodule->base_of_image + rawmodule->size_of_image, in ParseModuleStream()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp333 lldb::addr_t base_of_image) { in CheckForLinuxExecutable() argument
336 lldb::addr_t addr = base_of_image; in CheckForLinuxExecutable()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h397 return valid_ ? module_.base_of_image : static_cast<uint64_t>(-1); in base_address()
775 return valid_ ? unloaded_module_.base_of_image : 0; in base_address()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1311 module->base_of_image = image->GetVMAddr() + image->GetVMAddrSlide(); in WriteModuleStream()
1377 module->base_of_image = seg->vmaddr + slide; in WriteModuleStream()
1453 reinterpret_cast<void *>(module->base_of_image), in WriteCVRecord()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc525 module.base_of_image = (uint64_t)module_info.start_addr; in ModuleInfoCallback()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc632 mod->base_of_image = mapping.start_addr; in FillRawModule()