Home
last modified time | relevance | path

Searched refs:cv_signature (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out205 (cv_record).cv_signature = 0x53445352
237 (cv_record).cv_signature = 0x53445352
269 (cv_record).cv_signature = 0x53445352
301 (cv_record).cv_signature = 0x53445352
333 (cv_record).cv_signature = 0x53445352
365 (cv_record).cv_signature = 0x53445352
397 (cv_record).cv_signature = 0x53445352
429 (cv_record).cv_signature = 0x53445352
461 (cv_record).cv_signature = 0x53445352
493 (cv_record).cv_signature = 0x53445352
[all …]
/external/google-breakpad/src/common/windows/
Dpe_util.cc95 ULONG cv_signature; member
170 if (cv_info->cv_signature != CV_SIGNATURE_RSDS) { in ReadModuleInfo()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp61 const CvSignature cv_signature = in GetModuleUUID() local
64 if (cv_signature == CvSignature::Pdb70) { in GetModuleUUID()
76 } else if (cv_signature == CvSignature::ElfBuildId) in GetModuleUUID()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h448 uint32_t cv_signature; member
469 uint32_t cv_signature; member
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc656 const uint32_t cv_signature = MD_CVINFOELF_SIGNATURE; in FillRawModule() local
657 cv.Copy(&cv_signature, sizeof(cv_signature)); in FillRawModule()
658 cv.Copy(cv.position() + sizeof(cv_signature), &identifier_bytes[0], in FillRawModule()
/external/google-breakpad/src/processor/
Dminidump.cc2010 assert(cv_record_elf->cv_signature == MD_CVINFOELF_SIGNATURE); in code_identifier()
2067 assert(cv_record_70->cv_signature == MD_CVINFOPDB70_SIGNATURE); in debug_file()
2082 cv_signature == MD_CVINFOELF_SIGNATURE); in debug_file()
2176 assert(cv_record_70->cv_signature == MD_CVINFOPDB70_SIGNATURE); in debug_identifier()
2198 assert(cv_record_elf->cv_signature == MD_CVINFOELF_SIGNATURE); in debug_identifier()
2321 signature = cv_record_signature->cv_signature; in GetCVRecord()
2339 Swap(&cv_record_70->cv_signature); in GetCVRecord()
2391 Swap(&cv_record_elf->cv_signature); in GetCVRecord()
2557 assert(cv_record_70->cv_signature == MD_CVINFOPDB70_SIGNATURE); in Print()
2560 cv_record_70->cv_signature); in Print()
[all …]
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc466 cv_ptr->cv_signature = MD_CVINFOPDB70_SIGNATURE; in WriteCVRecord()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1445 cv_ptr->cv_signature = MD_CVINFOPDB70_SIGNATURE; in WriteCVRecord()