HomeSort by: relevance | last modified time | path
    Searched defs:total_reloc_size (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
som.c 2916 unsigned int total_reloc_size = 0; local
2970 = total_reloc_size;
2976 if (bfd_seek (abfd, current_offset + total_reloc_size, SEEK_SET) != 0)
3297 total_reloc_size += subspace_reloc_size;
3303 *total_reloc_sizep = total_reloc_size;
3877 unsigned int strings_size, total_reloc_size; local
3945 if (! som_write_fixups (abfd, current_offset, &total_reloc_size))
3949 obj_som_file_hdr (abfd)->fixup_request_total = total_reloc_size;
3952 obj_som_file_hdr (abfd)->som_length = current_offset + total_reloc_size;
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 2916 unsigned int total_reloc_size = 0; local
2970 = total_reloc_size;
2976 if (bfd_seek (abfd, current_offset + total_reloc_size, SEEK_SET) != 0)
3297 total_reloc_size += subspace_reloc_size;
3303 *total_reloc_sizep = total_reloc_size;
3877 unsigned int strings_size, total_reloc_size; local
3945 if (! som_write_fixups (abfd, current_offset, &total_reloc_size))
3949 obj_som_file_hdr (abfd)->fixup_request_total = total_reloc_size;
3952 obj_som_file_hdr (abfd)->som_length = current_offset + total_reloc_size;
  /src/external/gpl3/gdb/dist/bfd/
som.c 2916 unsigned int total_reloc_size = 0; local
2970 = total_reloc_size;
2976 if (bfd_seek (abfd, current_offset + total_reloc_size, SEEK_SET) != 0)
3297 total_reloc_size += subspace_reloc_size;
3303 *total_reloc_sizep = total_reloc_size;
3877 unsigned int strings_size, total_reloc_size; local
3945 if (! som_write_fixups (abfd, current_offset, &total_reloc_size))
3949 obj_som_file_hdr (abfd)->fixup_request_total = total_reloc_size;
3952 obj_som_file_hdr (abfd)->som_length = current_offset + total_reloc_size;
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 2916 unsigned int total_reloc_size = 0; local
2970 = total_reloc_size;
2976 if (bfd_seek (abfd, current_offset + total_reloc_size, SEEK_SET) != 0)
3297 total_reloc_size += subspace_reloc_size;
3303 *total_reloc_sizep = total_reloc_size;
3877 unsigned int strings_size, total_reloc_size; local
3945 if (! som_write_fixups (abfd, current_offset, &total_reloc_size))
3949 obj_som_file_hdr (abfd)->fixup_request_total = total_reloc_size;
3952 obj_som_file_hdr (abfd)->som_length = current_offset + total_reloc_size;

Completed in 43 milliseconds