Searched refs:_text (Results 1 - 25 of 76) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/
H A D.tmp_kallsyms2.S13 PTR _text - 0x38000
14 PTR _text - 0x38000
15 PTR _text - 0x38000
16 PTR _text - 0x38000
17 PTR _text - 0x37fcc
18 PTR _text - 0x37f8c
19 PTR _text - 0x37f70
20 PTR _text - 0x37f6c
21 PTR _text - 0x37f14
22 PTR _text
[all...]
H A D.tmp_kallsyms1.S13 PTR _text - 0x38000
14 PTR _text - 0x38000
15 PTR _text - 0x38000
16 PTR _text - 0x38000
17 PTR _text - 0x37fcc
18 PTR _text - 0x37f8c
19 PTR _text - 0x37f70
20 PTR _text - 0x37f6c
21 PTR _text - 0x37f14
22 PTR _text
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsections.h6 extern char _text[], _stext[], _etext[];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/boot/compressed/
H A Dvmlinux.lds.S8 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/boot/compressed/
H A Dvmlinux.lds.S28 _text = .; /* Text */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dvmlinux.lds.S40 _text = .; /* Text and read-only data */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dvmlinux.lds.S33 _text = .; /* Text */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dvmlinux.lds.S18 _text = .; /* Text and read-only data */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/compressed/
H A Dmisc.c41 extern int _text; /* Defined in vmlinux.lds.S */
119 output_addr = __pa((unsigned long)&_text+PAGE_SIZE);
H A Dhead_32.S101 .long ___pa(_text+PAGE_SIZE)
103 .long _text+PAGE_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/prom/
H A Dmemory.c100 end = __pa(&_text) - 0x00020000;
103 end = __pa(&_text);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dvmlinux.lds.S28 _text = .; /* Text and read-only data */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dvmlinux.lds.S28 _text = .; /* Text and read-only data */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dvmlinux.lds.S43 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dvmlinux.lds.S29 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Duml.lds.S22 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dvmlinux.lds.S31 _text = .; /* Text and read-only data */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead32.c38 reserve_early(__pa_symbol(&_text), __pa_symbol(&__bss_stop), "TEXT DATA BSS");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dvmlinux.lds.S38 _text = .; /* Text and read-only data. */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dvmlinux.lds.S28 _text = .; /* Text and read-only data */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dvmlinux.lds.S49 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_prom.c447 heaptop = CPHYSADDR((u32)&_text);
458 heaptop = CPHYSADDR((u32)&_text);
482 if (heaptop != CPHYSADDR((u32)_text)) {
486 mdesc[i].size = CPHYSADDR((u32)_text) - mdesc[i].base;
492 mdesc[i].base = CPHYSADDR((u32)_text);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dinit.c33 extern char _text, _etext, _edata;
169 codesize = (unsigned long) &_etext - (unsigned long)&_text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvmlinux.lds.S43 _text = .; /* Text and read-only data */ define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dvmlinux.lds.S52 _text = .; /* Text and read-only data */ define

Completed in 140 milliseconds

1234