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

/barrelfish-master/lib/cxx/unwind/
H A DDwarfParser.hpp102 static bool findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart,
178 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, argument
182 pint_t p = (fdeHint != 0) ? fdeHint : ehSectionStart;
206 if ((ehSectionStart <= cieStart) && (cieStart < ehSectionEnd)) {

Completed in 78 milliseconds