Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DDwarfParser.hpp60 pint_t fdeLength; member
224 fdeInfo->fdeLength = nextCFI - fdeStart; in decodeFDE()
293 fdeInfo->fdeLength = nextCFI - currentCFI; in findFDE()
431 {fdeInfo.fdeInstructions, fdeInfo.fdeStart + fdeInfo.fdeLength, in parseFDEInstructions()
H A Dlibunwind.cpp323 p += fdeInfo.fdeLength; in __unw_add_dynamic_eh_frame_section()
H A DUnwindCursor.hpp1613 _info.unwind_info_size = static_cast<uint32_t>(fdeInfo.fdeLength); in getInfoFromFdeCie()