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

  /src/external/gpl3/gdb/dist/sim/common/
sim-config.h 214 #if !defined (WITH_ALIGNMENT)
215 #define WITH_ALIGNMENT 0
218 #define CURRENT_ALIGNMENT (WITH_ALIGNMENT \
219 ? WITH_ALIGNMENT \
sim-config.c 254 current_alignment = WITH_ALIGNMENT;
328 sim_io_printf (sd, "WITH_ALIGNMENT = %s\n",
329 config_alignment_to_a (WITH_ALIGNMENT));
sim-options.c 322 if (WITH_ALIGNMENT == 0 || WITH_ALIGNMENT == STRICT_ALIGNMENT)
330 if (WITH_ALIGNMENT == 0 || WITH_ALIGNMENT == NONSTRICT_ALIGNMENT)
338 if (WITH_ALIGNMENT == 0 || WITH_ALIGNMENT == FORCED_ALIGNMENT)
349 switch (WITH_ALIGNMENT)
sim-n-core.h 199 if (WITH_ALIGNMENT == FORCED_ALIGNMENT)
318 if (WITH_ALIGNMENT == FORCED_ALIGNMENT)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-config.h 214 #if !defined (WITH_ALIGNMENT)
215 #define WITH_ALIGNMENT 0
218 #define CURRENT_ALIGNMENT (WITH_ALIGNMENT \
219 ? WITH_ALIGNMENT \
sim-config.c 254 current_alignment = WITH_ALIGNMENT;
328 sim_io_printf (sd, "WITH_ALIGNMENT = %s\n",
329 config_alignment_to_a (WITH_ALIGNMENT));
sim-options.c 322 if (WITH_ALIGNMENT == 0 || WITH_ALIGNMENT == STRICT_ALIGNMENT)
330 if (WITH_ALIGNMENT == 0 || WITH_ALIGNMENT == NONSTRICT_ALIGNMENT)
338 if (WITH_ALIGNMENT == 0 || WITH_ALIGNMENT == FORCED_ALIGNMENT)
349 switch (WITH_ALIGNMENT)
sim-n-core.h 199 if (WITH_ALIGNMENT == FORCED_ALIGNMENT)
318 if (WITH_ALIGNMENT == FORCED_ALIGNMENT)
  /src/external/gpl3/gdb/dist/sim/ppc/
std-config.h 197 #ifndef WITH_ALIGNMENT
198 #define WITH_ALIGNMENT 0
202 #define CURRENT_ALIGNMENT (WITH_ALIGNMENT \
203 ? WITH_ALIGNMENT \
options.c 122 printf_filtered ("WITH_ALIGNMENT = %s\n", options_align (WITH_ALIGNMENT));
emul_generic.c 279 (WITH_ALIGNMENT == STRICT_ALIGNMENT)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
std-config.h 197 #ifndef WITH_ALIGNMENT
198 #define WITH_ALIGNMENT 0
202 #define CURRENT_ALIGNMENT (WITH_ALIGNMENT \
203 ? WITH_ALIGNMENT \
options.c 122 printf_filtered ("WITH_ALIGNMENT = %s\n", options_align (WITH_ALIGNMENT));
emul_generic.c 279 (WITH_ALIGNMENT == STRICT_ALIGNMENT)
  /src/external/gpl3/gdb/lib/libsim/arch/powerpc/
config.h 510 #define WITH_ALIGNMENT 0
  /src/external/gpl3/gdb/lib/libsim/arch/powerpc64/
config.h 510 #define WITH_ALIGNMENT 0
  /src/external/gpl3/gdb.old/lib/libsim/arch/powerpc/
config.h 510 #define WITH_ALIGNMENT 0
  /src/external/gpl3/gdb.old/lib/libsim/arch/powerpc64/
config.h 510 #define WITH_ALIGNMENT 0
  /src/external/gpl3/gdb/dist/sim/
config.h.in 505 #undef WITH_ALIGNMENT
  /src/external/gpl3/gdb.old/dist/sim/
config.h.in 505 #undef WITH_ALIGNMENT

Completed in 36 milliseconds