Lines Matching refs:reloc_count
4001 bfd_size_type reloc_count, in mips_elf64_slurp_one_reloc_table() argument
4036 i < reloc_count; in mips_elf64_slurp_one_reloc_table()
4178 bfd_size_type reloc_count; in mips_elf64_slurp_reloc_table() local
4189 || asect->reloc_count == 0) in mips_elf64_slurp_reloc_table()
4193 reloc_count = rel_hdr ? NUM_SHDR_ENTRIES (rel_hdr) : 0; in mips_elf64_slurp_reloc_table()
4197 BFD_ASSERT (asect->reloc_count == 3 * (reloc_count + reloc_count2)); in mips_elf64_slurp_reloc_table()
4212 reloc_count = NUM_SHDR_ENTRIES (rel_hdr); in mips_elf64_slurp_reloc_table()
4218 amt = (reloc_count + reloc_count2) * 3 * sizeof (arelent); in mips_elf64_slurp_reloc_table()
4225 rel_hdr, reloc_count, in mips_elf64_slurp_reloc_table()
4232 relents + reloc_count * 3, in mips_elf64_slurp_reloc_table()
4261 if (sec->reloc_count == 0) in mips_elf64_write_relocs()
4267 for (idx = 0; idx < sec->reloc_count; idx++) in mips_elf64_write_relocs()
4279 if (idx + 1 >= sec->reloc_count) in mips_elf64_write_relocs()
4325 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel()
4379 if (idx + 1 >= sec->reloc_count) in mips_elf64_write_rel()
4424 for (idx = 0; idx < sec->reloc_count; idx++, ext_rela++) in mips_elf64_write_rela()
4479 if (idx + 1 >= sec->reloc_count) in mips_elf64_write_rela()