Lines Matching refs:msg
148 #define _LIBUNWIND_ABORT(msg) \ argument
153 #define _LIBUNWIND_ABORT(msg) \ argument
155 fprintf(stderr, "libunwind: %s - %s\n", __func__, msg); \
162 #define _LIBUNWIND_LOG0(msg) argument
163 #define _LIBUNWIND_LOG(msg, ...) argument
165 #define _LIBUNWIND_LOG0(msg) \ argument
166 fprintf(stderr, "libunwind: " msg "\n")
167 #define _LIBUNWIND_LOG(msg, ...) \ argument
168 fprintf(stderr, "libunwind: " msg "\n", __VA_ARGS__)
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
204 _LIBUNWIND_LOG(msg, __VA_ARGS__); \
208 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) \ argument
211 _LIBUNWIND_LOG(msg, __VA_ARGS__); \