Lines Matching refs:reloc_count
877 if (sec->reloc_count == 0) in elf_write_relocs()
890 rela_hdr->sh_size = rela_hdr->sh_entsize * sec->reloc_count; in elf_write_relocs()
926 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize) in elf_write_relocs()
1385 bfd_size_type reloc_count, in elf_slurp_reloc_table_from_section() argument
1419 i < reloc_count; in elf_slurp_reloc_table_from_section()
1488 bfd_size_type reloc_count; in elf_slurp_reloc_table() local
1499 || asect->reloc_count == 0) in elf_slurp_reloc_table()
1503 reloc_count = rel_hdr ? NUM_SHDR_ENTRIES (rel_hdr) : 0; in elf_slurp_reloc_table()
1508 if (asect->reloc_count != reloc_count + reloc_count2) in elf_slurp_reloc_table()
1524 reloc_count = NUM_SHDR_ENTRIES (rel_hdr); in elf_slurp_reloc_table()
1529 amt = (reloc_count + reloc_count2) * sizeof (arelent); in elf_slurp_reloc_table()
1536 rel_hdr, reloc_count, in elf_slurp_reloc_table()
1544 relents + reloc_count, in elf_slurp_reloc_table()