HomeSort by: relevance | last modified time | path
    Searched refs:WITH_TARGET_BYTE_ORDER (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
std-config.h 41 #ifndef WITH_TARGET_BYTE_ORDER
42 #define WITH_TARGET_BYTE_ORDER BFD_ENDIAN_UNKNOWN
47 (WITH_TARGET_BYTE_ORDER != BFD_ENDIAN_UNKNOWN \
48 ? WITH_TARGET_BYTE_ORDER : current_target_byte_order)
options.c 114 printf_filtered ("WITH_TARGET_BYTE_ORDER = %s\n", options_byte_order (WITH_TARGET_BYTE_ORDER));
  /src/external/gpl3/gdb.old/dist/sim/ppc/
std-config.h 41 #ifndef WITH_TARGET_BYTE_ORDER
42 #define WITH_TARGET_BYTE_ORDER BFD_ENDIAN_UNKNOWN
47 (WITH_TARGET_BYTE_ORDER != BFD_ENDIAN_UNKNOWN \
48 ? WITH_TARGET_BYTE_ORDER : current_target_byte_order)
options.c 114 printf_filtered ("WITH_TARGET_BYTE_ORDER = %s\n", options_byte_order (WITH_TARGET_BYTE_ORDER));
  /src/external/gpl3/gdb/dist/sim/common/
sim-config.h 58 (WITH_TARGET_BYTE_ORDER != BFD_ENDIAN_UNKNOWN \
59 ? WITH_TARGET_BYTE_ORDER : current_target_byte_order)
sim-config.c 172 current_target_byte_order = WITH_TARGET_BYTE_ORDER;
301 sim_io_printf (sd, "WITH_TARGET_BYTE_ORDER = %s\n",
302 config_byte_order_to_a (WITH_TARGET_BYTE_ORDER));
sim-options.c 265 if (WITH_TARGET_BYTE_ORDER == BFD_ENDIAN_LITTLE)
275 if (WITH_TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-config.h 58 (WITH_TARGET_BYTE_ORDER != BFD_ENDIAN_UNKNOWN \
59 ? WITH_TARGET_BYTE_ORDER : current_target_byte_order)
sim-config.c 172 current_target_byte_order = WITH_TARGET_BYTE_ORDER;
301 sim_io_printf (sd, "WITH_TARGET_BYTE_ORDER = %s\n",
302 config_byte_order_to_a (WITH_TARGET_BYTE_ORDER));
sim-options.c 265 if (WITH_TARGET_BYTE_ORDER == BFD_ENDIAN_LITTLE)
275 if (WITH_TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
  /src/external/gpl3/gdb/dist/sim/testsuite/common/
alu-tst.c 4 #define WITH_TARGET_BYTE_ORDER BIG_ENDIAN /* does not matter */
  /src/external/gpl3/gdb.old/dist/sim/testsuite/common/
alu-tst.c 4 #define WITH_TARGET_BYTE_ORDER BIG_ENDIAN /* does not matter */
  /src/external/gpl3/gdb/lib/libsim/arch/powerpc/
config.h 537 #define WITH_TARGET_BYTE_ORDER BFD_ENDIAN_UNKNOWN
  /src/external/gpl3/gdb/lib/libsim/arch/powerpc64/
config.h 537 #define WITH_TARGET_BYTE_ORDER BFD_ENDIAN_UNKNOWN
  /src/external/gpl3/gdb.old/lib/libsim/arch/powerpc/
config.h 537 #define WITH_TARGET_BYTE_ORDER BFD_ENDIAN_UNKNOWN
  /src/external/gpl3/gdb.old/lib/libsim/arch/powerpc64/
config.h 537 #define WITH_TARGET_BYTE_ORDER BFD_ENDIAN_UNKNOWN
  /src/external/gpl3/gdb/dist/sim/
config.h.in 532 #undef WITH_TARGET_BYTE_ORDER
  /src/external/gpl3/gdb.old/dist/sim/
config.h.in 532 #undef WITH_TARGET_BYTE_ORDER

Completed in 41 milliseconds