Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dhead.S81 b stext
83 b stext // branch to kernel start, magic
104 .set __efistub_stext_offset, stext - efi_head
124 .long _end - stext // SizeOfCode
189 .long _end - stext // VirtualSize
191 .long _edata - stext // SizeOfRawData
210 ENTRY(stext)
226 ENDPROC(stext)
/linux-4.4.14/arch/hexagon/kernel/
Dhead.S33 ENTRY(stext)
76 r2.l = #LO(stext);
81 r2.h = #HI(stext);
Dvmlinux.lds.S26 ENTRY(stext)
/linux-4.4.14/arch/cris/boot/rescue/
Drescue_v10.lds11 stext = . ;
/linux-4.4.14/arch/unicore32/kernel/
Dvmlinux.lds.S20 ENTRY(stext)
Dhead.S61 ENTRY(stext)
164 ENDPROC(stext)
/linux-4.4.14/arch/arm/kernel/
Dhead-nommu.S44 ENTRY(stext)
47 ENTRY(stext)
87 ENDPROC(stext)
Dvmlinux.lds.S49 ENTRY(stext)
Dhead.S80 ENTRY(stext)
162 ENDPROC(stext)
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c1376 u64 stext; member
1407 kci->stext = start; in kcore_copy__process_kallsyms()
1481 kcore_copy__map(&kci->kernel_map, start, end, pgoff, kci->stext, in kcore_copy__read_map()
1507 if (kci->stext) in kcore_copy__calc_maps()
1508 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps()
1510 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps()
1527 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps()
1659 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
Dprobe-event.c513 unsigned long stext = 0; in find_perf_probe_point_from_dwarf() local
523 ret = get_text_start_address(tp->module, &stext); in find_perf_probe_point_from_dwarf()
526 addr += stext; in find_perf_probe_point_from_dwarf()
559 unsigned long stext = 0; in add_exec_to_probe_trace_events() local
564 ret = get_text_start_address(exec, &stext); in add_exec_to_probe_trace_events()
570 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
/linux-4.4.14/arch/m32r/boot/
Dsetup.S119 LDIMM (r13, stext)
/linux-4.4.14/Documentation/zh_CN/arm64/
Dbooting.txt107 - code0/code1 负责跳转到 stext.
/linux-4.4.14/arch/m32r/kernel/
Dhead.S30 ENTRY(stext)
/linux-4.4.14/arch/sparc/kernel/
Dhead_64.S40 .globl start, _start, stext, _stext
44 stext: label
/linux-4.4.14/Documentation/arm64/
Dbooting.txt91 - code0/code1 are responsible for branching to stext.
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt863 LDFLAGS_vmlinux := -e stext