Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp154 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart,
233 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, in findFDE() argument
237 pint_t p = (fdeHint != 0) ? fdeHint : ehSectionStart; in findFDE()
240 : (ehSectionStart + sectionLength); in findFDE()
263 if ((ehSectionStart <= cieStart) && (cieStart < ehSectionEnd)) { in findFDE()