Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp428 uint32_t core_notes_crc = 0; in CalculateELFNotesSegmentsCRC32() local
442 core_notes_crc = calc_crc32(core_notes_crc, segment_data); in CalculateELFNotesSegmentsCRC32()
446 return core_notes_crc; in CalculateELFNotesSegmentsCRC32()
592 uint32_t core_notes_crc = 0; in GetModuleSpecifications() local
608 core_notes_crc = in GetModuleSpecifications()
619 } else if (core_notes_crc) { in GetModuleSpecifications()
623 u32le data[] = {u32le(g_core_uuid_magic), u32le(core_notes_crc)}; in GetModuleSpecifications()
772 uint32_t core_notes_crc = 0; in GetUUID() local
777 core_notes_crc = in GetUUID()
780 if (core_notes_crc) { in GetUUID()
[all …]