Searched refs:core_notes_crc (Results 1 – 1 of 1) sorted by relevance
457 uint32_t core_notes_crc = 0; in CalculateELFNotesSegmentsCRC32() local471 core_notes_crc = calc_crc32(core_notes_crc, segment_data); in CalculateELFNotesSegmentsCRC32()475 return core_notes_crc; in CalculateELFNotesSegmentsCRC32()621 uint32_t core_notes_crc = 0; in GetModuleSpecifications() local637 core_notes_crc = in GetModuleSpecifications()648 } else if (core_notes_crc) { in GetModuleSpecifications()652 u32le data[] = {u32le(g_core_uuid_magic), u32le(core_notes_crc)}; in GetModuleSpecifications()795 uint32_t core_notes_crc = 0; in GetUUID() local800 core_notes_crc = in GetUUID()803 if (core_notes_crc) { in GetUUID()[all …]