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

  /src/external/gpl3/binutils/dist/bfd/
elf32-sh.c 5761 static unsigned int sh_ef_bfd_table[] = { EF_SH_BFD_TABLE };
5768 if (flags >= ARRAY_SIZE (sh_ef_bfd_table))
5771 if (sh_ef_bfd_table[flags] == 0)
5774 bfd_default_set_arch_mach (abfd, bfd_arch_sh, sh_ef_bfd_table[flags]);
5780 /* Reverse table lookup for sh_ef_bfd_table[].
5788 int i = ARRAY_SIZE (sh_ef_bfd_table) - 1;
5791 if (sh_ef_bfd_table[i] == mach)
5755 static unsigned int sh_ef_bfd_table[] = { EF_SH_BFD_TABLE }; variable
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-sh.c 5760 static unsigned int sh_ef_bfd_table[] = { EF_SH_BFD_TABLE };
5767 if (flags >= ARRAY_SIZE (sh_ef_bfd_table))
5770 if (sh_ef_bfd_table[flags] == 0)
5773 bfd_default_set_arch_mach (abfd, bfd_arch_sh, sh_ef_bfd_table[flags]);
5779 /* Reverse table lookup for sh_ef_bfd_table[].
5787 int i = ARRAY_SIZE (sh_ef_bfd_table) - 1;
5790 if (sh_ef_bfd_table[i] == mach)
5754 static unsigned int sh_ef_bfd_table[] = { EF_SH_BFD_TABLE }; variable
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-sh.c 5757 static unsigned int sh_ef_bfd_table[] = { EF_SH_BFD_TABLE };
5764 if (flags >= ARRAY_SIZE (sh_ef_bfd_table))
5767 if (sh_ef_bfd_table[flags] == 0)
5770 bfd_default_set_arch_mach (abfd, bfd_arch_sh, sh_ef_bfd_table[flags]);
5776 /* Reverse table lookup for sh_ef_bfd_table[].
5784 int i = ARRAY_SIZE (sh_ef_bfd_table) - 1;
5787 if (sh_ef_bfd_table[i] == mach)
5751 static unsigned int sh_ef_bfd_table[] = { EF_SH_BFD_TABLE }; variable
  /src/external/gpl3/gdb/dist/bfd/
elf32-sh.c 5760 static unsigned int sh_ef_bfd_table[] = { EF_SH_BFD_TABLE };
5767 if (flags >= ARRAY_SIZE (sh_ef_bfd_table))
5770 if (sh_ef_bfd_table[flags] == 0)
5773 bfd_default_set_arch_mach (abfd, bfd_arch_sh, sh_ef_bfd_table[flags]);
5779 /* Reverse table lookup for sh_ef_bfd_table[].
5787 int i = ARRAY_SIZE (sh_ef_bfd_table) - 1;
5790 if (sh_ef_bfd_table[i] == mach)
5754 static unsigned int sh_ef_bfd_table[] = { EF_SH_BFD_TABLE }; variable

Completed in 34 milliseconds