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
227 fdeInfo->fdeLength = nextCFI - fdeStart; in decodeFDE()
296 fdeInfo->fdeLength = nextCFI - currentCFI; in findFDE()
438 {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.hpp1678 _info.unwind_info_size = static_cast<uint32_t>(fdeInfo.fdeLength); in getInfoFromFdeCie()