Searched refs:identifier_bytes (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 446 auto_wasteful_vector<uint8_t, kDefaultBuildIdSize> identifier_bytes( in DumpModule() local 451 identifier_bytes.insert(identifier_bytes.end(), in DumpModule() 459 identifier_bytes); in DumpModule() 464 memcpy(&module_identifier, &identifier_bytes[0], in DumpModule() 465 std::min(sizeof(MDGUID), identifier_bytes.size())); in DumpModule()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 635 auto_wasteful_vector<uint8_t, kDefaultBuildIdSize> identifier_bytes( in FillRawModule() local 640 identifier_bytes.insert(identifier_bytes.end(), in FillRawModule() 648 identifier_bytes); in FillRawModule() 651 if (!identifier_bytes.empty()) { in FillRawModule() 653 if (!cv.Allocate(MDCVInfoELF_minsize + identifier_bytes.size())) in FillRawModule() 658 cv.Copy(cv.position() + sizeof(cv_signature), &identifier_bytes[0], in FillRawModule() 659 identifier_bytes.size()); in FillRawModule()
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.cc | 287 unsigned char identifier_bytes[16]; in Identifier() local 290 if (!file_id.MachoIdentifier(cpu_type, cpu_subtype, identifier_bytes)) { in Identifier() 297 FileID::ConvertIdentifierToString(identifier_bytes, identifier_string, in Identifier()
|