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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
H A DDwarfParser.hpp181 const pint_t ehSectionEnd = p + sectionLength; local
182 while (p < ehSectionEnd) {
204 if ((ehSectionStart <= cieStart) && (cieStart < ehSectionEnd)) {

Completed in 25 milliseconds