Home | History | Annotate | Download | only in config

Lines Matching defs:TARGET_FORMAT

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 ()