Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dhead.S99 j stext
105 ENTRY(stext)
152 END(stext)
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol-elf.c1587 u64 stext; member
1683 kci->stext = start; in kcore_copy__process_kallsyms()
1764 if (kcore_copy__map(kci, start, end, pgoff, kci->stext, kci->etext)) in kcore_copy__read_map()
1794 if (!kci->stext) in kcore_copy__find_remaps()
1801 if (p->addr <= kci->stext && pend >= kci->stext) { in kcore_copy__find_remaps()
1856 if (kci->stext) in kcore_copy__calc_maps()
1857 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps()
1859 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps()
1880 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps()
2016 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
H A Dprobe-event.c638 unsigned long stext = 0; in find_perf_probe_point_from_dwarf() local
648 ret = get_text_start_address(tp->module, &stext, NULL); in find_perf_probe_point_from_dwarf()
651 addr += stext; in find_perf_probe_point_from_dwarf()
720 unsigned long stext = 0; in post_process_offline_probe_trace_events() local
725 if (!map || get_text_start_address(pathname, &stext, NULL) < 0) { in post_process_offline_probe_trace_events()
732 map, stext); in post_process_offline_probe_trace_events()
746 unsigned long stext = 0; in add_exec_to_probe_trace_events() local
751 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events()
757 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
H A Dsymbol.c1305 u64 stext; in dso__load_kcore() local
1359 if (!kallsyms__get_function_start(kallsyms_filename, "_stext", &stext)) { in dso__load_kcore()
1361 if (stext >= new_map->start && stext < new_map->end) { in dso__load_kcore()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch169 stext.data = saa_init(1L);
170 stext.datalen = 0L;
171 stext.head = stext.last = NULL;
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dvmlinux.lds.S20 ENTRY(stext)
H A Dvmlinux-xip.lds.S20 ENTRY(stext)
H A Dhead-nommu.S41 ENTRY(stext)
44 ENTRY(stext)
80 ENDPROC(stext)
H A Dhead.S78 ENTRY(stext)
160 ENDPROC(stext)
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/arm64/
H A Dbooting.txt109 - code0/code1 负责跳转到 stext.
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dhead_64.S42 .globl start, _start, stext, _stext
46 stext: label
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dbooting.rst93 - code0/code1 are responsible for branching to stext.
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dmakefiles.rst1002 LDFLAGS_vmlinux := -e stext