Searched refs:CRCPos (Results 1 – 1 of 1) sorted by relevance
53 size_t CRCPos = alignTo(FileName.size() + 1, 4); in createGnuDebugLinkSectionContents() local54 std::vector<uint8_t> Data(CRCPos + 4); in createGnuDebugLinkSectionContents()56 support::endian::write32le(Data.data() + CRCPos, CRC32); in createGnuDebugLinkSectionContents()