Searched refs:_LIBUNWIND_DEBUG_LOG (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | config.h | 179 #define _LIBUNWIND_DEBUG_LOG(msg, ...) macro 195 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__) macro
|
D | CompactUnwinder.hpp | 105 _LIBUNWIND_DEBUG_LOG("bad register for EBP frame, encoding=%08X for " in stepWithCompactEncodingEBPFrame() 224 _LIBUNWIND_DEBUG_LOG("bad register for frameless, encoding=%08X for " in stepWithCompactEncodingFrameless() 336 _LIBUNWIND_DEBUG_LOG("bad register for RBP frame, encoding=%08X for " in stepWithCompactEncodingRBPFrame() 455 _LIBUNWIND_DEBUG_LOG("bad register for frameless, encoding=%08X for " in stepWithCompactEncodingFrameless()
|
D | UnwindLevel1.c | 231 _LIBUNWIND_DEBUG_LOG("personality function returned unknown result %d", in unwind_phase2() 437 _LIBUNWIND_DEBUG_LOG("lsda at 0x%" PRIxPTR " does not start with 0xFF", in _Unwind_GetLanguageSpecificData()
|
D | EHHeaderParser.hpp | 92 _LIBUNWIND_DEBUG_LOG("EHHeaderParser::decodeTableEntry: bad fde: %s", in decodeTableEntry()
|
D | UnwindCursor.hpp | 1718 _LIBUNWIND_DEBUG_LOG("malformed __unwind_info, pc=0x%llX not in second " in getInfoFromCompactEncodingSection() 1724 _LIBUNWIND_DEBUG_LOG("malformed __unwind_info, pc=0x%llX not in second " in getInfoFromCompactEncodingSection() 1745 _LIBUNWIND_DEBUG_LOG("malformed __unwind_info at 0x%0llX bad second " in getInfoFromCompactEncodingSection() 1775 _LIBUNWIND_DEBUG_LOG("found encoding 0x%08X with HAS_LSDA bit set for " in getInfoFromCompactEncodingSection() 1788 _LIBUNWIND_DEBUG_LOG("found encoding 0x%08X with personality index %d, " in getInfoFromCompactEncodingSection() 1831 _LIBUNWIND_DEBUG_LOG("\tpc not in table, pc=0x%llX", (uint64_t) pc); in getInfoFromSEH()
|
D | Unwind-sjlj.c | 223 _LIBUNWIND_DEBUG_LOG("personality function returned unknown result %d", in unwind_phase2()
|
D | libunwind.cpp | 271 _LIBUNWIND_DEBUG_LOG("__unw_add_dynamic_fde: bad fde: %s", message); in _LIBUNWIND_WEAK_ALIAS()
|
D | Unwind-EHABI.cpp | 658 _LIBUNWIND_DEBUG_LOG("personality function returned unknown result %d", in unwind_phase2()
|