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.c164 (void *)(long) info.unwind_info); in _Unwind_Find_FDE()
165 return (void *)(long) info.unwind_info; in _Unwind_Find_FDE()
DUnwindCursor.hpp430 (pint_t)_info.unwind_info, in stepWithDwarfFDE()
799 _info.unwind_info = exceptionTableAddr; in getInfoFromEHABISection()
859 _info.unwind_info = fdeInfo.fdeStart; in getInfoFromDwarfSection()
1130 _info.unwind_info = 0; in getInfoFromCompactEncodingSection()
1221 _info.unwind_info = fdeInfo.fdeStart; in setInfoBasedOnIPRegister()
1249 _info.unwind_info = fdeInfo.fdeStart; in setInfoBasedOnIPRegister()
DUnwind-EHABI.cpp469 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1()
591 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase2()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h89 unw_word_t unwind_info; /* address of dwarf unwind info, or zero */ member