Searched refs:_etext (Results 51 - 75 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mm/
H A Dinit.c106 addr < _etext)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dvmlinux.lds.S145 _etext = . ; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dvmlinux.lds.S37 _etext = . ; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dinit.c122 codek = (_etext - _stext) >> 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/mm/
H A Dinit.c32 extern char _ftext, _etext, _fdata, _edata, _rodata_end;
200 codesize = (unsigned long) &_etext - (unsigned long) &_ftext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dinit.c286 extern char _text, _etext, _data, _edata;
298 codesize = (unsigned long) &_etext - (unsigned long) &_text;
H A Dnuma.c323 extern char _text, _etext, _data, _edata;
342 codesize = (unsigned long) &_etext - (unsigned long) &_text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dvmlinux.lds.S101 _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-pilot.S138 moveal #_etext, %a0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dpgtable.c177 if ((char *) v < _stext || (char *) v >= _etext)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dvmlinux.lds.S64 _etext = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A Dinit.c137 codesize = (unsigned long)_etext - (unsigned long)_text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dvmlinux.lds.S112 _etext = .; /* End of text and rodata section */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkallsyms.c64 if ((addr >= (unsigned long)_stext && addr <= (unsigned long)_etext) ||
253 symbol_end = (unsigned long)_etext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-fs/
H A Darbiter.c161 extern char _stext, _etext;
193 crisv32_arbiter_watch(virt_to_phys(&_stext), &_etext - &_stext,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A Dinit.c470 codesize = (unsigned long)_etext - (unsigned long)_text;
471 datasize = (unsigned long)_edata - (unsigned long)_etext;
536 _etext, _edata,
537 ((unsigned long)_edata - (unsigned long)_etext) >> 10,
539 _text, _etext,
540 ((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/kernel/
H A Dsetup.c443 code_resource.end = (unsigned long) &_etext - 1;
444 data_resource.start = (unsigned long) &_etext;
798 init_mm.end_code = (unsigned long) &_etext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsetup.c502 code_resource.end = __pa_symbol(&_etext) - 1;
503 data_resource.start = __pa_symbol(&_etext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dinit.c417 codesize = (unsigned long) &_etext - (unsigned long) &_text;
418 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-memory.c495 codesize = (unsigned long) &_etext - (unsigned long) &_text;
496 datasize = (unsigned long) &_edata - (unsigned long) &_etext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dunwind.c222 extern char _stext[], _etext[];
271 info->prev_ip > (unsigned long)_etext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dinit_32.c455 codepages = (((unsigned long) &_etext) - ((unsigned long)&_start));
457 datapages = (((unsigned long) &_edata) - ((unsigned long)&_etext));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dalternative.c491 _text, _etext);
496 _text, _etext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Darbiter.c230 extern char _stext, _etext;
268 crisv32_arbiter_watch(virt_to_phys(&_stext), &_etext - &_stext,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup_32.c320 init_mm.end_code = (unsigned long) _etext;

Completed in 150 milliseconds

12345