Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp545 uint32_t core_notes_crc = 0; in CalculateELFNotesSegmentsCRC32() local
559 core_notes_crc = calc_crc32(core_notes_crc, segment_data.GetDataStart(), in CalculateELFNotesSegmentsCRC32()
564 return core_notes_crc; in CalculateELFNotesSegmentsCRC32()
710 uint32_t core_notes_crc = 0; in GetModuleSpecifications() local
729 core_notes_crc = in GetModuleSpecifications()
741 } else if (core_notes_crc) { in GetModuleSpecifications()
745 u32le data[] = {u32le(g_core_uuid_magic), u32le(core_notes_crc)}; in GetModuleSpecifications()
912 uint32_t core_notes_crc = 0; in GetUUID() local
917 core_notes_crc = CalculateELFNotesSegmentsCRC32(m_program_headers, m_data); in GetUUID()
919 if (core_notes_crc) { in GetUUID()
[all …]