Searched refs:WITH_MODEL (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-config.h271 #ifndef WITH_MODEL
272 #define WITH_MODEL 0 macro
275 #define CURRENT_MODEL (WITH_MODEL \
276 ? WITH_MODEL \
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dstd-config.h238 #ifndef WITH_MODEL
239 #define WITH_MODEL 0 macro
242 #define CURRENT_MODEL (WITH_MODEL \
243 ? WITH_MODEL \
H A Doptions.c136 printf_filtered ("WITH_MODEL = %s\n", model_name[WITH_MODEL]);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dstd-config.h229 #ifndef WITH_MODEL
230 #define WITH_MODEL 0 macro
233 #define CURRENT_MODEL (WITH_MODEL \
234 ? WITH_MODEL \
H A Doptions.c128 printf_filtered ("WITH_MODEL = %s\n", model_name[WITH_MODEL]);

Completed in 204 milliseconds