Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp412 uint32_t core_notes_crc = 0; in CalculateELFNotesSegmentsCRC32() local
426 core_notes_crc = calc_crc32(core_notes_crc, segment_data); in CalculateELFNotesSegmentsCRC32()
430 return core_notes_crc; in CalculateELFNotesSegmentsCRC32()
576 uint32_t core_notes_crc = 0; in GetModuleSpecifications() local
594 core_notes_crc = in GetModuleSpecifications()
605 } else if (core_notes_crc) { in GetModuleSpecifications()
609 u32le data[] = {u32le(g_core_uuid_magic), u32le(core_notes_crc)}; in GetModuleSpecifications()
758 uint32_t core_notes_crc = 0; in GetUUID() local
763 core_notes_crc = in GetUUID()
766 if (core_notes_crc) { in GetUUID()
[all …]