Lines Matching defs:fde
36 #include "unwind-dw2-fde.h"
392 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases);
393 if (fde)
485 /* "R" indicates a byte indicating how FDE addresses are encoded. */
990 /* Given the _Unwind_Context CONTEXT for a stack frame, look up the FDE for
998 const struct dwarf_fde *fde;
1010 fde = _Unwind_Find_FDE (context->ra + _Unwind_IsSignalFrame (context) - 1,
1012 if (fde == NULL)
1026 cie = get_cie (fde);
1036 /* Locate augmentation for the fde. */
1037 aug = (const unsigned char *) fde + sizeof (*fde);
1054 /* Then the insns in the FDE up to our target PC. */
1057 end = (const unsigned char *) next_fde (fde);
1266 /* CONTEXT describes the unwind state for a frame, and FS describes the FDE