Searched refs:core_notes_crc (Results 1 – 1 of 1) sorted by relevance
412 uint32_t core_notes_crc = 0; in CalculateELFNotesSegmentsCRC32() local426 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() local594 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() local763 core_notes_crc = in GetUUID()766 if (core_notes_crc) { in GetUUID()[all …]