Searched refs:stext (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.1/arch/hexagon/kernel/ |
| D | head.S | 19 ENTRY(stext) 62 r2.l = #LO(stext); 67 r2.h = #HI(stext);
|
| D | vmlinux.lds.S | 15 ENTRY(stext)
|
| /Linux-v6.1/arch/arc/kernel/ |
| D | head.S | 99 j stext 105 ENTRY(stext) 152 END(stext)
|
| /Linux-v6.1/tools/perf/util/ |
| D | symbol-elf.c | 1687 u64 stext; member 1783 kci->stext = start; in kcore_copy__process_kallsyms() 1864 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map() 1894 if (!kci->stext) in kcore_copy__find_remaps() 1901 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps() 1956 if (kci->stext) in kcore_copy__calc_maps() 1957 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps() 1959 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps() 1980 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps() 2116 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
|
| D | probe-event.c | 639 u64 stext = 0; in find_perf_probe_point_from_dwarf() local 649 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf() 652 addr += stext; in find_perf_probe_point_from_dwarf() 725 u64 stext = 0; in post_process_offline_probe_trace_events() local 730 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events() 737 map, stext); in post_process_offline_probe_trace_events() 751 u64 stext = 0; in add_exec_to_probe_trace_events() local 756 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events() 762 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
|
| D | symbol.c | 1316 u64 stext; in dso__load_kcore() local 1370 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore() 1372 if (stext >= new_map->start && stext < new_map->end) { in dso__load_kcore()
|
| /Linux-v6.1/arch/arm/kernel/ |
| D | vmlinux.lds.S | 20 ENTRY(stext)
|
| D | vmlinux-xip.lds.S | 20 ENTRY(stext)
|
| D | head-nommu.S | 41 ENTRY(stext) 44 ENTRY(stext) 80 ENDPROC(stext)
|
| D | head.S | 93 ENTRY(stext) 173 ENDPROC(stext)
|
| /Linux-v6.1/Documentation/translations/zh_CN/arm64/ |
| D | booting.txt | 109 - code0/code1 负责跳转到 stext.
|
| /Linux-v6.1/Documentation/translations/zh_TW/arm64/ |
| D | booting.txt | 113 - code0/code1 負責跳轉到 stext.
|
| /Linux-v6.1/arch/sparc/kernel/ |
| D | head_64.S | 42 .globl start, _start, stext, _stext 46 stext: label
|
| /Linux-v6.1/Documentation/arm64/ |
| D | booting.rst | 93 - code0/code1 are responsible for branching to stext.
|
| /Linux-v6.1/Documentation/kbuild/ |
| D | makefiles.rst | 1125 LDFLAGS_vmlinux := -e stext
|