HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_FORMAT (Results 1 - 25 of 71) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/config/
te-nbsd532.h 24 #define TARGET_FORMAT "a.out-ns32k-netbsd"
te-pc532mach.h 24 #define TARGET_FORMAT "a.out-pc532-mach"
tc-pdp11.h 23 #define TARGET_FORMAT "a.out-pdp11"
tc-vax.h 27 #define TARGET_FORMAT "a.out-vax-netbsd"
29 #ifndef TARGET_FORMAT
30 #define TARGET_FORMAT "a.out-vax-bsd"
35 #define TARGET_FORMAT "vms-vax"
39 #define TARGET_FORMAT "elf32-vax"
tc-mn10200.h 28 #define TARGET_FORMAT "elf32-mn10200"
tc-tic30.h 28 #define TARGET_FORMAT "a.out-tic30"
tc-z8k.h 24 #define TARGET_FORMAT "coff-z8k"
tc-m68k.h 29 #define TARGET_FORMAT "a.out-sunos-big"
32 #define TARGET_FORMAT "a.out-m68k-netbsd"
35 #define TARGET_FORMAT "a.out-m68k-linux"
37 #ifndef TARGET_FORMAT
38 #define TARGET_FORMAT "a.out-zero-big"
43 #define TARGET_FORMAT "elf32-m68k"
53 #define TARGET_FORMAT "coff-m68k-aux"
56 #define TARGET_FORMAT "coff-m68k-sysv"
tc-mcore.h 49 #define TARGET_FORMAT (target_big_endian ? "pe-mcore-big" : "pe-mcore-little")
67 #define TARGET_FORMAT (target_big_endian ? "elf32-mcore-big" : "elf32-mcore-little")
83 #ifndef TARGET_FORMAT
tc-i370.h 39 #define TARGET_FORMAT ("elf32-i370")
tc-lm32.h 25 #define TARGET_FORMAT "elf32-lm32"
tc-moxie.h 28 #define TARGET_FORMAT (target_big_endian ? "elf32-bigmoxie" : "elf32-littlemoxie")
tc-hppa.h 51 #define TARGET_FORMAT "elf64-hppa-linux"
53 #define TARGET_FORMAT "elf64-hppa"
58 #define TARGET_FORMAT "elf32-hppa-linux"
61 #define TARGET_FORMAT "elf32-hppa-netbsd"
63 #define TARGET_FORMAT "elf32-hppa"
71 #define TARGET_FORMAT "som"
tc-dlx.h 27 #define TARGET_FORMAT "elf32-dlx"
tc-ip2k.h 28 #define TARGET_FORMAT "elf32-ip2k"
obj-coff.h 38 #ifndef TARGET_FORMAT
39 #define TARGET_FORMAT "coff-arm"
62 #ifndef TARGET_FORMAT
64 #define TARGET_FORMAT "coff-x86-64"
66 #define TARGET_FORMAT "coff-i386"
73 #ifndef TARGET_FORMAT
74 #define TARGET_FORMAT "coff-m68k"
80 #define TARGET_FORMAT "coff-Intel-little"
85 #define TARGET_FORMAT "coff-z80"
90 #define TARGET_FORMAT "coff-z8k
    [all...]
tc-arm.h 51 # define TARGET_FORMAT "a.out-riscix"
54 # define TARGET_FORMAT "a.out-arm-linux"
56 # define TARGET_FORMAT "a.out-arm-netbsd"
59 # define TARGET_FORMAT (target_big_endian ? "a.out-arm-big" : "a.out-arm-little")
62 # define TARGET_FORMAT "aif"
67 # define TARGET_FORMAT (target_big_endian ? "epoc-pe-arm-big" : "epoc-pe-arm-little")
69 # define TARGET_FORMAT (target_big_endian ? "pe-arm-wince-big" : "pe-arm-wince-little")
71 # define TARGET_FORMAT (target_big_endian ? "pe-arm-big" : "pe-arm-little")
74 # define TARGET_FORMAT (target_big_endian ? "coff-arm-big" : "coff-arm-little")
78 # define TARGET_FORMAT elf32_arm_target_format (
    [all...]
tc-sh.h 160 #define TARGET_FORMAT (!target_big_endian ? "elf32-sh-linux" : "elf32-shbig-linux")
162 #define TARGET_FORMAT (!target_big_endian ? "elf32-shl-nbsd" : "elf32-sh-nbsd")
164 #define TARGET_FORMAT (!target_big_endian ? "elf32-shl-symbian" : "elf32-sh-symbian")
166 #define TARGET_FORMAT (!target_big_endian ? "elf32-shl-vxworks" : "elf32-sh-vxworks")
168 #define TARGET_FORMAT sh_uclinux_target_format ()
171 #define TARGET_FORMAT (!target_big_endian ? "elf32-shl" : "elf32-sh")
tc-arc.h 50 #define TARGET_FORMAT arc_target_format
tc-d10v.h 29 #define TARGET_FORMAT "elf32-d10v"
tc-d30v.h 26 #define TARGET_FORMAT "elf32-d30v"
tc-fr30.h 28 #define TARGET_FORMAT "elf32-fr30"
tc-iq2000.h 28 #define TARGET_FORMAT "elf32-iq2000"
tc-xc16x.h 29 #define TARGET_FORMAT "elf32-xc16x"
  /toolchain/binutils/binutils-2.25/gas/
output-file.c 36 else if (!(stdoutput = bfd_openw (name, TARGET_FORMAT)))
41 as_fatal (_("selected target format '%s' unknown"), TARGET_FORMAT);

Completed in 1385 milliseconds

1 2 3