/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | head.S | 19 ENTRY(stext) 62 r2.l = #LO(stext); 67 r2.h = #HI(stext); 73 } /* r1 = _end - stext */
|
H A D | vmlinux.lds.S | 15 ENTRY(stext)
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | head.S | 19 ENTRY(stext) 62 r2.l = #LO(stext); 67 r2.h = #HI(stext); 73 } /* r1 = _end - stext */
|
H A D | vmlinux.lds.S | 15 ENTRY(stext)
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 1587 u64 stext; member 1683 kci->stext = start; in kcore_copy__process_kallsyms() 1764 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map() 1794 if (!kci->stext) in kcore_copy__find_remaps() 1797 /* Find phdr that corresponds to the kernel map (contains stext) */ in kcore_copy__find_remaps() 1801 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps() 1856 if (kci->stext) in kcore_copy__calc_maps() 1857 kci->stext = round_down(kci->stext, page_siz in kcore_copy__calc_maps() [all...] |
H A D | probe-event.c | 638 unsigned long stext = 0; in find_perf_probe_point_from_dwarf() local 648 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf() 651 addr += stext; in find_perf_probe_point_from_dwarf() 720 unsigned long stext = 0; in post_process_offline_probe_trace_events() local 725 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events() 732 map, stext); in post_process_offline_probe_trace_events() 746 unsigned long stext = 0; in add_exec_to_probe_trace_events() local 751 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events() 757 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
|
H A D | symbol.c | 1305 u64 stext; in dso__load_kcore() local 1359 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore() 1361 if (stext >= new_map->start && stext < new_map->end) { in dso__load_kcore()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | vmlinux.lds.S | 19 ENTRY(stext)
|
H A D | vmlinux-xip.lds.S | 19 ENTRY(stext)
|
H A D | head-nommu.S | 40 ENTRY(stext) 43 ENTRY(stext) 79 ENDPROC(stext)
|
H A D | head.S | 93 ENTRY(stext) 173 ENDPROC(stext)
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 2063 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() 2273 /* Find phdr that corresponds to the kernel map (contains 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_siz in kcore_copy__calc_maps() [all...] |
H A D | probe-event.c | 648 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()
|
H A D | symbol.c | 1382 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() 1452 * Select the smallest matching segment, in case stext in dso__load_kcore()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | vmlinux-xip.lds.S | 20 ENTRY(stext)
|
H A D | vmlinux.lds.S | 20 ENTRY(stext)
|
H A D | head-nommu.S | 41 ENTRY(stext) 44 ENTRY(stext) 80 ENDPROC(stext)
|
H A D | head.S | 94 ENTRY(stext) 187 ENDPROC(stext)
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | head_64.S | 42 .globl start, _start, stext, _stext 46 stext: label
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | head_64.S | 42 .globl start, _start, stext, _stext 46 stext: label
|