Lines Matching defs:fde
101 static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
105 unw_word_t fde, unw_word_t mh));
113 pint_t fde;
159 result = p->fde;
170 pint_t fde) {
188 _bufferUsed->fde = fde;
224 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
227 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
2671 pint_t fde;
2672 if (_addressSpace.findOtherFDE(pc, fde)) {
2675 if (!CFI_Parser<A>::decodeFDE(_addressSpace, fde, &fdeInfo, &cieInfo)) {