Home | History | Annotate | Download | only in llvm-objcopy

Lines Matching refs:CRC

509   JamCRC crc;
510 crc.update(ArrayRef<char>(Data.data(), Data.size()));
514 CRC32 = ~crc.getCRC();
518 // Read in the file to compute the CRC of it.
530 Elf_Word *CRC =
532 *CRC = Sec.CRC32;