Searched refs:MASK_DEBUG_STACK (Results 1 – 2 of 2) sorted by relevance
96 #define MASK_DEBUG_STACK 0x20000000 /* debug stack allocations */ macro101 #define TARGET_DEBUG_STACK (target_flags & MASK_DEBUG_STACK)122 { "debug-stack", MASK_DEBUG_STACK, \
330 #define MASK_DEBUG_STACK 0x10000000 /* debug stack frame */ macro355 #define TARGET_DEBUG_STACK ((target_flags & MASK_DEBUG_STACK) != 0)453 { "debug-stack", MASK_DEBUG_STACK, "Internal debug switch" }, \