Lines Matching refs:reloc_count

635       o->reloc_count = 0;  in _bfd_coff_final_link()
656 o->reloc_count += sec->reloc_count; in _bfd_coff_final_link()
664 if (sec->reloc_count > max_reloc_count) in _bfd_coff_final_link()
665 max_reloc_count = sec->reloc_count; in _bfd_coff_final_link()
670 ++o->reloc_count; in _bfd_coff_final_link()
672 if (o->reloc_count == 0) in _bfd_coff_final_link()
678 rel_filepos += o->reloc_count * relsz; in _bfd_coff_final_link()
681 if (obj_pe (abfd) && o->reloc_count >= 0xffff) in _bfd_coff_final_link()
735 if (o->reloc_count != 0) in _bfd_coff_final_link()
751 amt = o->reloc_count; in _bfd_coff_final_link()
755 amt = o->reloc_count; in _bfd_coff_final_link()
763 if (o->reloc_count > max_output_reloc_count) in _bfd_coff_final_link()
764 max_output_reloc_count = o->reloc_count; in _bfd_coff_final_link()
769 o->reloc_count = 0; in _bfd_coff_final_link()
1051 if (o->reloc_count == 0) in _bfd_coff_final_link()
1055 irelend = irel + o->reloc_count; in _bfd_coff_final_link()
1070 if (obj_pe (abfd) && o->reloc_count >= 0xffff) in _bfd_coff_final_link()
1079 incount.r_vaddr = o->reloc_count + 1; in _bfd_coff_final_link()
1087 (bfd_size_type) relsz * o->reloc_count, abfd) in _bfd_coff_final_link()
1088 != (bfd_size_type) relsz * o->reloc_count) in _bfd_coff_final_link()
1342 if ((a->flags & SEC_RELOC) == 0 || a->reloc_count < 1 in mark_relocs()
1355 …(flaginfo->section_info[ a->output_section->target_index ].relocs + a->output_section->reloc_count) in mark_relocs()
1363 irelend = irel + a->reloc_count; in mark_relocs()
2331 && o->reloc_count != 0) in _bfd_coff_link_input_bfd()
2366 + o->output_section->reloc_count) in _bfd_coff_link_input_bfd()
2369 && o->reloc_count > 0) in _bfd_coff_link_input_bfd()
2375 for (; irel < &internal_relocs[o->reloc_count]; irel++) in _bfd_coff_link_input_bfd()
2419 irelend = irel + o->reloc_count; in _bfd_coff_link_input_bfd()
2421 + o->output_section->reloc_count); in _bfd_coff_link_input_bfd()
2495 o->output_section->reloc_count += o->reloc_count; in _bfd_coff_link_input_bfd()
2691 if (sec->reloc_count > 0xffff in _bfd_coff_write_global_sym()
2698 sec->reloc_count); in _bfd_coff_write_global_sym()
2709 auxp->x_scn.x_nreloc = sec->reloc_count; in _bfd_coff_write_global_sym()
2831 + output_section->reloc_count); in _bfd_coff_reloc_link_order()
2833 + output_section->reloc_count); in _bfd_coff_reloc_link_order()
2888 ++output_section->reloc_count; in _bfd_coff_reloc_link_order()
2910 relend = rel + input_section->reloc_count; in _bfd_coff_generic_relocate_section()