Home | History | Annotate | Download | only in bfd

Lines Matching full:csum

6565   unsigned int csum;
6641 csum = 0;
6644 csum ^= bfd_getb32 (&p[i]);
6645 bfd_putb32 (csum, &lst.checksum);