Lines Matching refs:stext
1587 u64 stext;
1683 kci->stext = start;
1764 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext))
1794 if (!kci->stext)
1797 /* Find phdr that corresponds to the kernel map (contains stext) */
1801 if (p->addr <= kci->stext && pend >= kci->stext) {
1856 if (kci->stext)
1857 kci->stext = round_down(kci->stext, page_size);
1859 kci->stext = round_down(kci->first_symbol, page_size);
1880 if (!kci->stext || !kci->etext)
2016 struct kcore_copy_info kci = { .stext = 0, };