Searched refs:total_reloc_size (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c2573 unsigned int total_reloc_size = 0; local
2625 = total_reloc_size;
2631 if (bfd_seek (abfd, current_offset + total_reloc_size, SEEK_SET) != 0)
2941 total_reloc_size += subspace_reloc_size;
2947 *total_reloc_sizep = total_reloc_size;
3584 unsigned int strings_size, total_reloc_size; local
3649 if (! som_write_fixups (abfd, current_offset, &total_reloc_size))
3653 obj_som_file_hdr (abfd)->fixup_request_total = total_reloc_size;
3656 obj_som_file_hdr (abfd)->som_length = current_offset + total_reloc_size;

Completed in 174 milliseconds