Home
last modified time | relevance | path

Searched refs:TARGET_FORMAT (Results 1 – 25 of 55) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-m68k.h33 #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
Dtc-arm.h54 # 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
Dtc-vax.h28 #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
Dtc-hppa.h52 #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
Dobj-coff.h52 #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 …]
Dtc-mcore.h66 #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
Dtc-sh.h187 #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
Dtc-or32.h30 #define TARGET_FORMAT "elf32-or32" macro
35 #define TARGET_FORMAT "coff-or32-big" macro
Dtc-mn10300.h59 #define TARGET_FORMAT "elf32-am33lin" macro
61 #define TARGET_FORMAT "elf32-mn10300" macro
Dtc-ns32k.h34 #ifndef TARGET_FORMAT /* Maybe defined in te-*.h. */
35 #define TARGET_FORMAT "a.out-pc532-mach" macro
Dtc-i386.h77 #define TARGET_FORMAT i386_target_format () macro
80 #define TARGET_FORMAT ELF_TARGET_FORMAT macro
83 #define TARGET_FORMAT AOUT_TARGET_FORMAT macro
Dtc-sh64.h72 #undef TARGET_FORMAT
73 #define TARGET_FORMAT sh64_target_format () macro
Dte-pc532mach.h5 #define TARGET_FORMAT "a.out-pc532-mach" macro
Dte-nbsd532.h5 #define TARGET_FORMAT "a.out-ns32k-netbsd" macro
Dte-dpx2.h8 #define TARGET_FORMAT "coff-m68k-un" macro
Dte-go32.h8 #define TARGET_FORMAT "coff-go32" macro
Dtc-pdp11.h23 #define TARGET_FORMAT "a.out-pdp11" macro
Dtc-tic30.h28 #define TARGET_FORMAT "a.out-tic30" macro
Dtc-mn10200.h32 #define TARGET_FORMAT "elf32-mn10200" macro
Dtc-tic80.h26 #define TARGET_FORMAT "coff-tic80" macro
Dtc-i370.h46 #define TARGET_FORMAT ("elf32-i370") macro
Dtc-ip2k.h33 #define TARGET_FORMAT "elf32-ip2k" macro
Dtc-openrisc.h36 #define TARGET_FORMAT "elf32-openrisc" macro
Dtc-iq2000.h33 #define TARGET_FORMAT "elf32-iq2000" macro
/mirbsd/src/gnu/usr.bin/binutils/gas/
Doutput-file.c49 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()

123