Home
last modified time | relevance | path

Searched refs:stext (Results 1 – 15 of 15) sorted by relevance

/linux/arch/hexagon/kernel/
A Dhead.S19 ENTRY(stext)
62 r2.l = #LO(stext);
67 r2.h = #HI(stext);
A Dvmlinux.lds.S15 ENTRY(stext)
/linux/arch/arc/kernel/
A Dhead.S99 j stext
105 ENTRY(stext)
152 END(stext)
/linux/arch/arm/kernel/
A Dvmlinux.lds.S19 ENTRY(stext)
A Dvmlinux-xip.lds.S19 ENTRY(stext)
A Dhead-nommu.S40 ENTRY(stext)
43 ENTRY(stext)
79 ENDPROC(stext)
A Dhead.S93 ENTRY(stext)
173 ENDPROC(stext)
/linux/tools/perf/util/
A Dsymbol-elf.c2135 u64 stext; member
2231 kci->stext = start; in kcore_copy__process_kallsyms()
2312 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map()
2342 if (!kci->stext) in kcore_copy__find_remaps()
2349 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps()
2404 if (kci->stext) in kcore_copy__calc_maps()
2405 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps()
2407 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps()
2428 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps()
2564 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
A Dprobe-event.c661 u64 stext = 0; in find_perf_probe_point_from_dwarf() local
671 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf()
674 addr += stext; in find_perf_probe_point_from_dwarf()
747 u64 stext = 0; in post_process_offline_probe_trace_events() local
752 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events()
759 map, stext); in post_process_offline_probe_trace_events()
773 u64 stext = 0; in add_exec_to_probe_trace_events() local
778 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events()
784 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
A Dsymbol.c1298 u64 stext; in dso__load_kcore() local
1344 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore()
1352 if (!(stext >= map__start(new_map) && stext < map__end(new_map))) in dso__load_kcore()
/linux/Documentation/translations/zh_CN/arch/arm64/
A Dbooting.txt109 - code0/code1 负责跳转到 stext.
/linux/Documentation/translations/zh_TW/arch/arm64/
A Dbooting.txt113 - code0/code1 負責跳轉到 stext.
/linux/arch/sparc/kernel/
A Dhead_64.S42 .globl start, _start, stext, _stext
46 stext: label
/linux/Documentation/arch/arm64/
A Dbooting.rst93 - code0/code1 are responsible for branching to stext.
/linux/Documentation/kbuild/
A Dmakefiles.rst1089 LDFLAGS_vmlinux := -e stext

Completed in 36 milliseconds