Home | History | Annotate | Download | only in libdw

Lines Matching defs:fde

75   uint8_t lsda_encoding;    /* DW_EH_PE_* for LSDA in FDE augmentation.  */
78 bool signal_frame; /* Saw 'S': FDE is for a signal frame. */
81 /* Cached FDE representation. */
86 /* This FDE describes PC values in [start, end). */
175 at a particular PC location described by an FDE. */
188 /* The FDE that generated this frame state. This points to its CIE,
190 struct dwarf_fde *fde;
225 /* Look for an FDE covering the given PC address. */
230 /* Look for an FDE by its offset in the section. */
235 /* Process the FDE that contains the given PC address,
238 extern int __libdw_frame_at_address (Dwarf_CFI *cache, struct dwarf_fde *fde,