Home
last modified time | relevance | path

Searched refs:stext (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/arch/hexagon/kernel/
Dhead.S19 ENTRY(stext)
62 r2.l = #LO(stext);
67 r2.h = #HI(stext);
Dvmlinux.lds.S15 ENTRY(stext)
/Linux-v5.4/arch/arc/plat-eznps/
Dentry.S24 jne stext
59 j stext
/Linux-v5.4/arch/unicore32/kernel/
Dvmlinux.lds.S17 ENTRY(stext)
Dhead.S58 ENTRY(stext)
161 ENDPROC(stext)
/Linux-v5.4/arch/arm64/kernel/
Dimage-vars.h15 __efistub_stext_offset = stext - _text;
Dhead.S73 b stext
75 b stext // branch to kernel start, magic
108 ENTRY(stext)
123 ENDPROC(stext)
/Linux-v5.4/tools/perf/util/
Dsymbol-elf.c1447 u64 stext; member
1540 kci->stext = start; in kcore_copy__process_kallsyms()
1621 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map()
1651 if (!kci->stext) in kcore_copy__find_remaps()
1658 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps()
1713 if (kci->stext) in kcore_copy__calc_maps()
1714 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps()
1716 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps()
1733 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps()
1869 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
Dprobe-event.c573 unsigned long stext = 0; in find_perf_probe_point_from_dwarf() local
583 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf()
586 addr += stext; in find_perf_probe_point_from_dwarf()
655 unsigned long stext = 0; in post_process_offline_probe_trace_events() local
660 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events()
667 map, stext); in post_process_offline_probe_trace_events()
681 unsigned long stext = 0; in add_exec_to_probe_trace_events() local
686 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events()
692 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
Dsymbol.c1272 u64 stext; in dso__load_kcore() local
1330 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore()
1332 if (stext >= new_map->start && stext < new_map->end) { in dso__load_kcore()
/Linux-v5.4/arch/arm/kernel/
Dvmlinux.lds.S22 ENTRY(stext)
Dvmlinux-xip.lds.S22 ENTRY(stext)
Dhead-nommu.S41 ENTRY(stext)
44 ENTRY(stext)
80 ENDPROC(stext)
Dhead.S77 ENTRY(stext)
159 ENDPROC(stext)
/Linux-v5.4/Documentation/translations/zh_CN/arm64/
Dbooting.txt109 - code0/code1 负责跳转到 stext.
/Linux-v5.4/arch/sparc/kernel/
Dhead_64.S42 .globl start, _start, stext, _stext
46 stext: label
/Linux-v5.4/Documentation/arm64/
Dbooting.rst93 - code0/code1 are responsible for branching to stext.
/Linux-v5.4/Documentation/kbuild/
Dmakefiles.rst857 LDFLAGS_vmlinux := -e stext