Searched refs:GCC_MAGIC (Results 1 – 1 of 1) sorted by relevance
193 #define GCC_MAGIC (('G' << 16) | ('C' << 8) | 'C' | (1U << 29)) macro203 if ((exception_data->ExceptionRecord->ExceptionCode & 0x20ffffff) == GCC_MAGIC) in _gnu_exception_handler()