Searched refs:max_reloc_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-ppc.c2078 bfd_size_type max_reloc_count;
2131 max_reloc_count = 0;
2165 if (sec->reloc_count > max_reloc_count)
2166 max_reloc_count = sec->reloc_count;
2287 finfo.external_relocs = (bfd_byte *) bfd_malloc (max_reloc_count * relsz);
2290 amt = max_reloc_count * sizeof (struct internal_reloc);
2299 || (finfo.external_relocs == NULL && max_reloc_count > 0)
2302 && max_reloc_count > 0))
2067 bfd_size_type max_reloc_count; local
H A Dcofflink.c638 bfd_size_type max_reloc_count;
692 max_reloc_count = 0;
726 if (sec->reloc_count > max_reloc_count)
727 max_reloc_count = sec->reloc_count;
860 amt = max_reloc_count * relsz;
864 amt = max_reloc_count * sizeof (struct internal_reloc);
873 || (finfo.external_relocs == NULL && max_reloc_count > 0)
876 && max_reloc_count > 0))
637 bfd_size_type max_reloc_count; local
H A Dxcofflink.c5339 bfd_size_type max_reloc_count;
5386 max_reloc_count = 0;
5423 if (sec->reloc_count > max_reloc_count)
5424 max_reloc_count = sec->reloc_count;
5659 amt = max_reloc_count * relsz;
5667 || (finfo.external_relocs == NULL && max_reloc_count > 0))
5333 bfd_size_type max_reloc_count; local

Completed in 93 milliseconds