Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp238 const pint_t ehSectionEnd = (sectionLength == SIZE_MAX) in findFDE() local
241 while (p < ehSectionEnd) { in findFDE()
263 if ((ehSectionStart <= cieStart) && (cieStart < ehSectionEnd)) { in findFDE()