Searched refs:stext (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/arch/hexagon/kernel/ |
D | head.S | 33 ENTRY(stext) 76 r2.l = #LO(stext); 81 r2.h = #HI(stext);
|
D | vmlinux.lds.S | 28 ENTRY(stext)
|
/Linux-v4.19/arch/arc/plat-eznps/ |
D | entry.S | 34 jne stext 69 j stext
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 20 ENTRY(stext)
|
D | head.S | 61 ENTRY(stext) 164 ENDPROC(stext)
|
/Linux-v4.19/tools/perf/util/ |
D | symbol-elf.c | 1402 u64 stext; member 1495 kci->stext = start; in kcore_copy__process_kallsyms() 1576 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map() 1606 if (!kci->stext) in kcore_copy__find_remaps() 1613 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps() 1668 if (kci->stext) in kcore_copy__calc_maps() 1669 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps() 1671 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps() 1688 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps() 1824 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
|
D | probe-event.c | 577 unsigned long stext = 0; in find_perf_probe_point_from_dwarf() local 587 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf() 590 addr += stext; in find_perf_probe_point_from_dwarf() 659 unsigned long stext = 0; in post_process_offline_probe_trace_events() local 664 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events() 671 map, stext); in post_process_offline_probe_trace_events() 685 unsigned long stext = 0; in add_exec_to_probe_trace_events() local 690 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events() 696 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
|
D | symbol.c | 1164 u64 stext; in dso__load_kcore() local 1217 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore() 1219 if (stext >= new_map->start && stext < new_map->end) { in dso__load_kcore()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | image.h | 76 __efistub_stext_offset = stext - _text;
|
D | head.S | 83 b stext 85 b stext // branch to kernel start, magic 116 ENTRY(stext) 131 ENDPROC(stext)
|
/Linux-v4.19/arch/arm/kernel/ |
D | vmlinux.lds.S | 22 ENTRY(stext)
|
D | vmlinux-xip.lds.S | 22 ENTRY(stext)
|
D | head-nommu.S | 45 ENTRY(stext) 48 ENTRY(stext) 84 ENDPROC(stext)
|
D | head.S | 80 ENTRY(stext) 162 ENDPROC(stext)
|
/Linux-v4.19/Documentation/translations/zh_CN/arm64/ |
D | booting.txt | 109 - code0/code1 负责跳转到 stext.
|
/Linux-v4.19/arch/sparc/kernel/ |
D | head_64.S | 42 .globl start, _start, stext, _stext 46 stext: label
|
/Linux-v4.19/Documentation/arm64/ |
D | booting.txt | 91 - code0/code1 are responsible for branching to stext.
|
/Linux-v4.19/Documentation/kbuild/ |
D | makefiles.txt | 848 LDFLAGS_vmlinux := -e stext
|