Searched refs:coff_compute_checksum (Results 1 – 11 of 11) sorted by relevance
3352 coff_compute_checksum (bfd *abfd, unsigned int *pelength) in coff_compute_checksum() function3401 computed = coff_compute_checksum (abfd, &pelength); in coff_apply_checksum()
147 (coff_read_word, coff_compute_checksum): ..to here. Delete
9482 (coff_compute_checksum): New.
3415 coff_compute_checksum (bfd *abfd, unsigned int *pelength) in coff_compute_checksum() function3485 computed = coff_compute_checksum (abfd, &pelength); in coff_apply_checksum()
250 * coffcode.h (coff_compute_checksum): Improve speed by reducing
51138 …* coffcode.h (coff_compute_checksum): Improve speed by reducing the number of seeks and reads used.