Searched refs:vmlinux (Results 126 - 129 of 129) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A DMakefile5 extra-y := head.o vmlinux.lds
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dnamespace.pl20 # objects will result in a flawed analysis. Compile both vmlinux
150 || m:/vmlinux-obj.o$:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c11 * Usage: modpost vmlinux module1.o module2.o ...
20 /* Warn about undefined symbols? (do so if we have vmlinux) */
78 return strcmp(myname, "vmlinux") == 0;
137 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ member in struct:symbol
271 s->vmlinux = is_vmlinux(mod->name);
1176 /* When there's no vmlinux, don't print warnings about
1535 if (sym->vmlinux || sym->kernel)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S462 move.d __vmlinux_end, $r0; the image will be after the vmlinux end address

Completed in 165 milliseconds

123456