Searched refs:_etext (Results 26 - 50 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dvmlinux.lds.S52 _etext = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dvmlinux.lds.S50 _etext = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dcommon.lds.S4 _etext = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dvmlinux.lds.S42 _etext = .; /* End of text section */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dextable.c66 addr <= (unsigned long)_etext)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dvmlinux.lds.S50 _etext = . ; /* End of text section. */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dvmlinux.lds.S42 _etext = .; /* End of text section */ define
H A Dsetup.c255 init_mm.end_code = (unsigned long) _etext;
260 code_resource.end = virt_to_phys(_etext)-1;
261 data_resource.start = virt_to_phys(_etext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dvmlinux.lds.S58 _etext = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dinit.c411 codesize = (unsigned long) &_etext - (unsigned long) &_text;
412 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
458 (unsigned long)&_etext, (unsigned long)&_edata,
459 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10,
461 (unsigned long)&_text, (unsigned long)&_etext,
462 ((unsigned long)&_etext - (unsigned long)&_text) >> 10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dinit.c107 codesize = (unsigned long) &_etext - (unsigned long) &_text;
108 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dinit.c147 codek = ((unsigned long) &_etext - (unsigned long) &_stext) >> 10;
151 codek = (_etext - _stext) >> 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvmlinux.lds.S54 _etext = .; /* End of text section */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dvmlinux.lds.S70 _etext = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68328/
H A Dhead-rom.S58 moveal #_etext, %a0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dvmlinux.lds.S77 _etext = .; /* End of text section */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dsetup.c129 init_mm.end_code = (unsigned long) &_etext;
134 code_resource.end = virt_to_bus(&_etext)-1;
135 data_resource.start = virt_to_bus(&_etext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dsetup.c112 extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end;
186 init_mm.end_code = (unsigned long) &_etext;
251 "BSS=0x%06x-0x%06x\n", (int) &_stext, (int) &_etext,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsetup.c262 init_mm.end_code = (unsigned long) _etext;
267 code_resource.end = virt_to_phys(_etext)-1;
268 data_resource.start = virt_to_phys(_etext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-klnuma.c71 source_end = (unsigned long) _etext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S30 PROVIDE(_etext = .);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S31 PROVIDE(_etext = .);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S30 PROVIDE(_etext = .);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S30 PROVIDE(_etext = .);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dinit_32.c884 codesize = (unsigned long) &_etext - (unsigned long) &_text;
885 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
926 (unsigned long)&_etext, (unsigned long)&_edata,
927 ((unsigned long)&_edata - (unsigned long)&_etext) >> 10,
929 (unsigned long)&_text, (unsigned long)&_etext,
930 ((unsigned long)&_etext - (unsigned long)&_text) >> 10);
1005 unsigned long size = PFN_ALIGN(_etext) - start;
1019 unsigned long size = PFN_ALIGN(_etext) - start;
1033 unsigned long size = PFN_ALIGN(_etext) - start;

Completed in 191 milliseconds

12345