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/tools/perf/util/
A Dsymbol-elf.c1626 u64 stext; member
1722 kci->stext = start; in kcore_copy__process_kallsyms()
1803 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map()
1833 if (!kci->stext) in kcore_copy__find_remaps()
1840 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps()
1895 if (kci->stext) in kcore_copy__calc_maps()
1896 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps()
1898 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps()
1919 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps()
2055 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
A Dprobe-event.c636 u64 stext = 0; in find_perf_probe_point_from_dwarf() local
646 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf()
649 addr += stext; in find_perf_probe_point_from_dwarf()
722 u64 stext = 0; in post_process_offline_probe_trace_events() local
727 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events()
734 map, stext); in post_process_offline_probe_trace_events()
748 u64 stext = 0; in add_exec_to_probe_trace_events() local
753 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events()
759 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
A Dsymbol.c1299 u64 stext; in dso__load_kcore() local
1353 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore()
1355 if (stext >= new_map->start && stext < new_map->end) { in dso__load_kcore()
/linux/arch/arm/kernel/
A Dvmlinux.lds.S20 ENTRY(stext)
A Dvmlinux-xip.lds.S20 ENTRY(stext)
A Dhead-nommu.S41 ENTRY(stext)
44 ENTRY(stext)
80 ENDPROC(stext)
A Dhead.S93 ENTRY(stext)
173 ENDPROC(stext)
/linux/Documentation/translations/zh_CN/arm64/
A Dbooting.txt109 - code0/code1 负责跳转到 stext.
/linux/Documentation/translations/zh_TW/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/arm64/
A Dbooting.rst93 - code0/code1 are responsible for branching to stext.
/linux/Documentation/kbuild/
A Dmakefiles.rst1117 LDFLAGS_vmlinux := -e stext

Completed in 32 milliseconds