Searched refs:findOtherFDE (Results 1 – 2 of 2) sorted by relevance
192 bool findOtherFDE(pint_t targetAddr, pint_t &fde);600 inline bool LocalAddressSpace::findOtherFDE(pint_t targetAddr, pint_t &fde) { in findOtherFDE() function in libunwind::LocalAddressSpace
1962 if (_addressSpace.findOtherFDE(pc, fde)) { in setInfoBasedOnIPRegister()