Lines Matching refs:relcount
2169 long relcount; in merge_gnu_build_notes() local
2174 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, isympp); in merge_gnu_build_notes()
2176 if (relcount != 0) in merge_gnu_build_notes()
4292 long relcount; in copy_relocations_in_section() local
4334 relcount = isection->reloc_count; in copy_relocations_in_section()
4340 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp); in copy_relocations_in_section()
4341 if (relcount < 0) in copy_relocations_in_section()
4357 for (w_relpp = relpp, i = 0; i < relcount; i++) in copy_relocations_in_section()
4365 relcount = w_relpp - relpp; in copy_relocations_in_section()
4369 bfd_set_reloc (obfd, osection, relcount == 0 ? NULL : relpp, relcount); in copy_relocations_in_section()
4370 if (relcount == 0) in copy_relocations_in_section()
4571 long relcount, i; in mark_symbols_used_in_relocations() local
4590 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, symbols); in mark_symbols_used_in_relocations()
4591 if (relcount < 0) in mark_symbols_used_in_relocations()
4596 for (i = 0; i < relcount; i++) in mark_symbols_used_in_relocations()