| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-m68k.h | 33 #define TARGET_FORMAT "a.out-sunos-big" macro 36 #define TARGET_FORMAT "a.out-m68k-netbsd" macro 39 #define TARGET_FORMAT "a.out-m68k-linux" macro 41 #ifndef TARGET_FORMAT 42 #define TARGET_FORMAT "a.out-zero-big" macro 47 #define TARGET_FORMAT "elf32-m68k" macro 57 #define TARGET_FORMAT "coff-m68k-lynx" macro 60 #define TARGET_FORMAT "coff-m68k-aux" macro 63 #define TARGET_FORMAT "coff-m68k-sysv" macro
|
| D | tc-arm.h | 54 # define TARGET_FORMAT "a.out-riscix" macro 57 # define TARGET_FORMAT "a.out-arm-linux" macro 59 # define TARGET_FORMAT "a.out-arm-netbsd" macro 62 # define TARGET_FORMAT (target_big_endian ? "a.out-arm-big" : "a.out-arm-little") macro 65 # define TARGET_FORMAT "aif" macro 70 # define TARGET_FORMAT (target_big_endian ? "epoc-pe-arm-big" : "epoc-pe-arm-little") macro 72 # define TARGET_FORMAT (target_big_endian ? "pe-arm-big" : "pe-arm-little") macro 75 # define TARGET_FORMAT (target_big_endian ? "coff-arm-big" : "coff-arm-little") macro 79 # define TARGET_FORMAT elf32_arm_target_format () macro
|
| D | tc-vax.h | 28 #define TARGET_FORMAT "a.out-vax-netbsd" macro 30 #ifndef TARGET_FORMAT 31 #define TARGET_FORMAT "a.out-vax-bsd" macro 36 #define TARGET_FORMAT "vms-vax" macro 40 #define TARGET_FORMAT "elf32-vax" macro
|
| D | tc-hppa.h | 52 #define TARGET_FORMAT "elf64-hppa-linux" macro 54 #define TARGET_FORMAT "elf64-hppa" macro 59 #define TARGET_FORMAT "elf32-hppa-linux" macro 62 #define TARGET_FORMAT "elf32-hppa-netbsd" macro 64 #define TARGET_FORMAT "elf32-hppa" macro 72 #define TARGET_FORMAT "som" macro
|
| D | obj-coff.h | 52 #ifndef TARGET_FORMAT 53 #define TARGET_FORMAT "coff-arm" macro 73 #define TARGET_FORMAT "pe-i386" macro 76 #ifndef TARGET_FORMAT 77 #define TARGET_FORMAT "coff-i386" macro 83 #ifndef TARGET_FORMAT 84 #define TARGET_FORMAT "coff-m68k" macro 90 #define TARGET_FORMAT "coff-a29k-big" macro 95 #define TARGET_FORMAT "coff-or32-big" macro 100 #define TARGET_FORMAT "coff-Intel-little" macro [all …]
|
| D | tc-mcore.h | 66 #define TARGET_FORMAT (target_big_endian ? "pe-mcore-big" : "pe-mcore-little") macro 84 #define TARGET_FORMAT (target_big_endian ? "elf32-mcore-big" : "elf32-mcore-little") macro 100 #ifndef TARGET_FORMAT
|
| D | tc-sh.h | 187 #define TARGET_FORMAT (!target_big_endian ? "elf32-sh-linux" : "elf32-shbig-linux") macro 189 #define TARGET_FORMAT (!target_big_endian ? "elf32-shl-nbsd" : "elf32-sh-nbsd") macro 191 #define TARGET_FORMAT (!target_big_endian ? "elf32-shl-symbian" : "elf32-sh-symbian") macro 193 #define TARGET_FORMAT (!target_big_endian ? "elf32-shl" : "elf32-sh") macro
|
| D | tc-or32.h | 30 #define TARGET_FORMAT "elf32-or32" macro 35 #define TARGET_FORMAT "coff-or32-big" macro
|
| D | tc-mn10300.h | 59 #define TARGET_FORMAT "elf32-am33lin" macro 61 #define TARGET_FORMAT "elf32-mn10300" macro
|
| D | tc-ns32k.h | 34 #ifndef TARGET_FORMAT /* Maybe defined in te-*.h. */ 35 #define TARGET_FORMAT "a.out-pc532-mach" macro
|
| D | tc-i386.h | 77 #define TARGET_FORMAT i386_target_format () macro 80 #define TARGET_FORMAT ELF_TARGET_FORMAT macro 83 #define TARGET_FORMAT AOUT_TARGET_FORMAT macro
|
| D | tc-sh64.h | 72 #undef TARGET_FORMAT 73 #define TARGET_FORMAT sh64_target_format () macro
|
| D | te-pc532mach.h | 5 #define TARGET_FORMAT "a.out-pc532-mach" macro
|
| D | te-nbsd532.h | 5 #define TARGET_FORMAT "a.out-ns32k-netbsd" macro
|
| D | te-dpx2.h | 8 #define TARGET_FORMAT "coff-m68k-un" macro
|
| D | te-go32.h | 8 #define TARGET_FORMAT "coff-go32" macro
|
| D | tc-pdp11.h | 23 #define TARGET_FORMAT "a.out-pdp11" macro
|
| D | tc-tic30.h | 28 #define TARGET_FORMAT "a.out-tic30" macro
|
| D | tc-mn10200.h | 32 #define TARGET_FORMAT "elf32-mn10200" macro
|
| D | tc-tic80.h | 26 #define TARGET_FORMAT "coff-tic80" macro
|
| D | tc-i370.h | 46 #define TARGET_FORMAT ("elf32-i370") macro
|
| D | tc-ip2k.h | 33 #define TARGET_FORMAT "elf32-ip2k" macro
|
| D | tc-openrisc.h | 36 #define TARGET_FORMAT "elf32-openrisc" macro
|
| D | tc-iq2000.h | 33 #define TARGET_FORMAT "elf32-iq2000" macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | output-file.c | 49 else if (!(stdoutput = bfd_openw (name, TARGET_FORMAT))) in output_file_create() 52 as_perror (_("Selected target format '%s' unknown"), TARGET_FORMAT); in output_file_create()
|