Home | History | Annotate | Download | only in MC

Lines Matching refs:CRC

604 // because it needs to compute a CRC.
609 // to CRC the data before we dump it into the object file.
617 // Calculate our CRC with an initial value of '0', this is not how
641 uint32_t CRC = writeSectionContents(Asm, Layout, MCSec);
643 // Update the section definition auxiliary symbol to record the CRC.
648 SecDef.Aux.SectionDefinition.CheckSum = CRC;