Searched refs:findUnwindSections (Results 1 – 2 of 2) sorted by relevance
125 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);314 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, in findUnwindSections() function in libunwind::LocalAddressSpace393 bool findUnwindSections(pint_t targetAddr, UnwindInfoSections &info);
1157 if (_addressSpace.findUnwindSections(pc, sects)) { in setInfoBasedOnIPRegister()