Lines Matching refs:checksum
1653 dst->checksum = bfd_getb32 (src->checksum);
1691 bfd_putb32 (src->checksum, dst->checksum);
1942 dst->checksum = bfd_getb32 (src->checksum);
4202 /* Swap and compute the checksum for the file header just before writing
4205 bfd_putb32 (som_compute_checksum (&ext_header), ext_header.checksum);
4259 /* Compute and return the checksum for a SOM file header. */
4264 unsigned long checksum, count, i;
4267 checksum = 0;
4270 checksum ^= *(buffer + i);
4272 return checksum;
6638 /* Compute the checksum. Must happen after the entire lst header
6645 bfd_putb32 (csum, &lst.checksum);