Searched refs:vmlinux (Results 1 - 25 of 240) sorted by path

12345678910

/linux-master/arch/nios2/boot/compressed/
H A DMakefile3 # create a compressed vmlinux image from the original vmlinux
6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds
13 $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) $(obj)/piggy.o FORCE
18 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/../vmlinux.gz FORCE
H A Dvmlinux.lds.S6 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/powerpc/boot/
H A DzImage.coff.lds.S28 *(.kernel:vmlinux.strip)
/linux-master/arch/s390/purgatory/
H A Dpurgatory.lds.S3 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/sh/boot/romimage/
H A DMakefile8 targets := vmlinux head.o zeropage.bin piggy.o
17 -T $(obj)/../../kernel/vmlinux.lds
19 $(obj)/vmlinux: $(obj)/head.o $(obj-y) $(obj)/piggy.o FORCE
24 $(obj)/zeropage.bin: vmlinux FORCE
29 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/zeropage.bin arch/sh/boot/zImage FORCE
/linux-master/arch/um/include/asm/
H A Dvmlinux.lds.h2 #include <asm-generic/vmlinux.lds.h>
/linux-master/scripts/
H A Dextract-sys-certs.pl9 die "Format: $0 [-s <systemmap-file>] <vmlinux-file> <keyring-file>\n"
20 my $vmlinux = $ARGV[0];
24 # Parse the vmlinux section table
26 open FD, "objdump -h $vmlinux |" || die $vmlinux;
28 close(FD) || die $vmlinux;
54 # Try and parse the vmlinux symbol table. If the vmlinux file has been created
55 # from a vmlinuz file with extract-vmlinux then the symbol table will be empty.
57 open FD, "nm $vmlinux
[all...]
H A Dextract-vmlinux4 # extract-vmlinux - Extract uncompressed vmlinux from a kernel image
16 # TODO: find a better to way to check that it's really vmlinux
48 tmp=$(mktemp /tmp/vmlinux-XXX)
64 echo "$me: Cannot find vmlinux." >&2
/linux-master/
H A DMakefile32 # turn into vmlinux), we will call a sub make in that other dir, and
692 # Build targets only - this includes vmlinux, arch-specific targets, clean
736 # Objects we will link into vmlinux / subdirs we need to visit
745 # Defaults to vmlinux, but the arch makefile usually adds further targets
746 all: vmlinux
1070 export KBUILD_IMAGE ?= vmlinux
1109 # Externally visible symbols (used by link-vmlinux.sh)
1120 export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds
1135 targets += vmlinux.a
1136 vmlinux
[all...]
/linux-master/arch/alpha/
H A DMakefile48 all boot: $(boot)/vmlinux.gz
50 $(boot)/vmlinux.gz: vmlinux
53 bootimage bootpfile bootpzfile: vmlinux
60 echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)'
/linux-master/arch/alpha/boot/
H A DMakefile12 targets := vmlinux.gz vmlinux \
13 vmlinux.nh tools/lxboot tools/bootlx tools/bootph \
21 $(obj)/bootimage: $(addprefix $(obj)/tools/,mkbb lxboot bootlx) $(obj)/vmlinux.nh
22 ( cat $(obj)/tools/lxboot $(obj)/tools/bootlx $(obj)/vmlinux.nh ) > $@
27 $(obj)/bootpfile: $(obj)/tools/bootph $(obj)/vmlinux.nh
28 cat $(obj)/tools/bootph $(obj)/vmlinux.nh > $@
35 $(obj)/bootpzfile: $(obj)/tools/bootpzh $(obj)/vmlinux.nh.gz
36 cat $(obj)/tools/bootpzh $(obj)/vmlinux.nh.gz > $@
42 $(obj)/vmlinux
[all...]
/linux-master/arch/alpha/kernel/
H A DMakefile6 extra-y := vmlinux.lds
H A Dvmlinux.lds.S6 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/arc/
H A DMakefile100 $(boot_targets): vmlinux
/linux-master/arch/arc/boot/
H A DMakefile9 LINUX_START_TEXT = $$($(READELF) -h vmlinux | \
15 targets += vmlinux.bin
16 targets += vmlinux.bin.gz
17 targets += vmlinux.bin.lzma
22 $(obj)/vmlinux.bin: vmlinux FORCE
25 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
28 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux
[all...]
/linux-master/arch/arc/kernel/
H A DMakefile29 extra-y := vmlinux.lds
H A Dvmlinux.lds.S6 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/arm/
H A DMakefile293 $(BOOT_TARGETS): vmlinux
/linux-master/arch/arm/boot/
H A DMakefile39 $(obj)/xipImage: vmlinux FORCE
54 $(obj)/Image: vmlinux FORCE
57 $(obj)/compressed/vmlinux: $(obj)/Image FORCE
60 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
H A Dinstall.sh27 base=vmlinux
/linux-master/arch/arm/boot/compressed/
H A DMakefile5 # create a compressed vmlinuz image from the original vmlinux
98 targets := vmlinux vmlinux.lds piggy_data piggy.o \
110 KBSS_SZ = $(shell echo $$(($$($(NM) vmlinux | \
154 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.o \
H A Dvmlinux.lds.S5 #include <asm/vmlinux.lds.h>
/linux-master/arch/arm/include/asm/
H A Dvmlinux.lds.h2 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/arm/kernel/
H A DMakefile108 extra-y := vmlinux.lds
H A Dvmlinux-xip.lds.S12 #include <asm/vmlinux.lds.h>

Completed in 425 milliseconds

12345678910