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

/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-ppc.c2063 bfd_size_type max_reloc_count;
2116 max_reloc_count = 0;
2150 if (sec->reloc_count > max_reloc_count)
2151 max_reloc_count = sec->reloc_count;
2272 finfo.external_relocs = (bfd_byte *) bfd_malloc (max_reloc_count * relsz);
2275 amt = max_reloc_count * sizeof (struct internal_reloc);
2284 || (finfo.external_relocs == NULL && max_reloc_count > 0)
2287 && max_reloc_count > 0))
2052 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.c5338 bfd_size_type max_reloc_count;
5385 max_reloc_count = 0;
5422 if (sec->reloc_count > max_reloc_count)
5423 max_reloc_count = sec->reloc_count;
5658 amt = max_reloc_count * relsz;
5666 || (finfo.external_relocs == NULL && max_reloc_count > 0))
5332 bfd_size_type max_reloc_count; local
/haiku-buildtools/binutils/bfd/
H A Dcoff-ppc.c1982 bfd_size_type max_reloc_count;
2035 max_reloc_count = 0;
2069 if (sec->reloc_count > max_reloc_count)
2070 max_reloc_count = sec->reloc_count;
2191 flaginfo.external_relocs = (bfd_byte *) bfd_malloc (max_reloc_count * relsz);
2194 amt = max_reloc_count * sizeof (struct internal_reloc);
2203 || (flaginfo.external_relocs == NULL && max_reloc_count > 0)
2206 && max_reloc_count > 0))
1974 bfd_size_type max_reloc_count; local
H A Dcofflink.c579 bfd_size_type max_reloc_count;
633 max_reloc_count = 0;
667 if (sec->reloc_count > max_reloc_count)
668 max_reloc_count = sec->reloc_count;
803 amt = max_reloc_count * relsz;
807 amt = max_reloc_count * sizeof (struct internal_reloc);
816 || (flaginfo.external_relocs == NULL && max_reloc_count > 0)
819 && max_reloc_count > 0))
578 bfd_size_type max_reloc_count; local
H A Dxcofflink.c5838 bfd_size_type max_reloc_count;
5894 max_reloc_count = 0;
5927 if (sec->reloc_count > max_reloc_count)
5928 max_reloc_count = sec->reloc_count;
6163 amt = max_reloc_count * relsz;
6171 || (flinfo.external_relocs == NULL && max_reloc_count > 0))
5826 bfd_size_type max_reloc_count; local

Completed in 202 milliseconds