Home
last modified time | relevance | path

Searched refs:unwind_info_size (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp860 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength; in getInfoFromDwarfSection()
1131 _info.unwind_info_size = 0; in getInfoFromCompactEncodingSection()
1222 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength; in setInfoBasedOnIPRegister()
1250 _info.unwind_info_size = (uint32_t)fdeInfo.fdeLength; in setInfoBasedOnIPRegister()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h88 uint32_t unwind_info_size; /* size of dwarf unwind info, or zero if none */ member