Searched refs:_text (Results 26 - 50 of 76) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/romimage/
H A Dhead.S81 .long _text
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_64.S69 leaq _text(%rip), %rbp
70 subq $_text - __START_KERNEL_map, %rbp
79 leaq _text(%rip), %rdx
98 leaq _text(%rip), %rdi
H A Dhead64.c101 reserve_early(__pa_symbol(&_text), __pa_symbol(&__bss_stop), "TEXT DATA BSS");
H A Dvmlinux.lds.S95 _text = .; define
351 . = ASSERT((_end - _text <= KERNEL_IMAGE_SIZE),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dvmlinux.lds.S57 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dvmlinux.lds.S73 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dsetup.c128 init_mm.start_code = (unsigned long)&_text;
133 code_resource.start = virt_to_bus(&_text);
139 kstart_pfn = PFN_UP(__pa(&_text));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dinit.c83 if ((memory_start <= (u32)_text) &&
84 ((u32)_text <= memory_end)) {
100 kernel_align_start = PAGE_DOWN((u32)_text);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkallsyms.c44 static unsigned long long _text; variable
125 if (strcmp(sym, "_text") == 0)
126 _text = s->addr;
310 /* Provide proper symbols relocatability by their '_text'
320 if (_text <= table[i].addr)
322 table[i].addr - _text);
325 _text - table[i].addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/boot/compressed/
H A Dmisc.c27 extern char _text, _end;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dsetup.c93 code_resource.start = __pa(&_text);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/mm/
H A Dinit.c100 codesize = (unsigned long) &_etext - (unsigned long) &_text;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mm/
H A Dinit.c105 if (addr >= _text &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dvmlinux.lds.S65 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dvmlinux.lds.S25 _text = . ; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsetup.c254 init_mm.start_code = (unsigned long) _text;
259 code_resource.start = virt_to_phys(_text);
/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A Dinit.c318 reserve_bootmem_node(NODE_DATA(0), __pa((unsigned long)_text),
319 (unsigned long)(_end - _text), BOOTMEM_DEFAULT);
358 code_resource.start = virt_to_phys(_text);
470 codesize = (unsigned long)_etext - (unsigned long)_text;
539 _text, _etext,
540 ((unsigned long)_etext - (unsigned long)_text) >> 10);
638 ro_start = __pa((unsigned long)_text);
/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;
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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dvmlinux.lds.S84 _text = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/boot/compressed/
H A Dmisc.c82 extern int _text; /* Defined in vmlinux.lds.S */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dvmlinux.lds.S41 _text = .; 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/blackfin/kernel/
H A Dvmlinux.lds.S30 _text = .; define

Completed in 140 milliseconds

1234