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

/macosx-10.10.1/libunwind-35.3/src/
H A DAddressSpace.hpp101 bool findUnwindSections(pint_t addr, pint_t& mh, pint_t& dwarfStart, pint_t& dwarfLen, pint_t& compactStart);
250 inline bool LocalAddressSpace::findUnwindSections(pint_t addr, pint_t& mh, pint_t& dwarfStart, pint_t& dwarfLen, pint_t& compactStart) function in class:libunwind::LocalAddressSpace
303 bool findUnwindSections(pint_t addr, unwind_sections& info);
H A DUnwindCursor.hpp762 if ( fAddressSpace.findUnwindSections(pc, mh, dwarfStart, dwarfLength, compactStart) ) {

Completed in 95 milliseconds