Home
last modified time | relevance | path

Searched refs:fdeLength (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp61 pint_t fdeLength; member
224 fdeInfo->fdeLength = nextCFI - fdeStart; in decodeFDE()
293 fdeInfo->fdeLength = nextCFI - currentCFI; in findFDE()
435 {fdeInfo.fdeInstructions, fdeInfo.fdeStart + fdeInfo.fdeLength, in parseFDEInstructions()
H A Dlibunwind.cpp334 p += fdeInfo.fdeLength; in __unw_add_dynamic_eh_frame_section()
H A DUnwindCursor.hpp1646 _info.unwind_info_size = static_cast<uint32_t>(fdeInfo.fdeLength); in getInfoFromFdeCie()