Lines Matching defs:msg
47 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libunwind: " msg, __VA_ARGS__) argument
48 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) argument
64 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { in assert_rtn()
75 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) argument
76 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg) argument
86 #define _LIBUNWIND_DEBUG_LOG(msg, ...) argument
87 #define _LIBUNWIND_TRACE_API(msg, ...) argument
89 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) argument
100 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__) argument
107 #define _LIBUNWIND_TRACE_API(msg, ...) \ argument
111 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) \ argument