Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1-gcc-ext.c134 const uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info; in _Unwind_Backtrace()
210 (void *)(long) info.unwind_info); in _Unwind_Find_FDE()
211 return (void *)(long) info.unwind_info; in _Unwind_Find_FDE()
DUnwindCursor.hpp451 (pint_t)_info.unwind_info, in stepWithDwarfFDE()
806 _info.unwind_info = exceptionTableAddr; in getInfoFromEHABISection()
867 _info.unwind_info = fdeInfo.fdeStart; in getInfoFromDwarfSection()
1138 _info.unwind_info = 0; in getInfoFromCompactEncodingSection()
1229 _info.unwind_info = fdeInfo.fdeStart; in setInfoBasedOnIPRegister()
1257 _info.unwind_info = fdeInfo.fdeStart; in setInfoBasedOnIPRegister()
DUnwind-EHABI.cpp502 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1()
628 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase2()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h79 unw_word_t unwind_info; /* address of dwarf unwind info, or zero */ member