Home
last modified time | relevance | path

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

/linux/arch/hexagon/kernel/
H A Dhead.S19 ENTRY(stext)
62 r2.l = #LO(stext);
67 r2.h = #HI(stext);
H A Dvmlinux.lds.S15 ENTRY(stext)
/linux/arch/arc/kernel/
H A Dhead.S99 j stext
105 ENTRY(stext)
152 END(stext)
/linux/arch/arm/kernel/
H A Dvmlinux.lds.S19 ENTRY(stext)
H A Dvmlinux-xip.lds.S19 ENTRY(stext)
H A Dhead-nommu.S40 ENTRY(stext)
43 ENTRY(stext)
79 ENDPROC(stext)
H A Dhead.S93 ENTRY(stext)
173 ENDPROC(stext)
/linux/tools/perf/util/
H A Dsymbol-elf.c2084 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 Dprobe-event.c668 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 Dsymbol.c1327 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 Dbooting.txt109 - code0/code1 负责跳转到 stext.
/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dbooting.txt113 - code0/code1 負責跳轉到 stext.
/linux/arch/sparc/kernel/
H A Dhead_64.S42 .globl start, _start, stext, _stext
46 stext: label
/linux/Documentation/kbuild/
H A Dmakefiles.rst1118 LDFLAGS_vmlinux := -e stext