Searched refs:core_notes_crc (Results 1 – 1 of 1) sorted by relevance
474 uint32_t core_notes_crc = 0; in CalculateELFNotesSegmentsCRC32() local488 core_notes_crc = calc_crc32(core_notes_crc, segment_data); in CalculateELFNotesSegmentsCRC32()492 return core_notes_crc; in CalculateELFNotesSegmentsCRC32()650 uint32_t core_notes_crc = 0; in GetModuleSpecifications() local666 core_notes_crc = in GetModuleSpecifications()677 } else if (core_notes_crc) { in GetModuleSpecifications()681 u32le data[] = {u32le(g_core_uuid_magic), u32le(core_notes_crc)}; in GetModuleSpecifications()837 uint32_t core_notes_crc = 0; in GetUUID() local842 core_notes_crc = in GetUUID()845 if (core_notes_crc) { in GetUUID()[all …]