Home | History | Annotate | Download | only in Unwind

Lines Matching defs:fde

43   static void add(pint_t mh, pint_t ip_start, pint_t ip_end, pint_t fde);
47 unw_word_t fde, unw_word_t mh));
55 pint_t fde;
102 result = p->fde;
113 pint_t fde) {
130 _bufferUsed->fde = fde;
165 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
168 (*func)(p->ip_start, p->ip_end, p->fde, p->mh);
851 // Save off parsed FDE info
875 //_LIBUNWIND_DEBUG_LOG("can't find/use FDE for pc=0x%llX\n", (uint64_t)pc);
1199 // There is no static unwind info for this pc. Look to see if an FDE was
1211 // save off parsed FDE info
1231 pint_t fde;
1232 if (_addressSpace.findOtherFDE(pc, fde)) {
1235 if (!CFI_Parser<A>::decodeFDE(_addressSpace, fde, &fdeInfo, &cieInfo)) {
1236 // Double check this FDE is for a function that includes the pc.
1241 // save off parsed FDE info