Searched refs:file_crc (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/os/solaris/add_gnu_debuglink/ |
H A D | add_gnu_debuglink.c | 65 unsigned int file_crc = 0; /* CRC for debug info file */ local 93 file_crc = gnu_debuglink_crc32(file_crc, buffer, len); 187 (void) memcpy(&buffer[buffer_len], &file_crc, sizeof file_crc); 188 buffer_len += sizeof file_crc;
|
/openjdk7/jdk/make/tools/add_gnu_debuglink/ |
H A D | add_gnu_debuglink.c | 65 unsigned int file_crc = 0; /* CRC for debug info file */ local 93 file_crc = gnu_debuglink_crc32(file_crc, buffer, len); 187 (void) memcpy(&buffer[buffer_len], &file_crc, sizeof file_crc); 188 buffer_len += sizeof file_crc;
|
/openjdk7/hotspot/agent/src/os/linux/ |
H A D | symtab.c | 136 unsigned int file_crc = 0; local 150 file_crc = gnu_debuglink_crc32(file_crc, buffer, len); 153 if (crc == file_crc)
|
Completed in 34 milliseconds