Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DDwarfParser.hpp183 const pint_t ehSectionEnd = p + sectionLength; in findFDE() local
184 while (p < ehSectionEnd) { in findFDE()
206 if ((ehSectionStart <= cieStart) && (cieStart < ehSectionEnd)) { in findFDE()