Lines Matching refs:reloc_count
659 o->reloc_count = 0; in _bfd_coff_final_link()
680 o->reloc_count += sec->reloc_count; in _bfd_coff_final_link()
688 if (sec->reloc_count > max_reloc_count) in _bfd_coff_final_link()
689 max_reloc_count = sec->reloc_count; in _bfd_coff_final_link()
694 ++o->reloc_count; in _bfd_coff_final_link()
696 if (o->reloc_count == 0) in _bfd_coff_final_link()
702 rel_filepos += o->reloc_count * relsz; in _bfd_coff_final_link()
705 if ((obj_pe (abfd) || obj_go32 (abfd)) && o->reloc_count >= 0xffff) in _bfd_coff_final_link()
759 if (o->reloc_count != 0) in _bfd_coff_final_link()
775 amt = o->reloc_count; in _bfd_coff_final_link()
779 amt = o->reloc_count; in _bfd_coff_final_link()
787 if (o->reloc_count > max_output_reloc_count) in _bfd_coff_final_link()
788 max_output_reloc_count = o->reloc_count; in _bfd_coff_final_link()
793 o->reloc_count = 0; in _bfd_coff_final_link()
1037 if (o->reloc_count == 0) in _bfd_coff_final_link()
1041 irelend = irel + o->reloc_count; in _bfd_coff_final_link()
1056 if ((obj_pe (abfd) || obj_go32 (abfd)) && o->reloc_count >= 0xffff) in _bfd_coff_final_link()
1065 incount.r_vaddr = o->reloc_count + 1; in _bfd_coff_final_link()
1073 (bfd_size_type) relsz * o->reloc_count, abfd) in _bfd_coff_final_link()
1074 != (bfd_size_type) relsz * o->reloc_count) in _bfd_coff_final_link()
1314 if ((a->flags & SEC_RELOC) == 0 || a->reloc_count < 1 in mark_relocs()
1327 …(flaginfo->section_info[ a->output_section->target_index ].relocs + a->output_section->reloc_count) in mark_relocs()
1335 irelend = irel + a->reloc_count; in mark_relocs()
2304 && o->reloc_count != 0) in _bfd_coff_link_input_bfd()
2340 + o->output_section->reloc_count) in _bfd_coff_link_input_bfd()
2343 && o->reloc_count > 0) in _bfd_coff_link_input_bfd()
2349 for (; irel < &internal_relocs[o->reloc_count]; irel++) in _bfd_coff_link_input_bfd()
2394 irelend = irel + o->reloc_count; in _bfd_coff_link_input_bfd()
2396 + o->output_section->reloc_count); in _bfd_coff_link_input_bfd()
2468 o->output_section->reloc_count += o->reloc_count; in _bfd_coff_link_input_bfd()
2683 if (sec->reloc_count > 0xffff in _bfd_coff_write_global_sym()
2689 output_bfd, sec, sec->reloc_count); in _bfd_coff_write_global_sym()
2699 auxp->x_scn.x_nreloc = sec->reloc_count; in _bfd_coff_write_global_sym()
2817 + output_section->reloc_count); in _bfd_coff_reloc_link_order()
2819 + output_section->reloc_count); in _bfd_coff_reloc_link_order()
2873 ++output_section->reloc_count; in _bfd_coff_reloc_link_order()
2895 relend = rel + input_section->reloc_count; in _bfd_coff_generic_relocate_section()