Searched refs:core_notes_crc (Results 1 – 1 of 1) sorted by relevance
545 uint32_t core_notes_crc = 0; in CalculateELFNotesSegmentsCRC32() local559 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() local729 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() local917 core_notes_crc = CalculateELFNotesSegmentsCRC32(m_program_headers, m_data); in GetUUID()919 if (core_notes_crc) { in GetUUID()[all …]