Lines Matching defs:entry
66 intern_fde (Dwarf_CFI *cache, const Dwarf_FDE *entry)
68 /* Look up the new entry's CIE. */
69 struct dwarf_cie *cie = __libdw_find_cie (cache, entry->CIE_pointer);
80 fde->instructions = entry->start;
81 fde->instructions_end = entry->end;
121 /* Add the new entry to the search tree. */
145 Dwarf_CFI_Entry entry;
149 offset, &next_offset, &entry);
158 if (unlikely (dwarf_cfi_cie_p (&entry)))
162 struct dwarf_fde *fde = intern_fde (cache, &entry.fde);
223 /* If this is the last entry, its upper bound is assumed to be
228 /* Look at the start address in the following entry. */
282 Dwarf_CFI_Entry entry;
286 &entry);
294 /* Skip the loser and look at the next entry. */
298 if (dwarf_cfi_cie_p (&entry))
302 __libdw_intern_cie (cache, last_offset, &entry.cie);
307 struct dwarf_fde *fde = intern_fde (cache, &entry.fde);