Lines Matching defs:msg
148 #define _LIBUNWIND_ABORT(msg) \ argument
153 #define _LIBUNWIND_ABORT(msg) \ argument
162 #define _LIBUNWIND_LOG0(msg) argument
163 #define _LIBUNWIND_LOG(msg, ...) argument
165 #define _LIBUNWIND_LOG0(msg) \ argument
167 #define _LIBUNWIND_LOG(msg, ...) \ argument
184 #define _LIBUNWIND_DEBUG_LOG(msg, ...) argument
185 #define _LIBUNWIND_TRACE_API(msg, ...) argument
188 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) argument
200 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__) argument
201 #define _LIBUNWIND_TRACE_API(msg, ...) \ argument
208 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) \ argument