Lines Matching refs:reloc_count

1958       section->reloc_count = hdr->s_nreloc = n.r_vaddr - 1;  in coff_set_alignment_hook()
1989 real_sec->reloc_count = hdr->s_paddr; in coff_set_alignment_hook()
2023 section->reloc_count = hdr->s_nreloc = n.r_vaddr - 1; in coff_set_alignment_hook()
2590 amt = s->reloc_count; in coff_write_relocs()
2595 if (s->reloc_count > 0) in coff_write_relocs()
2601 qsort (p, s->reloc_count, sizeof (arelent *), compare_arelent_ptr); in coff_write_relocs()
2610 if ((obj_pe (abfd) || obj_go32 (abfd)) && s->reloc_count >= 0xffff) in coff_write_relocs()
2617 n.r_vaddr = s->reloc_count + 1; in coff_write_relocs()
2625 for (i = 0; i < s->reloc_count; i++) in coff_write_relocs()
3070 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff) in coff_compute_section_file_positions()
3510 unsigned long reloc_size = 0, reloc_count = 0; in coff_write_object_contents() local
3547 if ((obj_pe (abfd) || obj_go32 (abfd)) && current->reloc_count >= 0xffff) in coff_write_object_contents()
3548 reloc_count ++; in coff_write_object_contents()
3550 reloc_count += current->reloc_count; in coff_write_object_contents()
3553 reloc_size = reloc_count * bfd_coff_relsz (abfd); in coff_write_object_contents()
3571 if (current->reloc_count) in coff_write_object_contents()
3574 reloc_base += current->reloc_count * bfd_coff_relsz (abfd); in coff_write_object_contents()
3577 if ((obj_pe (abfd) || obj_go32 (abfd)) && current->reloc_count >= 0xffff) in coff_write_object_contents()
3739 section.s_nreloc = current->reloc_count; in coff_write_object_contents()
3743 if (current->reloc_count != 0) in coff_write_object_contents()
3757 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff) in coff_write_object_contents()
3924 if (current->reloc_count >= 0xffff || current->lineno_count >= 0xffff) in coff_write_object_contents()
3932 scnhdr.s_paddr = current->reloc_count; in coff_write_object_contents()
5264 if (asect->reloc_count == 0) in coff_slurp_reloc_table()
5272 asect->reloc_count, in coff_slurp_reloc_table()
5277 if (_bfd_mul_overflow (asect->reloc_count, sizeof (arelent), &amt)) in coff_slurp_reloc_table()
5289 for (idx = 0; idx < asect->reloc_count; idx++) in coff_slurp_reloc_table()
5416 for (count = 0; count < section->reloc_count; count++) in coff_canonicalize_reloc()
5429 for (; count++ < section->reloc_count;) in coff_canonicalize_reloc()
5433 return section->reloc_count; in coff_canonicalize_reloc()