Home
last modified time | relevance | path

Searched refs:coff_compute_checksum (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffcode.h3352 coff_compute_checksum (bfd *abfd, unsigned int *pelength) in coff_compute_checksum() function
3401 computed = coff_compute_checksum (abfd, &pelength); in coff_apply_checksum()
H A DChangeLog-2020147 (coff_read_word, coff_compute_checksum): ..to here. Delete
H A DChangeLog-02039482 (coff_compute_checksum): New.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h3415 coff_compute_checksum (bfd *abfd, unsigned int *pelength) in coff_compute_checksum() function
3485 computed = coff_compute_checksum (abfd, &pelength); in coff_apply_checksum()
H A DChangeLog250 * coffcode.h (coff_compute_checksum): Improve speed by reducing
H A DChangeLog-2020147 (coff_read_word, coff_compute_checksum): ..to here. Delete
H A DChangeLog-02039482 (coff_compute_checksum): New.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2020147 (coff_read_word, coff_compute_checksum): ..to here. Delete
H A DChangeLog-02039482 (coff_compute_checksum): New.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-02039482 (coff_compute_checksum): New.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git51138 …* coffcode.h (coff_compute_checksum): Improve speed by reducing the number of seeks and reads used.