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.cc249 uint64_t base_of_image, in Module() argument
257 D64(base_of_image); in Module()
Dsynth_minidump.h257 uint64_t base_of_image,
Dminidump.cc1742 Swap(&module_.base_of_image); in Read()
1769 numeric_limits<uint64_t>::max() - module_.base_of_image) { in Read()
1771 HexString(module_.base_of_image) << "+" << in Read()
2288 module_.base_of_image); in Print()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc801 mapping.start_address = rawmodule->base_of_image; in ParseModuleStream()
802 mapping.end_address = rawmodule->size_of_image + rawmodule->base_of_image; in ParseModuleStream()
833 crashinfo->signatures[rawmodule->base_of_image] = prefix + basename; in ParseModuleStream()
838 (unsigned long long)rawmodule->base_of_image, in ParseModuleStream()
839 (unsigned long long)rawmodule->base_of_image + in ParseModuleStream()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1291 module->base_of_image = image->GetVMAddr() + image->GetVMAddrSlide(); in WriteModuleStream()
1357 module->base_of_image = seg->vmaddr + slide; in WriteModuleStream()
1433 reinterpret_cast<void *>(module->base_of_image), in WriteCVRecord()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h379 uint64_t base_of_image; member
/external/v8/tools/
Dgrokdump.py771 start = module.base_of_image
1048 self._LoadSymbolsFrom(symfile, module.base_of_image)
1056 start = module.base_of_image
2824 f.write("base: %s" % self.reader.FormatIntPtr(module.base_of_image))
2826 f.write(" end: %s" % self.reader.FormatIntPtr(module.base_of_image +
3804 print " base: %s" % reader.FormatIntPtr(module.base_of_image)
3805 print " end: %s" % reader.FormatIntPtr(module.base_of_image +
3860 print " %s at %08X" % (name, module.base_of_image)
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h383 return valid_ ? module_.base_of_image : static_cast<uint64_t>(-1); in base_address()
/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.cc545 mod.base_of_image = mapping.start_addr; in FillRawModule()