Lines Matching defs:fde
509 __libdw_frame_at_address (Dwarf_CFI *cache, struct dwarf_fde *fde,
512 int result = cie_cache_initial_state (cache, fde->cie);
515 Dwarf_Frame *fs = duplicate_frame_state (fde->cie->initial_state, NULL);
519 fs->fde = fde;
520 fs->start = fde->start;
521 fs->end = fde->end;
523 result = execute_cfi (cache, fde->cie, &fs,
524 fde->instructions, fde->instructions_end, false,
525 fde->start, address);