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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/config/
tc-i370.h 36 extern int target_big_endian;
tc-moxie.h 28 #define TARGET_FORMAT (target_big_endian ? "elf32-bigmoxie" : "elf32-littlemoxie")
tc-mcore.h 26 /* Used to initialise target_big_endian. */
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")
tc-pj.h 28 #define TARGET_FORMAT (target_big_endian ? "elf32-pj" : "elf32-pjl")
30 (target_big_endian \
tc-sh.h 100 (!target_big_endian \
134 #define COFF_MAGIC (!target_big_endian ? SH_ARCH_MAGIC_LITTLE : SH_ARCH_MAGIC_BIG)
158 extern int target_big_endian;
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")
171 #define TARGET_FORMAT (!target_big_endian ? "elf32-shl" : "elf32-sh")
tc-rx.h 23 extern int target_big_endian;
25 #define LISTING_HEADER (target_big_endian ? "RX GAS BE" : "RX GAS LE")
34 #define TARGET_FORMAT (target_big_endian ? "elf32-rx-be" : "elf32-rx-le")
tc-i860.h 56 extern int target_big_endian;
63 #define TARGET_FORMAT (target_big_endian ? "elf32-i860" : "elf32-i860-little")
tc-s390.h 51 extern int target_big_endian;
tc-score.h 37 #define TARGET_FORMAT (target_big_endian ? "elf32-bigscore" : "elf32-littlescore")
tc-moxie.c 48 extern int target_big_endian;
77 target_big_endian = TARGET_BYTES_BIG_ENDIAN;
210 ((p + (target_big_endian ? 1 : 0)) - frag_now->fr_literal),
621 target_big_endian = 1;
624 target_big_endian = 0;
656 if (target_big_endian)
674 if (target_big_endian)
720 if (target_big_endian)
734 if (target_big_endian)
tc-arm.h 59 # define TARGET_FORMAT (target_big_endian ? "a.out-arm-big" : "a.out-arm-little")
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")
tc-pj.c 39 target_big_endian = 0;
45 target_big_endian = 1;
319 return ieee_md_atof (type, litP, sizeP, target_big_endian);
415 if (target_big_endian)
432 if (target_big_endian)
461 if (target_big_endian || now_seg->flags & SEC_CODE)
tc-m32r.h 24 (target_big_endian ? "M32R GAS" : "M32R GAS Little Endian")
tc-mep.h 34 #define TARGET_FORMAT (target_big_endian ? "elf32-mep" : "elf32-mep-little")
tc-mcore.c 41 #define INST_BYTE0(x) (target_big_endian ? (((x) >> 8) & 0xFF) : ((x) & 0xFF))
42 #define INST_BYTE1(x) (target_big_endian ? ((x) & 0xFF) : (((x) >> 8) & 0xFF))
    [all...]
tc-microblaze.h 27 /* Used to initialise target_big_endian. */
82 #define TARGET_FORMAT (target_big_endian ? "elf32-microblaze" : "elf32-microblazeel")
tc-lm32.c 206 if (target_big_endian)
245 if (target_big_endian)
tc-microblaze.c 48 #define INST_BYTE0(x) (target_big_endian ? (((x) >> 24) & 0xFF) : ((x) & 0xFF))
49 #define INST_BYTE1(x) (target_big_endian ? (((x) >> 16) & 0xFF) : (((x) >> 8) & 0xFF))
50 #define INST_BYTE2(x) (target_big_endian ? (((x) >> 8) & 0xFF) : (((x) >> 16) & 0xFF))
51 #define INST_BYTE3(x) (target_big_endian ? ((x) & 0xFF) : (((x) >> 24) & 0xFF))
    [all...]
tc-ppc.h 50 extern int target_big_endian;
tc-sh64.h 39 (target_big_endian ? \
tc-tic6x.h 35 #define TARGET_FORMAT (target_big_endian \
tc-mep.c 205 target_big_endian = 1;
208 target_big_endian = 0;
224 target_big_endian = mep_config_map[idx].big_endian;
382 if (target_big_endian)
493 target_big_endian
940 int e = target_big_endian ? 0 : 1;
    [all...]
tc-sh.c 61 if (! target_big_endian)
65 target_big_endian = 1;
71 if (target_big_endian)
75 target_big_endian = 0;
    [all...]
tc-arc.c 86 extern int target_big_endian;
191 target_big_endian = byte_order == BIG_ENDIAN;
199 target_big_endian));
219 arc_opcode_init_tables (arc_get_opcode_mach (mach, target_big_endian));
1019 if (target_big_endian)
1273 if (target_big_endian)
1279 if (target_big_endian)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.h 59 extern int target_big_endian;

Completed in 268 milliseconds

1 2 3