Lines Matching refs:reloc_count
4010 bfd_size_type reloc_count, in mips_elf64_slurp_one_reloc_table() argument
4045 i < reloc_count; in mips_elf64_slurp_one_reloc_table()
4187 bfd_size_type reloc_count; in mips_elf64_slurp_reloc_table() local
4198 || asect->reloc_count == 0) in mips_elf64_slurp_reloc_table()
4202 reloc_count = rel_hdr ? NUM_SHDR_ENTRIES (rel_hdr) : 0; in mips_elf64_slurp_reloc_table()
4206 BFD_ASSERT (asect->reloc_count == 3 * (reloc_count + reloc_count2)); in mips_elf64_slurp_reloc_table()
4221 reloc_count = NUM_SHDR_ENTRIES (rel_hdr); in mips_elf64_slurp_reloc_table()
4227 amt = (reloc_count + reloc_count2) * 3 * sizeof (arelent); in mips_elf64_slurp_reloc_table()
4234 rel_hdr, reloc_count, in mips_elf64_slurp_reloc_table()
4241 relents + reloc_count * 3, in mips_elf64_slurp_reloc_table()
4270 if (sec->reloc_count == 0) in mips_elf64_write_relocs()
4276 for (idx = 0; idx < sec->reloc_count; idx++) in mips_elf64_write_relocs()
4288 if (idx + 1 >= sec->reloc_count) in mips_elf64_write_relocs()
4334 for (idx = 0; idx < sec->reloc_count; idx++, ext_rel++) in mips_elf64_write_rel()
4388 if (idx + 1 >= sec->reloc_count) in mips_elf64_write_rel()
4433 for (idx = 0; idx < sec->reloc_count; idx++, ext_rela++) in mips_elf64_write_rela()
4488 if (idx + 1 >= sec->reloc_count) in mips_elf64_write_rela()