Home
last modified time | relevance | path

Searched refs:MASK_DEBUG_STACK (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.h96 #define MASK_DEBUG_STACK 0x20000000 /* debug stack allocations */ macro
101 #define TARGET_DEBUG_STACK (target_flags & MASK_DEBUG_STACK)
122 { "debug-stack", MASK_DEBUG_STACK, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h330 #define MASK_DEBUG_STACK 0x10000000 /* debug stack frame */ macro
355 #define TARGET_DEBUG_STACK ((target_flags & MASK_DEBUG_STACK) != 0)
453 { "debug-stack", MASK_DEBUG_STACK, "Internal debug switch" }, \