Home
last modified time | relevance | path

Searched refs:sh_ef_bfd_table (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-sh.c6564 static unsigned int sh_ef_bfd_table[] = { EF_SH_BFD_TABLE }; variable
6571 if (flags >= sizeof(sh_ef_bfd_table)) in sh_elf_set_mach_from_flags()
6574 if (sh_ef_bfd_table[flags] == 0) in sh_elf_set_mach_from_flags()
6577 bfd_default_set_arch_mach (abfd, bfd_arch_sh, sh_ef_bfd_table[flags]); in sh_elf_set_mach_from_flags()
6591 int i = ARRAY_SIZE (sh_ef_bfd_table) - 1; in sh_elf_get_flags_from_mach()
6594 if (sh_ef_bfd_table[i] == mach) in sh_elf_get_flags_from_mach()
DChangeLog-20043049 * elf32-sh.c (sh_ef_bfd_table): Add table.
3051 use of sh_ef_bfd_table .