Lines Matching defs:msg
50 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) argument
51 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) argument
67 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { in assert_rtn()
82 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) argument
83 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg) argument
94 #define _LIBUNWIND_DEBUG_LOG(msg, ...) argument
95 #define _LIBUNWIND_TRACE_API(msg, ...) argument
97 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) argument
108 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__) argument
115 #define _LIBUNWIND_TRACE_API(msg, ...) \ argument
119 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) \ argument