Searched refs:set_arch_mach (Results 1 – 18 of 18) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | sparclynx.c | 39 void NAME (lynx,set_arch_mach) (bfd *, unsigned long); 72 NAME(lynx,set_arch_mach) (bfd *abfd, unsigned long machtype) in NAME() argument 124 NAME(lynx,set_arch_mach) (ABFD, N_MACHTYPE (EXECP)); \
|
D | mipsbsd.c | 49 MY(set_arch_mach) (ABFD, N_MACHTYPE (EXECP)); \ 51 static void MY(set_arch_mach) (bfd *, unsigned long); 80 MY(set_arch_mach) (bfd *abfd, unsigned long machtype) in MY() argument
|
D | libnlm.h | 66 extern bfd_boolean nlmNAME (set_arch_mach) (bfd *, enum bfd_architecture, unsigned l…
|
D | aout-target.h | 470 #define MY_set_arch_mach NAME (aout, set_arch_mach)
|
D | libaout.h | 487 extern bfd_boolean NAME (aout, set_arch_mach)
|
D | aoutf1.h | 159 NAME(sunos,set_arch_mach) (ABFD, N_MACHTYPE (EXECP)); \
|
D | elfcode.h | 117 #define elf_set_arch_mach NAME(bfd_elf,set_arch_mach)
|
D | ChangeLog-9193 | 1236 (NAME(sunos,set_arch_mach)): Treat M_UNKNOWN as 68000, not 68020. 2179 * aoutx.h (NAME(aout,set_arch_mach)): Check return value of 4108 (set_arch_mach): Delete non-MIPS code. 5046 (set_arch_mach): Set reloc_entry_size. 5355 * aoutx.h (set_arch_mach): Call set_sizes callback. 5582 (set_arch_mach): Set page size and segment size once CPU 6925 * elf.c: took the abort out of set_arch_mach so that objdump -i will 6993 * aoutx.h: (set_arch_mach) now calls bfd_default_set_arch_mach to
|
D | pdp11.c | 778 NAME (aout, set_arch_mach) (bfd *abfd, in NAME() argument
|
D | aoutx.h | 874 NAME (aout, set_arch_mach) (bfd *abfd, in NAME() argument
|
D | ChangeLog-9899 | 3233 * mipsbsd.c (MY(set_arch_mach)): Make static. 5152 * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
|
D | ChangeLog-0001 | 2461 * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
|
D | ChangeLog-0203 | 6683 * mipsbsd.c (MY(set_arch_mach)): Likewise.
|
D | ChangeLog-9495 | 6580 (NAME(aout,set_arch_mach)): Change NAME(aout,machine_type) call
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mn10300.c | 2437 set_arch_mach (int mach) in set_arch_mach() function 2541 { "am30", set_arch_mach, AM30 }, 2542 { "am33", set_arch_mach, AM33 }, 2543 { "am33_2", set_arch_mach, AM33_2 }, 2544 { "mn10300", set_arch_mach, MN103 },
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9899 | 3246 * config/tc-mn10300.c (set_arch_mach): New function.
|
D | ChangeLog-0203 | 3394 * config/tc-mn10300.c (set_arch_mach): Change argument type to
|
D | ChangeLog-0001 | 1245 * config/tc-mn10300.c (set_arch_mach): Make param unsigned.
|