Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/boot/rescue/
Drescue_v10.lds13 etext = . ; symbol
/linux-4.4.14/arch/alpha/boot/
Dbootloader.lds9 PROVIDE (etext = .); symbol
/linux-4.4.14/arch/arm64/kernel/vdso/
Dvdso.lds.S49 PROVIDE (etext = .); symbol
/linux-4.4.14/arch/um/include/asm/
Dcommon.lds.S5 PROVIDE (etext = .); symbol
/linux-4.4.14/arch/mips/vdso/
Dvdso.lds.S52 PROVIDE (etext = .); symbol
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c1377 u64 etext; member
1412 kci->etext = start; in kcore_copy__process_kallsyms()
1482 kci->etext); in kcore_copy__read_map()
1512 if (kci->etext) { in kcore_copy__calc_maps()
1513 kci->etext = round_up(kci->etext, page_size); in kcore_copy__calc_maps()
1515 kci->etext = round_up(kci->last_symbol, page_size); in kcore_copy__calc_maps()
1516 kci->etext += page_size; in kcore_copy__calc_maps()
1527 if (!kci->stext || !kci->etext) in kcore_copy__calc_maps()
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_32.c52 extern char etext[], _stext[];
325 ktext = ((char *) v >= _stext && (char *) v < etext); in __mapin_ram_chunk()
Dhash_low_32.S435 lis r6,etext@h
436 ori r6,r6,etext@l /* get etext */
/linux-4.4.14/arch/s390/kernel/vdso64/
Dvdso64.lds.S31 PROVIDE(etext = .); symbol
/linux-4.4.14/arch/s390/kernel/vdso32/
Dvdso32.lds.S31 PROVIDE(etext = .); symbol
/linux-4.4.14/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S35 PROVIDE(etext = .); symbol
/linux-4.4.14/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S36 PROVIDE(etext = .); symbol
/linux-4.4.14/arch/powerpc/kernel/
Dvmlinux.lds.S70 PROVIDE32 (etext = .);
/linux-4.4.14/arch/xtensa/kernel/
Dvmlinux.lds.S102 PROVIDE (etext = .); symbol
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_32_mmu_host.c140 extern char etext[];