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