Lines Matching refs:stext
2063 u64 stext;
2159 kci->stext = start;
2240 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext))
2270 if (!kci->stext)
2273 /* Find phdr that corresponds to the kernel map (contains stext) */
2277 if (p->addr <= kci->stext && pend >= kci->stext) {
2332 if (kci->stext)
2333 kci->stext = round_down(kci->stext, page_size);
2335 kci->stext = round_down(kci->first_symbol, page_size);
2356 if (!kci->stext || !kci->etext)
2492 struct kcore_copy_info kci = { .stext = 0, };