HomeSort by relevance Sort by last modified time
    Searched defs:TARGET_FORMAT (Results 51 - 69 of 69) sorted by null

1 23

  /toolchain/binutils/binutils-2.25/gas/config/
tc-rx.h 34 #define TARGET_FORMAT (target_big_endian ? "elf32-rx-be" : "elf32-rx-le")
tc-sparc.h 52 #define TARGET_FORMAT sparc_target_format ()
tc-xgate.h 41 #define TARGET_FORMAT (xgate_arch_format ())
tc-alpha.h 37 #define TARGET_FORMAT (OUTPUT_FLAVOR == bfd_target_ecoff_flavour \
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-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-mips.h 82 #define TARGET_FORMAT mips_target_format()
tc-mmix.h 25 #define TARGET_FORMAT "elf64-mmix"
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-sh64.h 72 #undef TARGET_FORMAT
73 #define TARGET_FORMAT sh64_target_format ()
tc-aarch64.h 64 # define TARGET_FORMAT elf64_aarch64_target_format ()
tc-ppc.h 53 #define TARGET_FORMAT (ppc_target_format ())
tc-tic6x.h 35 #define TARGET_FORMAT (target_big_endian \
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-i386.h 97 #define TARGET_FORMAT i386_target_format ()
100 #define TARGET_FORMAT "coff-go32"
103 #define TARGET_FORMAT AOUT_TARGET_FORMAT
tc-nds32.h 55 #define TARGET_FORMAT nds32_target_format()
tc-xtensa.h 337 #define TARGET_FORMAT xtensa_target_format ()
tc-ia64.h 65 #define TARGET_FORMAT ia64_target_format()

Completed in 559 milliseconds

1 23