Searched refs:NUM_MD5_BYTES (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | codeview.c | 29 #define NUM_MD5_BYTES 16 macro 32 #define FILE_ENTRY_LENGTH (sizeof (struct file_checksum) + NUM_MD5_BYTES \ 66 uint8_t md5[NUM_MD5_BYTES]; 181 fc.checksum_length = NUM_MD5_BYTES; in write_checksums() 187 memcpy (ptr, sf->md5, NUM_MD5_BYTES); in write_checksums() 188 ptr += NUM_MD5_BYTES; in write_checksums()
|
H A D | dwarf2dbg.c | 201 #define NUM_MD5_BYTES 16 macro 207 unsigned char md5[NUM_MD5_BYTES]; 704 memset (files[i].md5, 0, NUM_MD5_BYTES); in assign_file_to_slot() 864 && memcmp (generic_bignum, files[num].md5, NUM_MD5_BYTES) != 0) in allocate_filename_to_slot() 975 unsigned int bits_remaining = NUM_MD5_BYTES * BITS_PER_CHAR; in allocate_filename_to_slot() 976 unsigned int byte = NUM_MD5_BYTES; in allocate_filename_to_slot() 996 unsigned int bits_remaining = NUM_MD5_BYTES * BITS_PER_CHAR; in allocate_filename_to_slot() 1018 memset (files[i].md5, 0, NUM_MD5_BYTES); in allocate_filename_to_slot() 2311 for (j = 0; j < NUM_MD5_BYTES; ++j) in out_dir_and_file_list() 2372 for (b = 0; b < NUM_MD5_BYTES; b++) in out_dir_and_file_list()
|
H A D | ChangeLog-2020 | 4743 (NUM_MD5_BYTES): Define.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | dwarf2dbg.c | 197 #define NUM_MD5_BYTES 16 macro 203 unsigned char md5[NUM_MD5_BYTES]; 700 memset (files[i].md5, 0, NUM_MD5_BYTES); in assign_file_to_slot() 858 && memcmp (generic_bignum, files[num].md5, NUM_MD5_BYTES) != 0) in allocate_filename_to_slot() 969 unsigned int bits_remaining = NUM_MD5_BYTES * BITS_PER_CHAR; in allocate_filename_to_slot() 970 unsigned int byte = NUM_MD5_BYTES; in allocate_filename_to_slot() 990 unsigned int bits_remaining = NUM_MD5_BYTES * BITS_PER_CHAR; in allocate_filename_to_slot() 1012 memset (files[i].md5, 0, NUM_MD5_BYTES); in allocate_filename_to_slot() 2297 for (j = 0; j < NUM_MD5_BYTES; ++j) in out_dir_and_file_list() 2358 for (b = 0; b < NUM_MD5_BYTES; b++) in out_dir_and_file_list()
|
H A D | ChangeLog-2020 | 4743 (NUM_MD5_BYTES): Define.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 156676 for (j = 0; i < NUM_MD5_BYTES; ++j)
|