Searched refs:stext (Results 1 – 14 of 14) 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/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/tools/perf/util/ |
| H A D | symbol-elf.c | 2084 u64 stext; 2180 kci->stext = start; in kcore_copy__process_kallsyms() 2261 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map() 2291 if (!kci->stext) in kcore_copy__find_remaps() 2294 /* Find phdr that corresponds to the kernel map (contains stext) */ in kcore_copy__find_remaps() 2298 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps() 2353 if (kci->stext) in kcore_copy__calc_maps() 2354 kci->stext = round_down(kci->stext, page_siz in kcore_copy__calc_maps() 2082 u64 stext; global() member [all...] |
| H A D | probe-event.c | 668 u64 stext = 0; in find_perf_probe_point_from_dwarf() local 678 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf() 681 addr += stext; in find_perf_probe_point_from_dwarf() 754 u64 stext = 0; in post_process_offline_probe_trace_events() local 759 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events() 766 map, stext); in post_process_offline_probe_trace_events() 780 u64 stext = 0; in add_exec_to_probe_trace_events() local 785 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events() 791 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
|
| H A D | symbol.c | 1327 u64 stext; in dso__load_kcore() local 1373 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore() 1381 if (!(stext >= map__start(new_map) && stext < map__end(new_map))) in dso__load_kcore()
|
| /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 | 1118 LDFLAGS_vmlinux := -e stext
|