HomeSort by: relevance | last modified time | path
    Searched defs:CURRENT_ENVIRONMENT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
std-config.h 111 CURRENT_ENVIRONMENT specifies which of vea or oea is required for
119 extern int current_environment;
120 #define CURRENT_ENVIRONMENT (WITH_ENVIRONMENT \
122 : current_environment)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
std-config.h 111 CURRENT_ENVIRONMENT specifies which of vea or oea is required for
119 extern int current_environment;
120 #define CURRENT_ENVIRONMENT (WITH_ENVIRONMENT \
122 : current_environment)

Completed in 26 milliseconds