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

/macosx-10.10/libunwind-35.3/src/
H A DDwarfParser.hpp140 static bool findFDE(A& addressSpace, pint_t pc, pint_t ehSectionStart, uint32_t sectionLength, pint_t fdeHint, FDE_Info* fdeInfo, CIE_Info* cieInfo);
213 bool CFI_Parser<A>::findFDE(A& addressSpace, pint_t pc, pint_t ehSectionStart, uint32_t sectionLength, pint_t fdeHint, FDE_Info* fdeInfo, CIE_Info* cieInfo) argument
216 pint_t p = (fdeHint != 0) ? fdeHint : ehSectionStart;

Completed in 106 milliseconds