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

/external/libcxxabi/src/Unwind/
H A DAddressSpace.hpp50 /// Used by findUnwindSections() to return info about needed sections.
125 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
314 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, function in class:libunwind::LocalAddressSpace
333 _LIBUNWIND_TRACE_UNWINDING("findUnwindSections: section %X length %x\n",
393 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
H A DUnwindCursor.hpp1157 if (_addressSpace.findUnwindSections(pc, sects)) {

Completed in 242 milliseconds