Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote.c4790 unsigned long host_crc, target_crc; in compare_sections_command() local
4831 host_crc = crc32 ((unsigned char *) sectdata, size, 0xffffffff); in compare_sections_command()
4845 if (host_crc == target_crc) in compare_sections_command()