Home
last modified time | relevance | path

Searched refs:unwind_info (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/common/windows/
Dpe_util.cc288 UnwindInfo *unwind_info = static_cast<UnwindInfo *>( in PrintPEFrameData() local
297 for (UBYTE c = 0; c < unwind_info->count_of_codes; c++) { in PrintPEFrameData()
298 UnwindCode *unwind_code = &unwind_info->unwind_code[c]; in PrintPEFrameData()
307 if (c < unwind_info->count_of_codes) in PrintPEFrameData()
312 if (c < unwind_info->count_of_codes) in PrintPEFrameData()
348 if (unwind_info->flags & UNW_FLAG_CHAININFO) { in PrintPEFrameData()
351 (unwind_info->unwind_code + in PrintPEFrameData()
352 ((unwind_info->count_of_codes + 1) & ~1))); in PrintPEFrameData()
354 unwind_info = static_cast<UnwindInfo *>( in PrintPEFrameData()
361 unwind_info = NULL; in PrintPEFrameData()
[all …]
/external/llvm-project/lldb/source/Symbol/
DCompactUnwindInfo.cpp492 Target &target, Address address, FunctionInfo &unwind_info) { in GetCompactUnwindInfoForFunction() argument
493 unwind_info.encoding = 0; in GetCompactUnwindInfoForFunction()
494 unwind_info.lsda_address.Clear(); in GetCompactUnwindInfoForFunction()
495 unwind_info.personality_ptr_address.Clear(); in GetCompactUnwindInfoForFunction()
537 unwind_info.valid_range_offset_end = next_it->function_offset; in GetCompactUnwindInfoForFunction()
565 &unwind_info.valid_range_offset_start, in GetCompactUnwindInfoForFunction()
566 &unwind_info.valid_range_offset_end); in GetCompactUnwindInfoForFunction()
571 unwind_info.encoding = m_unwindinfo_data.GetU32(&entry_offset); // encoding in GetCompactUnwindInfoForFunction()
572 if (unwind_info.encoding & UNWIND_HAS_LSDA) { in GetCompactUnwindInfoForFunction()
579 unwind_info.lsda_address.ResolveAddressUsingFileSections( in GetCompactUnwindInfoForFunction()
[all …]
/external/llvm-project/libunwind/src/
DUnwindLevel1-gcc-ext.c145 const uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info; in _Unwind_Backtrace()
202 (void *)(intptr_t) info.unwind_info); in _Unwind_Find_FDE()
203 return (void *)(intptr_t) info.unwind_info; in _Unwind_Find_FDE()
DUnwindCursor.hpp919 decode_eht_entry(reinterpret_cast<const uint32_t *>(_info.unwind_info), in stepWithEHABI()
937 (pint_t)_info.unwind_info, in stepWithDwarfFDE()
1473 _info.unwind_info = exceptionTableAddr; in getInfoFromEHABISection()
1501 _info.unwind_info = fdeInfo.fdeStart; in getInfoFromFdeCie()
1817 _info.unwind_info = 0; in getInfoFromCompactEncodingSection()
1838 _info.unwind_info = reinterpret_cast<unw_word_t>(unwindEntry); in getInfoFromSEH()
DUnwind-EHABI.cpp495 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1()
608 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase2()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompactUnwindInfo.h110 FunctionInfo &unwind_info);
/external/mesa3d/src/util/
Du_debug_stack.c97 pip.unwind_info = 0; in debug_backtrace_capture()
/external/llvm-project/libunwind/include/
Dlibunwind.h100 unw_word_t unwind_info; /* address of DWARF unwind info, or zero */ member