Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DDwarfParser.hpp227 const pint_t ehSectionEnd = (sectionLength == UINTPTR_MAX) in findFDE() local
230 while (p < ehSectionEnd) { in findFDE()
252 if ((ehSectionStart <= cieStart) && (cieStart < ehSectionEnd)) { in findFDE()