Home
last modified time | relevance | path

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

/linux-6.6.21/arch/hexagon/kernel/
Dhead.S19 ENTRY(stext)
62 r2.l = #LO(stext);
67 r2.h = #HI(stext);
Dvmlinux.lds.S15 ENTRY(stext)
/linux-6.6.21/arch/arc/kernel/
Dhead.S99 j stext
105 ENTRY(stext)
152 END(stext)
/linux-6.6.21/arch/arm/kernel/
Dvmlinux.lds.S19 ENTRY(stext)
Dvmlinux-xip.lds.S19 ENTRY(stext)
Dhead-nommu.S40 ENTRY(stext)
43 ENTRY(stext)
79 ENDPROC(stext)
Dhead.S93 ENTRY(stext)
173 ENDPROC(stext)
/linux-6.6.21/tools/perf/util/
Dsymbol-elf.c2063 u64 stext; member
2159 kci->stext = start; in kcore_copy__process_kallsyms()
2240 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map()
2270 if (!kci->stext) in kcore_copy__find_remaps()
2277 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps()
2332 if (kci->stext) in kcore_copy__calc_maps()
2333 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps()
2335 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps()
2356 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps()
2492 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
Dprobe-event.c648 u64 stext = 0; in find_perf_probe_point_from_dwarf() local
658 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf()
661 addr += stext; in find_perf_probe_point_from_dwarf()
734 u64 stext = 0; in post_process_offline_probe_trace_events() local
739 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events()
746 map, stext); in post_process_offline_probe_trace_events()
760 u64 stext = 0; in add_exec_to_probe_trace_events() local
765 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events()
771 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
Dsymbol.c1382 u64 stext; in dso__load_kcore() local
1438 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore()
1446 if (!(stext >= map__start(new_map) && stext < map__end(new_map))) in dso__load_kcore()
/linux-6.6.21/Documentation/translations/zh_CN/arch/arm64/
Dbooting.txt109 - code0/code1 负责跳转到 stext.
/linux-6.6.21/Documentation/translations/zh_TW/arch/arm64/
Dbooting.txt113 - code0/code1 負責跳轉到 stext.
/linux-6.6.21/arch/sparc/kernel/
Dhead_64.S42 .globl start, _start, stext, _stext
46 stext: label
/linux-6.6.21/Documentation/arch/arm64/
Dbooting.rst93 - code0/code1 are responsible for branching to stext.
/linux-6.6.21/Documentation/kbuild/
Dmakefiles.rst1085 LDFLAGS_vmlinux := -e stext