Searched refs:crc_offset (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/oce/
H A Doce_sysctl.c622 uint32_t crc_offset; local
626 crc_offset = hdrs_size + img_offset + img_size - 4;
628 p += crc_offset;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.c989 int crc_offset;
1004 crc_offset = strlen (contents) + 1;
1005 crc_offset = (crc_offset + 3) & ~3;
1007 crc32 = bfd_get_32 (objfile->obfd, (bfd_byte *) (contents + crc_offset));
988 int crc_offset; local
/freebsd-11-stable/contrib/binutils/bfd/
H A Dopncls.c1128 int crc_offset;
1148 crc_offset = strlen (name) + 1;
1149 crc_offset = (crc_offset + 3) & ~3;
1151 crc32 = bfd_get_32 (abfd, contents + crc_offset);
1431 bfd_size_type crc_offset;
1478 crc_offset = debuglink_size - 4;
1480 bfd_put_32 (abfd, crc32, contents + crc_offset);
1127 int crc_offset; local
1430 bfd_size_type crc_offset; local

Completed in 155 milliseconds