Searched refs:bfd_mach (Results 1 – 14 of 14) sorted by relevance
356 static struct { unsigned long bfd_mach, arch, arch_up; } bfd_to_arch_table[] = member392 while (bfd_to_arch_table[i].bfd_mach != 0) in sh_get_arch_from_bfd_mach()393 if (bfd_to_arch_table[i].bfd_mach == mach) in sh_get_arch_from_bfd_mach()414 while (bfd_to_arch_table[i].bfd_mach != 0) in sh_get_arch_up_from_bfd_mach()415 if (bfd_to_arch_table[i].bfd_mach == mach) in sh_get_arch_up_from_bfd_mach()451 while (bfd_to_arch_table[i].bfd_mach != 0) in sh_get_bfd_mach_from_arch_set()465 result = bfd_to_arch_table[i].bfd_mach; in sh_get_bfd_mach_from_arch_set()
6714 unsigned long bfd_mach = sh_get_bfd_mach_from_arch_set (arch_set); in sh_find_elf_flags() local6716 return sh_elf_get_flags_from_mach (bfd_mach); in sh_find_elf_flags()
5064 bfd_mach as well as the flags.6679 bfd_mach constants.
307 (sparc64_elf_object_p): Set bfd_mach correctly.
307 unsigned long bfd_mach; member474 && hint_arch_choice->bfd_mach == hint_bfd_mach)480 && mips_arch_choices[i].bfd_mach == mach)
510 arc_get_opcode_mach (bfd_mach, big_p) in arc_get_opcode_mach() argument511 int bfd_mach, big_p; in arc_get_opcode_mach()520 return mach_type_map[bfd_mach - bfd_mach_arc_5] | (big_p ? ARC_MACH_BIG : 0);
1275 (arc_get_opcode_mach): Subtract off base bfd_mach value.
310 unsigned long bfd_mach; member470 && hint_arch_choice->bfd_mach == hint_bfd_mach) in choose_arch_by_number()476 && mips_arch_choices[i].bfd_mach == mach) in choose_arch_by_number()
1571 arc_get_opcode_mach (int bfd_mach, int big_p) in arc_get_opcode_mach() argument1580 return mach_type_map[bfd_mach - bfd_mach_arc_5] | (big_p ? ARC_MACH_BIG : 0); in arc_get_opcode_mach()
177 enum bfd_architecture bfd_mach; member194 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_table[on].bfd_mach); in allow_m32rx()
171 enum bfd_architecture bfd_mach; member186 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_table[on].bfd_mach); in allow_m32rx()