Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump.cc2008 const MDCVInfoELF* cv_record_elf = in code_identifier() local
2010 assert(cv_record_elf->cv_signature == MD_CVINFOELF_SIGNATURE); in code_identifier()
2017 cv_record_elf->build_id[build_id_index]); in code_identifier()
2196 const MDCVInfoELF* cv_record_elf = in debug_identifier() local
2198 assert(cv_record_elf->cv_signature == MD_CVINFOELF_SIGNATURE); in debug_identifier()
2206 memcpy(&guid, &cv_record_elf->build_id, in debug_identifier()
2389 MDCVInfoELF* cv_record_elf = in GetCVRecord() local
2391 Swap(&cv_record_elf->cv_signature); in GetCVRecord()
2584 const MDCVInfoELF* cv_record_elf = in Print() local
2586 assert(cv_record_elf->cv_signature == MD_CVINFOELF_SIGNATURE); in Print()
[all …]