Searched refs:stext (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/arch/arc/kernel/ |
D | head.S | 55 .type stext, @function 56 .globl stext 57 stext: label
|
/linux-4.1.27/arch/arm64/kernel/ |
D | head.S | 106 b stext 108 b stext // branch to kernel start, magic 129 .set stext_offset, stext - efi_head 149 .long _end - stext // SizeOfCode 214 .long _end - stext // VirtualSize 216 .long _edata - stext // SizeOfRawData 235 ENTRY(stext) 253 ENDPROC(stext)
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | head.S | 33 ENTRY(stext) 76 r2.l = #LO(stext); 81 r2.h = #HI(stext);
|
D | vmlinux.lds.S | 26 ENTRY(stext)
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | rescue_v10.lds | 11 stext = . ;
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 20 ENTRY(stext)
|
D | head.S | 61 ENTRY(stext) 164 ENDPROC(stext)
|
/linux-4.1.27/arch/arm/kernel/ |
D | head-nommu.S | 44 ENTRY(stext) 47 ENTRY(stext) 87 ENDPROC(stext)
|
D | vmlinux.lds.S | 49 ENTRY(stext)
|
D | head.S | 80 ENTRY(stext) 145 ENDPROC(stext)
|
/linux-4.1.27/tools/perf/util/ |
D | symbol-elf.c | 1358 u64 stext; member 1389 kci->stext = start; in kcore_copy__process_kallsyms() 1463 kcore_copy__map(&kci->kernel_map, start, end, pgoff, kci->stext, in kcore_copy__read_map() 1489 if (kci->stext) in kcore_copy__calc_maps() 1490 kci->stext = round_down(kci->stext, page_size); in kcore_copy__calc_maps() 1492 kci->stext = round_down(kci->first_symbol, page_size); in kcore_copy__calc_maps() 1509 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps() 1641 struct kcore_copy_info kci = { .stext = 0, }; in kcore_copy()
|
D | probe-event.c | 453 unsigned long stext = 0; in find_perf_probe_point_from_dwarf() local 463 ret = get_text_start_address(tp->module, &stext); in find_perf_probe_point_from_dwarf() 466 addr += stext; in find_perf_probe_point_from_dwarf() 498 unsigned long stext = 0; in add_exec_to_probe_trace_events() local 503 ret = get_text_start_address(exec, &stext); in add_exec_to_probe_trace_events() 509 tevs[i].point.address -= stext; in add_exec_to_probe_trace_events()
|
/linux-4.1.27/arch/m32r/boot/ |
D | setup.S | 119 LDIMM (r13, stext)
|
/linux-4.1.27/Documentation/zh_CN/arm64/ |
D | booting.txt | 107 - code0/code1 负责跳转到 stext.
|
/linux-4.1.27/arch/m32r/kernel/ |
D | head.S | 30 ENTRY(stext)
|
/linux-4.1.27/arch/sparc/kernel/ |
D | head_64.S | 40 .globl start, _start, stext, _stext 44 stext: label
|
/linux-4.1.27/Documentation/arm64/ |
D | booting.txt | 89 - code0/code1 are responsible for branching to stext.
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 863 LDFLAGS_vmlinux := -e stext
|