Searched refs:REVEAL_MODULE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Doptions.c98 case /*1*/ REVEAL_MODULE: return "REVEAL_MODULE";
100 case /*3*/ REVEAL_MODULE|INLINE_MODULE: return "REVEAL_MODULE|INLINE_MODULE";
102 case /*5*/ PSIM_INLINE_LOCALS|REVEAL_MODULE: return "PSIM_INLINE_LOCALS|REVEAL_MODULE";
H A Dstd-config.h296 REVEAL_MODULE:
317 INCLUDE_MODULE == (REVEAL_MODULE | INLINE_MODULE)
319 ALL_INLINE == (REVEAL_MODULE | INLINE_MODULE | PSIM_INLINE_LOCALS)
417 #define REVEAL_MODULE 1 macro
419 #define INCLUDE_MODULE (INLINE_MODULE | REVEAL_MODULE)
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Doptions.c97 case /*1*/ REVEAL_MODULE: return "REVEAL_MODULE";
99 case /*3*/ REVEAL_MODULE|INLINE_MODULE: return "REVEAL_MODULE|INLINE_MODULE";
101 case /*5*/ INLINE_LOCALS|REVEAL_MODULE: return "INLINE_LOCALS|REVEAL_MODULE";
H A Dstd-config.h287 REVEAL_MODULE:
308 INCLUDE_MODULE == (REVEAL_MODULE | INLINE_MODULE)
310 ALL_C_INLINE == (REVEAL_MODULE | INLINE_MODULE | INLINE_LOCALS)
409 #define REVEAL_MODULE H_REVEALS_MODULE macro
411 #define INCLUDE_MODULE (INLINE_MODULE | REVEAL_MODULE)

Completed in 181 milliseconds