Lines Matching refs:reloc_count
954 relend = rel + input_section->reloc_count; in coff_ppc_relocate_section()
1557 if (sec->reloc_count == 0) in ppc_process_before_allocation()
1567 for (rel = i; rel < i + sec->reloc_count; ++rel) in ppc_process_before_allocation()
2025 o->reloc_count = 0; in ppc_bfd_coff_final_link()
2047 o->reloc_count += sec->reloc_count; in ppc_bfd_coff_final_link()
2055 if (sec->reloc_count > max_reloc_count) in ppc_bfd_coff_final_link()
2056 max_reloc_count = sec->reloc_count; in ppc_bfd_coff_final_link()
2061 ++o->reloc_count; in ppc_bfd_coff_final_link()
2063 if (o->reloc_count == 0) in ppc_bfd_coff_final_link()
2069 rel_filepos += o->reloc_count * relsz; in ppc_bfd_coff_final_link()
2111 if (o->reloc_count != 0) in ppc_bfd_coff_final_link()
2127 amt = o->reloc_count; in ppc_bfd_coff_final_link()
2131 amt = o->reloc_count; in ppc_bfd_coff_final_link()
2139 if (o->reloc_count > max_output_reloc_count) in ppc_bfd_coff_final_link()
2140 max_output_reloc_count = o->reloc_count; in ppc_bfd_coff_final_link()
2145 o->reloc_count = 0; in ppc_bfd_coff_final_link()
2341 if (o->reloc_count == 0) in ppc_bfd_coff_final_link()
2345 irelend = irel + o->reloc_count; in ppc_bfd_coff_final_link()
2358 amt = relsz * o->reloc_count; in ppc_bfd_coff_final_link()