Home | History | Annotate | Download | only in cr16

Lines Matching defs:fde

35 #include "unwind-dw2-fde.h"
369 const struct dwarf_fde *fde = _Unwind_Find_FDE (pc-1, &bases);
370 if (fde)
460 /* "R" indicates a byte indicating how FDE addresses are encoded. */
929 /* Don't allow remember/restore between CIE and FDE programs. */
1174 /* Given the _Unwind_Context CONTEXT for a stack frame, look up the FDE for
1182 const struct dwarf_fde *fde;
1193 fde = _Unwind_Find_FDE (context->ra + _Unwind_IsSignalFrame (context) - 1,
1195 if (fde == NULL)
1209 cie = get_cie (fde);
1219 /* Locate augmentation for the fde. */
1220 aug = (const unsigned char *) fde + sizeof (*fde);
1237 /* Then the insns in the FDE up to our target PC. */
1240 end = (const unsigned char *) next_fde (fde);
1448 /* CONTEXT describes the unwind state for a frame, and FS describes the FDE