Lines Matching refs:start
49 if (fde1->start < fde2->start)
51 if (fde1->start >= fde2->end)
56 if (fde2->start < fde1->start)
58 if (fde2->start >= fde1->end)
80 fde->instructions = entry->start;
83 &fde->instructions, &fde->start))
91 fde->end += fde->start;
94 if (fde->start >= fde->end)
206 Dwarf_Addr start;
209 &start)))
211 if (address < start)
228 /* Look at the start address in the following entry. */
251 const struct dwarf_fde fde_key = { .start = address, .end = 0 };
266 if (unlikely (address < fde->start))
316 if (fde->start <= address && fde->end > address)