Searched refs:stext (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/arch/arm64/kernel/ |
D | head.S | 81 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/ |
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.4.14/arch/cris/boot/rescue/ |
D | rescue_v10.lds | 11 stext = . ;
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 20 ENTRY(stext)
|
D | head.S | 61 ENTRY(stext) 164 ENDPROC(stext)
|
/linux-4.4.14/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) 162 ENDPROC(stext)
|
/linux-4.4.14/tools/perf/util/ |
D | symbol-elf.c | 1376 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()
|
D | probe-event.c | 513 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/ |
D | setup.S | 119 LDIMM (r13, stext)
|
/linux-4.4.14/Documentation/zh_CN/arm64/ |
D | booting.txt | 107 - code0/code1 负责跳转到 stext.
|
/linux-4.4.14/arch/m32r/kernel/ |
D | head.S | 30 ENTRY(stext)
|
/linux-4.4.14/arch/sparc/kernel/ |
D | head_64.S | 40 .globl start, _start, stext, _stext 44 stext: label
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 91 - code0/code1 are responsible for branching to stext.
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 863 LDFLAGS_vmlinux := -e stext
|