Searched refs:crc_offset (Results 1 – 1 of 1) sorted by relevance
1173 unsigned int crc_offset; in bfd_get_debug_link_info() local1194 crc_offset = strnlen (name, bfd_get_section_size (sect)) + 1; in bfd_get_debug_link_info()1195 crc_offset = (crc_offset + 3) & ~3; in bfd_get_debug_link_info()1196 if (crc_offset >= bfd_get_section_size (sect)) in bfd_get_debug_link_info()1199 crc32 = bfd_get_32 (abfd, contents + crc_offset); in bfd_get_debug_link_info()1630 bfd_size_type crc_offset; in bfd_fill_in_gnu_debuglink_section() local1677 crc_offset = debuglink_size - 4; in bfd_fill_in_gnu_debuglink_section()1679 memset (contents + filelen, 0, crc_offset - filelen); in bfd_fill_in_gnu_debuglink_section()1681 bfd_put_32 (abfd, crc32, contents + crc_offset); in bfd_fill_in_gnu_debuglink_section()