Home
last modified time | relevance | path

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

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