HomeSort by: relevance | last modified time | path
    Searched defs:max_reloc_count (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
cofflink.c 622 bfd_size_type max_reloc_count;
676 max_reloc_count = 0;
710 if (sec->reloc_count > max_reloc_count)
711 max_reloc_count = sec->reloc_count;
846 amt = max_reloc_count * relsz;
850 amt = max_reloc_count * sizeof (struct internal_reloc);
859 || (flaginfo.external_relocs == NULL && max_reloc_count > 0)
862 && max_reloc_count > 0))
621 bfd_size_type max_reloc_count; local
xcofflink.c 6987 bfd_size_type max_reloc_count;
7043 max_reloc_count = 0;
7076 if (sec->reloc_count > max_reloc_count)
7077 max_reloc_count = sec->reloc_count;
7314 amt = max_reloc_count * relsz;
7322 || (flinfo.external_relocs == NULL && max_reloc_count > 0))
6975 bfd_size_type max_reloc_count; local
  /src/external/gpl3/binutils.old/dist/bfd/
cofflink.c 634 bfd_size_type max_reloc_count;
688 max_reloc_count = 0;
722 if (sec->reloc_count > max_reloc_count)
723 max_reloc_count = sec->reloc_count;
858 amt = max_reloc_count * relsz;
862 amt = max_reloc_count * sizeof (struct internal_reloc);
871 || (flaginfo.external_relocs == NULL && max_reloc_count > 0)
874 && max_reloc_count > 0))
633 bfd_size_type max_reloc_count; local
xcofflink.c 6987 bfd_size_type max_reloc_count;
7043 max_reloc_count = 0;
7076 if (sec->reloc_count > max_reloc_count)
7077 max_reloc_count = sec->reloc_count;
7314 amt = max_reloc_count * relsz;
7322 || (flinfo.external_relocs == NULL && max_reloc_count > 0))
6975 bfd_size_type max_reloc_count; local
  /src/external/gpl3/gdb/dist/bfd/
cofflink.c 633 bfd_size_type max_reloc_count;
687 max_reloc_count = 0;
721 if (sec->reloc_count > max_reloc_count)
722 max_reloc_count = sec->reloc_count;
857 amt = max_reloc_count * relsz;
861 amt = max_reloc_count * sizeof (struct internal_reloc);
870 || (flaginfo.external_relocs == NULL && max_reloc_count > 0)
873 && max_reloc_count > 0))
632 bfd_size_type max_reloc_count; local
xcofflink.c 6940 bfd_size_type max_reloc_count;
6996 max_reloc_count = 0;
7029 if (sec->reloc_count > max_reloc_count)
7030 max_reloc_count = sec->reloc_count;
7267 amt = max_reloc_count * relsz;
7275 || (flinfo.external_relocs == NULL && max_reloc_count > 0))
6928 bfd_size_type max_reloc_count; local
  /src/external/gpl3/gdb.old/dist/bfd/
cofflink.c 633 bfd_size_type max_reloc_count;
687 max_reloc_count = 0;
721 if (sec->reloc_count > max_reloc_count)
722 max_reloc_count = sec->reloc_count;
857 amt = max_reloc_count * relsz;
861 amt = max_reloc_count * sizeof (struct internal_reloc);
870 || (flaginfo.external_relocs == NULL && max_reloc_count > 0)
873 && max_reloc_count > 0))
632 bfd_size_type max_reloc_count; local
xcofflink.c 6948 bfd_size_type max_reloc_count;
7004 max_reloc_count = 0;
7037 if (sec->reloc_count > max_reloc_count)
7038 max_reloc_count = sec->reloc_count;
7275 amt = max_reloc_count * relsz;
7283 || (flinfo.external_relocs == NULL && max_reloc_count > 0))
6936 bfd_size_type max_reloc_count; local

Completed in 65 milliseconds