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