Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp440 uint32_t core_notes_crc = 0; in CalculateELFNotesSegmentsCRC32() local
454 core_notes_crc = calc_crc32(core_notes_crc, segment_data); in CalculateELFNotesSegmentsCRC32()
458 return core_notes_crc; in CalculateELFNotesSegmentsCRC32()
604 uint32_t core_notes_crc = 0; in GetModuleSpecifications() local
620 core_notes_crc = in GetModuleSpecifications()
631 } else if (core_notes_crc) { in GetModuleSpecifications()
635 u32le data[] = {u32le(g_core_uuid_magic), u32le(core_notes_crc)}; in GetModuleSpecifications()
778 uint32_t core_notes_crc = 0; in GetUUID() local
783 core_notes_crc = in GetUUID()
786 if (core_notes_crc) { in GetUUID()
[all …]