Home
last modified time | relevance | path

Searched refs:file_crc (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dopncls.c851 unsigned long file_crc = 0; in separate_debug_file_exists() local
862 file_crc = bfd_calc_gnu_debuglink_crc32 (file_crc, buffer, count); in separate_debug_file_exists()
866 return crc == file_crc; in separate_debug_file_exists()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dopncls.c1132 unsigned long file_crc = 0; in separate_debug_file_exists() local
1143 file_crc = bfd_calc_gnu_debuglink_crc32 (file_crc, buffer, count); in separate_debug_file_exists()
1147 return crc == file_crc; in separate_debug_file_exists()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c1044 unsigned long file_crc = 0; in separate_debug_file_exists() local
1054 file_crc = gnu_debuglink_crc32 (file_crc, buffer, count); in separate_debug_file_exists()
1058 return crc == file_crc; in separate_debug_file_exists()