Home
last modified time | relevance | path

Searched refs:bfd_mach (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-sh.c356 static struct { unsigned long bfd_mach, arch, arch_up; } bfd_to_arch_table[] = member
392 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()
H A Delf32-sh.c6714 unsigned long bfd_mach = sh_get_bfd_mach_from_arch_set (arch_set); in sh_find_elf_flags() local
6716 return sh_elf_get_flags_from_mach (bfd_mach); in sh_find_elf_flags()
H A DChangeLog-02035064 bfd_mach as well as the flags.
6679 bfd_mach constants.
H A DChangeLog-9697307 (sparc64_elf_object_p): Set bfd_mach correctly.
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dmips-dis.c307 unsigned long bfd_mach; member
474 && hint_arch_choice->bfd_mach == hint_bfd_mach)
480 && mips_arch_choices[i].bfd_mach == mach)
H A Darc-opc.c510 arc_get_opcode_mach (bfd_mach, big_p) in arc_get_opcode_mach() argument
511 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);
H A DChangeLog-02031275 (arc_get_opcode_mach): Subtract off base bfd_mach value.
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmips-dis.c310 unsigned long bfd_mach; member
470 && 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()
H A Darc-opc.c1571 arc_get_opcode_mach (int bfd_mach, int big_p) in arc_get_opcode_mach() argument
1580 return mach_type_map[bfd_mach - bfd_mach_arc_5] | (big_p ? ARC_MACH_BIG : 0); in arc_get_opcode_mach()
H A DChangeLog-02031275 (arc_get_opcode_mach): Subtract off base bfd_mach value.
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-m32r.c177 enum bfd_architecture bfd_mach; member
194 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_table[on].bfd_mach); in allow_m32rx()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32r.c171 enum bfd_architecture bfd_mach; member
186 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_table[on].bfd_mach); in allow_m32rx()
/openbsd/gnu/usr.bin/binutils/bfd/
H A DChangeLog-02035064 bfd_mach as well as the flags.
6679 bfd_mach constants.
H A DChangeLog-9697307 (sparc64_elf_object_p): Set bfd_mach correctly.