Searched refs:stext (Results 1 – 13 of 13) sorted by relevance
/linux/arch/hexagon/kernel/ |
H A D | head.S | 19 ENTRY(stext) 62 r2.l = #LO(stext); 67 r2.h = #HI(stext);
|
H A D | vmlinux.lds.S | 15 ENTRY(stext)
|
/linux/arch/arc/kernel/ |
H A D | head.S | 99 j stext 105 ENTRY(stext) 152 END(stext)
|
/linux/tools/perf/util/ |
H A D | symbol-elf.c | 2137 u64 stext; 2233 kci->stext = start; in kcore_copy__process_kallsyms() 2314 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map() 2344 if (!kci->stext) in kcore_copy__find_remaps() 2347 /* Find phdr that corresponds to the kernel map (contains stext) */ in kcore_copy__find_remaps() 2351 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps() 2406 if (kci->stext) in kcore_copy__calc_maps() 2407 kci->stext = round_down(kci->stext, page_siz in kcore_copy__calc_maps() 2136 u64 stext; global() member [all...] |
H A D | probe-event.c | 665 u64 stext = 0; in find_perf_probe_point_from_dwarf() local 675 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf() 678 addr += stext; in find_perf_probe_point_from_dwarf() 751 u64 stext = 0; in post_process_offline_probe_trace_events() local 756 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events() 763 map, stext); in post_process_offline_probe_trace_events() 777 u64 stext = 0; in add_exec_to_probe_trace_events() local 782 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events() 788 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
|
/linux/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)
|
/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | booting.txt | 109 - code0/code1 负责跳转到 stext.
|
/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | booting.txt | 113 - code0/code1 負責跳轉到 stext.
|
/linux/arch/sparc/kernel/ |
H A D | head_64.S | 42 .globl start, _start, stext, _stext 46 stext: label
|
/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 1103 LDFLAGS_vmlinux := -e stext
|