Lines Matching defs:end
583 /* Also add offset from start of entry to end of instruction */
700 if (f && f->start < shdr_plt.sh_offset && f->end > shdr_plt.sh_offset)
701 f->end = shdr_plt.sh_offset;
723 plt_sym->end = plt_sym->start + shdr_plt.sh_size;
2220 static int kcore_copy__map(struct kcore_copy_info *kci, u64 start, u64 end,
2225 if (s < start || s >= end)
2229 len = e < end ? e - s : end - s;
2237 u64 end = start + len;
2240 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext))
2243 if (kcore_copy__map(kci, start, end, pgoff, kci->first_module,
2250 if (kcore_copy__map(kci, start, end, pgoff, s, s + len))
2719 * - We reached the end of the note;