Lines Matching refs:end
46 It has end offset 0. */
47 if (fde1->end == 0)
51 if (fde1->start >= fde2->end)
58 if (fde2->start >= fde1->end)
81 fde->instructions_end = entry->end;
85 &fde->instructions, &fde->end)))
91 fde->end += fde->start;
94 if (fde->start >= fde->end)
224 the end of the module.
225 XXX really should be end of containing PT_LOAD segment */
229 Dwarf_Addr end;
232 &end)))
234 if (address >= end)
251 const struct dwarf_fde fde_key = { .start = address, .end = 0 };
272 if (unlikely (address >= fde->end))
316 if (fde->start <= address && fde->end > address)