Lines Matching defs:fde
36 #include "unwind-dw2-fde.h"
41 /* The standard CIE and FDE structures work fine for Xtensa but the
194 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases);
195 if (fde)
274 /* "R" indicates a byte indicating how FDE addresses are encoded. */
308 /* Given the _Unwind_Context CONTEXT for a stack frame, look up the FDE for
316 const struct dwarf_fde *fde;
325 fde = _Unwind_Find_FDE (context->ra + _Unwind_IsSignalFrame (context) - 1,
327 if (fde == NULL)
344 cie = get_cie (fde);
349 /* Locate augmentation for the fde. */
350 aug = (const unsigned char *) fde + sizeof (*fde);
428 /* CONTEXT describes the unwind state for a frame, and FS describes the FDE