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

/barrelfish-master/lib/cxx/unwind/
H A DUnwindCursor.hpp1473 pint_t cachedFDE = DwarfFDECache<A>::findFDE(sects.dso_base, pc); local
1474 if (cachedFDE != 0) {
1478 cachedFDE, &fdeInfo, &cieInfo);
1897 pint_t cachedFDE = DwarfFDECache<A>::findFDE(0, pc); local
1898 if (cachedFDE != 0) {
1902 cachedFDE, &fdeInfo, &cieInfo);

Completed in 26 milliseconds