Home
last modified time | relevance | path

Searched refs:vmlinux (Results 1 – 200 of 210) sorted by relevance

12

/linux-4.1.27/arch/x86/boot/compressed/
DMakefile21 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \
22 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4
43 vmlinux-objs-y := $(obj)/vmlinux.lds $(obj)/head_$(BITS).o $(obj)/misc.o \
47 vmlinux-objs-$(CONFIG_EARLY_PRINTK) += $(obj)/early_serial_console.o
48 vmlinux-objs-$(CONFIG_RANDOMIZE_BASE) += $(obj)/aslr.o
52 vmlinux-objs-$(CONFIG_EFI_STUB) += $(obj)/eboot.o $(obj)/efi_stub_$(BITS).o \
54 vmlinux-objs-$(CONFIG_EFI_MIXED) += $(obj)/efi_thunk_$(BITS).o
56 $(obj)/vmlinux: $(vmlinux-objs-y) FORCE
61 $(obj)/vmlinux.bin: vmlinux FORCE
64 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs
[all …]
D.gitignore2 vmlinux.bin.all
3 vmlinux.relocs
4 vmlinux.lds
/linux-4.1.27/arch/s390/boot/compressed/
DMakefile7 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2
8 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
23 $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS)
32 $(obj)/sizes.h: vmlinux
42 $(obj)/vmlinux.bin: vmlinux
45 vmlinux.bin.all-y := $(obj)/vmlinux.bin
54 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y)
56 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y)
58 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y)
60 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y)
[all …]
D.gitignore2 vmlinux
3 vmlinux.lds
/linux-4.1.27/arch/sh/boot/
DMakefile29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \
31 extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \
32 vmlinux.bin.xz vmlinux.bin.lzo
35 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
39 $(obj)/compressed/vmlinux: FORCE
42 $(obj)/romImage: $(obj)/romimage/vmlinux FORCE
46 $(obj)/romimage/vmlinux: $(obj)/zImage FORCE
65 $(obj)/vmlinux.bin: vmlinux FORCE
68 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
71 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE
[all …]
D.gitignore2 vmlinux*
/linux-4.1.27/arch/sh/boot/compressed/
DMakefile7 targets := vmlinux vmlinux.bin vmlinux.bin.gz \
8 vmlinux.bin.bz2 vmlinux.bin.lzma \
9 vmlinux.bin.xz vmlinux.bin.lzo \
36 -T $(obj)/../../kernel/vmlinux.lds
56 $(obj)/vmlinux: $(OBJECTS) $(obj)/piggy.o $(lib1funcs-obj) FORCE
60 $(obj)/vmlinux.bin: vmlinux FORCE
63 vmlinux.bin.all-y := $(obj)/vmlinux.bin
65 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE
67 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE
69 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
[all …]
Dinstall.sh46 if [ -f $4/vmlinux-$1 ]; then
47 mv $4/vmlinux-$1 $4/vmlinux.old
54 cat $2 > $4/vmlinux-$1
D.gitignore1 vmlinux.bin.*
/linux-4.1.27/arch/blackfin/boot/
DMakefile10 extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.…
17 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}')
21 $(obj)/vmlinux.bin: vmlinux FORCE
24 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
27 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE
30 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
33 $(obj)/vmlinux.bin.lzo: $(obj)/vmlinux.bin FORCE
39 $(obj)/vmlinux.bin.xip: $(obj)/vmlinux.bin FORCE
42 $(obj)/uImage.bin: $(obj)/vmlinux.bin
45 $(obj)/uImage.bz2: $(obj)/vmlinux.bin.bz2
[all …]
D.gitignore2 vmlinux*
/linux-4.1.27/arch/m32r/boot/compressed/
DMakefile7 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 \
8 vmlinux.bin.lzma head.o misc.o piggy.o vmlinux.lds
20 $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) $(obj)/piggy.o FORCE
24 $(obj)/vmlinux.bin: vmlinux FORCE
27 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
30 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE
33 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
50 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
Dinstall.sh47 if [ -f $4/vmlinux-$1 ]; then
48 mv $4/vmlinux-$1 $4/vmlinux.old
55 cat $2 > $4/vmlinux-$1
/linux-4.1.27/arch/metag/boot/
DMakefile15 targets += vmlinux.bin
23 extra-y += vmlinux.bin
24 extra-y += vmlinux.bin.gz
25 extra-y += vmlinux.bin.bz2
26 extra-y += vmlinux.bin.xz
27 extra-y += vmlinux.bin.lzo
36 $(obj)/vmlinux.bin: vmlinux FORCE
39 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
42 $(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE
45 $(obj)/vmlinux.bin.xz: $(obj)/vmlinux.bin FORCE
[all …]
D.gitignore1 vmlinux*
/linux-4.1.27/arch/mips/boot/
DMakefile32 targets := vmlinux.ecoff
35 $(obj)/vmlinux.ecoff: $(obj)/elf2ecoff $(VMLINUX) FORCE
38 targets += vmlinux.bin
41 $(obj)/vmlinux.bin: $(VMLINUX) FORCE
44 targets += vmlinux.srec
47 $(obj)/vmlinux.srec: $(VMLINUX) FORCE
57 extra-y += vmlinux.bin.bz2
58 extra-y += vmlinux.bin.gz
59 extra-y += vmlinux.bin.lzma
60 extra-y += vmlinux.bin.lzo
[all …]
D.gitignore3 vmlinux.*
/linux-4.1.27/arch/avr32/
DMakefile10 all: uImage vmlinux.elf
46 BOOT_TARGETS := vmlinux.elf vmlinux.bin uImage uImage.srec
53 vmlinux.elf: KBUILD_IMAGE := $(boot)/vmlinux.elf
54 vmlinux.cso: KBUILD_IMAGE := $(boot)/vmlinux.cso
63 vmlinux.elf vmlinux.bin uImage.srec uImage vmlinux.cso: vmlinux
66 install: vmlinux
69 vmlinux.s: vmlinux
72 vmlinux.lst: vmlinux
75 CLEAN_FILES += vmlinux.s vmlinux.lst
/linux-4.1.27/arch/avr32/boot/images/
DMakefile9 extra-y := vmlinux.bin vmlinux.gz
12 $(obj)/vmlinux.bin: vmlinux FORCE
15 $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
23 $(obj)/uImage: $(obj)/vmlinux.gz
44 $(obj)/vmlinux.elf: vmlinux FORCE
50 $(obj)/vmlinux.cso: $(obj)/vmlinux.elf FORCE
57 clean-files := vmlinux.elf vmlinux.bin vmlinux.gz uImage uImage.srec
D.gitignore3 vmlinux.cso
/linux-4.1.27/arch/arc/boot/
DMakefile1 targets := vmlinux.bin vmlinux.bin.gz uImage
9 LINUX_START_TEXT = $$(readelf -h vmlinux | \
19 extra-y += vmlinux.bin vmlinux.bin.gz
21 $(obj)/vmlinux.bin: vmlinux FORCE
24 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
27 $(obj)/uImage.bin: $(obj)/vmlinux.bin FORCE
30 $(obj)/uImage.gz: $(obj)/vmlinux.bin.gz FORCE
/linux-4.1.27/arch/nios2/boot/
DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}')
10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
15 targets += vmlinux.bin vmlinux.gz vmImage
17 $(obj)/vmlinux.bin: vmlinux FORCE
20 $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
23 $(obj)/vmImage: $(obj)/vmlinux.gz
27 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
31 $(obj)/compressed/vmlinux: $(obj)/vmlinux.gz FORCE
/linux-4.1.27/arch/alpha/boot/
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.gz: $(obj)/vmlinux FORCE
50 $(obj)/ksize.h: $(obj)/vmlinux.nh FORCE
[all …]
/linux-4.1.27/arch/mn10300/boot/compressed/
DMakefile5 targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
9 $(obj)/vmlinux: $(obj)/head.o $(obj)/misc.o $(obj)/piggy.o FORCE
13 $(obj)/vmlinux.bin: vmlinux FORCE
16 $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
21 $(obj)/piggy.o: $(obj)/vmlinux.lds $(obj)/vmlinux.bin.gz FORCE
/linux-4.1.27/arch/ia64/hp/sim/boot/
DMakefile12 targets := vmlinux.bin vmlinux.gz $(targets-y)
17 vmlinux.gz: $(obj)/vmlinux.gz $(addprefix $(obj)/,$(targets-y))
26 $(obj)/vmlinux.gz: $(obj)/vmlinux.bin FORCE
29 $(obj)/vmlinux.bin: vmlinux FORCE
/linux-4.1.27/scripts/
Dlink-vmlinux.sh123 rm -f vmlinux
124 rm -f vmlinux.o
152 info LD vmlinux.o
153 modpost_link vmlinux.o
156 ${MAKE} -f "${srctree}/scripts/Makefile.modpost" vmlinux.o
216 info LD vmlinux
217 vmlinux_link "${kallsymso}" vmlinux
220 info SORTEX vmlinux
221 sortextable vmlinux
225 mksysmap vmlinux System.map
Ddecode_stacktrace.sh11 vmlinux=$1
32 local base_addr=$(nm "$vmlinux" | grep -i ' t ' | awk "/ $name\$/ {print \$1}" | head -n1)
52 local code=$(addr2line -i -e "$vmlinux" "$address")
DMakefile.modpost85 quiet_cmd_modpost = MODPOST $(words $(filter-out vmlinux FORCE, $^)) modules
90 $(call cmd,modpost) $(wildcard vmlinux)
95 vmlinux.o: FORCE
Dextract-vmlinux48 tmp=$(mktemp /tmp/vmlinux-XXX)
/linux-4.1.27/arch/xtensa/boot/
DMakefile36 vmlinux.bin: vmlinux FORCE
39 vmlinux.bin.gz: vmlinux.bin FORCE
42 boot-elf: vmlinux.bin
43 boot-redboot: vmlinux.bin.gz
44 boot-uboot: vmlinux.bin.gz
/linux-4.1.27/arch/mips/
DMakefile62 vmlinux-32 = vmlinux
63 vmlinux-64 = vmlinux.64
70 vmlinux-32 = vmlinux.32
71 vmlinux-64 = vmlinux
76 all-$(CONFIG_BOOT_ELF32) := $(vmlinux-32)
77 all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64)
228 COMPRESSION_FNAME = vmlinux
239 entry-y = 0x$(shell $(NM) vmlinux 2>/dev/null \
302 boot-y := vmlinux.bin
303 boot-y += vmlinux.ecoff
[all …]
/linux-4.1.27/arch/nios2/boot/compressed/
DMakefile5 targets := vmlinux head.o misc.o piggy.o vmlinux.lds
12 $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) $(obj)/piggy.o FORCE
18 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/../vmlinux.gz FORCE
/linux-4.1.27/arch/mn10300/boot/
DMakefile13 targets := vmlinux.bin zImage
20 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
24 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE
27 $(obj)/compressed/vmlinux: FORCE
/linux-4.1.27/arch/score/boot/
DMakefile9 targets := vmlinux.bin
11 $(obj)/vmlinux.bin: vmlinux FORCE
15 clean-files += vmlinux.bin
/linux-4.1.27/arch/unicore32/boot/compressed/
DMakefile38 targets := vmlinux vmlinux.lds font.o font.c head.o misc.o \
54 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/head.o $(obj)/piggy.o \
66 $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/unicore32/boot/Makefile $(KCONFIG_CONFIG)
Dvmlinux.lds.in2 * linux/arch/unicore/boot/compressed/vmlinux.lds.in
/linux-4.1.27/arch/sh/boot/romimage/
DMakefile7 targets := vmlinux head.o zeropage.bin piggy.o
16 -T $(obj)/../../kernel/vmlinux.lds
18 $(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-4.1.27/arch/mips/boot/compressed/
DMakefile47 targets += vmlinux.bin
49 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
59 targets += vmlinux.bin.z
60 $(obj)/vmlinux.bin.z: $(obj)/vmlinux.bin FORCE
64 OBJCOPYFLAGS_piggy.o := --add-section=.image=$(obj)/vmlinux.bin.z \
66 $(obj)/piggy.o: $(obj)/dummy.o $(obj)/vmlinux.bin.z FORCE
76 $(obj)/vmlinux.bin $(VMLINUX_LOAD_ADDRESS))
/linux-4.1.27/tools/perf/tests/
Dvmlinux-kallsyms.c27 struct machine kallsyms, vmlinux; in test__vmlinux_matches_kallsyms() local
38 machine__init(&vmlinux, "", HOST_KERNEL_ID); in test__vmlinux_matches_kallsyms()
77 if (machine__create_kernel_maps(&vmlinux) < 0) { in test__vmlinux_matches_kallsyms()
82 vmlinux_map = machine__kernel_map(&vmlinux, type); in test__vmlinux_matches_kallsyms()
95 if (machine__load_vmlinux_path(&vmlinux, type, in test__vmlinux_matches_kallsyms()
187 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
207 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
240 machine__exit(&vmlinux); in test__vmlinux_matches_kallsyms()
DBuild5 perf-y += vmlinux-kallsyms.o
/linux-4.1.27/arch/ia64/
DMakefile70 compressed: vmlinux.gz
72 vmlinuz: vmlinux.gz
74 vmlinux.gz: vmlinux
77 unwcheck: vmlinux
83 CLEAN_FILES += vmlinux.gz bootloader
85 boot: lib/lib.a vmlinux
88 install: vmlinux.gz
/linux-4.1.27/arch/c6x/boot/
DMakefile6 $(obj)/vmlinux.bin: vmlinux FORCE
9 $(obj)/dtbImage.%: vmlinux
/linux-4.1.27/Documentation/zh_CN/
Dbasic_profiling.txt26 请先确保您已经有正确的System.map / vmlinux配置!
29 /sbin/installkernel将vmlinux拷贝到/boot目录,而System.map通常是默认安装好的
60 opcontrol --setup --vmlinux=/boot/vmlinux
68 如果只看kernel相关的报告结果,请运行命令 opreport -l /boot/vmlinux > output_file
Doops-tracing.txt74 gdb /usr/src/linux/vmlinux
/linux-4.1.27/arch/c6x/
DMakefile35 all: vmlinux.bin
49 vmlinux.bin: vmlinux
52 dtbImage.%: vmlinux
/linux-4.1.27/arch/powerpc/boot/
Dmain.c90 static struct addr_range prep_initrd(struct addr_range vmlinux, void *chosen, in prep_initrd() argument
115 if (initrd_addr < vmlinux.size) { in prep_initrd()
178 struct addr_range vmlinux, initrd; in start() local
203 vmlinux = prep_kernel(); in start()
204 initrd = prep_initrd(vmlinux, chosen, in start()
219 kentry = (kernel_entry_t) vmlinux.addr; in start()
DREADME2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
4 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
DzImage.ps3.lds.S7 .kernel:vmlinux.bin : { *(.kernel:vmlinux.bin) }
DzImage.lds.S55 .kernel:vmlinux.strip :
58 *(.kernel:vmlinux.strip)
D.gitignore13 kernel-vmlinux.strip.c
14 kernel-vmlinux.strip.gz
DzImage.coff.lds.S27 *(.kernel:vmlinux.strip)
Dwrapper137 kernel=vmlinux
153 ksection=.kernel:vmlinux.strip
232 ksection=.kernel:vmlinux.bin
DMakefile213 $(if $3, -s $3)$(if $4, -d $4)$(if $5, -i $5) vmlinux
/linux-4.1.27/arch/alpha/
DMakefile53 all boot: $(boot)/vmlinux.gz
55 $(boot)/vmlinux.gz: vmlinux
58 bootimage bootpfile bootpzfile: vmlinux
/linux-4.1.27/arch/unicore32/
D.gitignore8 kernel/vmlinux.lds
20 boot/compressed/vmlinux
21 boot/compressed/vmlinux.lds
DMakefile50 zImage Image uImage: vmlinux
/linux-4.1.27/arch/unicore32/boot/
DMakefile16 $(obj)/Image: vmlinux FORCE
20 $(obj)/compressed/vmlinux: $(obj)/Image FORCE
23 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
/linux-4.1.27/arch/s390/boot/
DMakefile15 $(obj)/image: vmlinux FORCE
18 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
21 $(obj)/compressed/vmlinux: FORCE
/linux-4.1.27/arch/cris/boot/
DMakefile14 $(obj)/Image: vmlinux FORCE
18 $(obj)/compressed/vmlinux: $(obj)/Image FORCE
22 $(obj)/zImage: $(obj)/compressed/vmlinux
/linux-4.1.27/arch/sparc/boot/
DMakefile10 targets := tftpboot.img image zImage vmlinux.aout
28 $(obj)/vmlinux.aout: vmlinux FORCE
65 $(obj)/image: vmlinux FORCE
D.gitignore6 vmlinux.aout
/linux-4.1.27/arch/x86/boot/
DMakefile21 targets := vmlinux.bin setup.bin setup.elf bzImage
67 cmd_image = $(obj)/tools/build $(obj)/setup.bin $(obj)/vmlinux.bin \
70 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
75 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE
86 $(obj)/voffset.h: vmlinux FORCE
95 $(obj)/zoffset.h: $(obj)/compressed/vmlinux FORCE
110 $(obj)/compressed/vmlinux: FORCE
/linux-4.1.27/Documentation/
Dbasic_profiling.txt7 Make sure you have the correct System.map / vmlinux referenced!
10 /sbin/installkernel to copy vmlinux to /boot, in addition to vmlinuz,
45 opcontrol --setup --vmlinux=/boot/vmlinux
53 To only report on the kernel, run opreport -l /boot/vmlinux > output_file
Ddontdiff243 vmlinux
244 vmlinux-*
245 vmlinux.aout
246 vmlinux.bin.all
247 vmlinux.lds
Dgdb-kernel-debugging.txt47 o Start gdb: gdb vmlinux
50 directories. In case gdb reports to refuse loading vmlinux-gdb.py, add
65 loading vmlinux
DBUG-HUNTING195 number of the OOPS from the vmlinux file. If you have
203 gdb vmlinux
213 make vmlinux
214 gdb vmlinux
Dmodule-signing.txt109 during the building of vmlinux (the public part of the key needs to be built
110 into vmlinux) using parameters in the:
Dkmemcheck.txt267 $ addr2line -e vmlinux -i ffffffff8104ede8
273 The "-e vmlinux" tells addr2line which file to look in. IMPORTANT: This must
274 be the vmlinux of the kernel that produced the warning in the first place! If
344 $ addr2line -e vmlinux -i ffffffff8104f04e ffffffff81050bd8 \
497 $ objdump -d --no-show-raw-insn vmlinux | grep -C 8 ffffffff8104ede8:
547 $ gdb vmlinux
Ddebugging-via-ohci1394.txt71 data which can be referenced from symbols found by gdb in vmlinux:
/linux-4.1.27/arch/xtensa/kernel/
DMakefile5 extra-y := head.o vmlinux.lds
39 $(obj)/vmlinux.lds: $(src)/vmlinux.lds.S FORCE
D.gitignore1 vmlinux.lds
/linux-4.1.27/arch/arm/boot/
DMakefile32 $(obj)/xipImage: vmlinux FORCE
47 $(obj)/Image: vmlinux FORCE
51 $(obj)/compressed/vmlinux: $(obj)/Image FORCE
54 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
Dinstall.sh48 base=vmlinux
/linux-4.1.27/arch/microblaze/boot/
DMakefile9 $(obj)/linux.bin: vmlinux FORCE
26 -K _fdt_start vmlinux -o $@
30 $(obj)/simpleImage.%: vmlinux FORCE
/linux-4.1.27/arch/mn10300/
DMakefile74 CLEAN_FILES += $(boot)/compressed/vmlinux
75 CLEAN_FILES += $(boot)/compressed/vmlinux.bin
76 CLEAN_FILES += $(boot)/compressed/vmlinux.bin.gz
78 zImage: vmlinux
/linux-4.1.27/
DMakefile608 all: vmlinux
808 export KBUILD_IMAGE ?= vmlinux
890 vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
894 vmlinux-alldirs := $(sort $(vmlinux-dirs) $(patsubst %/,%,$(filter %/, \
908 export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds
911 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) arch Documentation include …
913 vmlinux-deps := $(KBUILD_LDS) $(KBUILD_VMLINUX_INIT) $(KBUILD_VMLINUX_MAIN)
916 cmd_link-vmlinux = $(CONFIG_SHELL) $< $(LD) $(LDFLAGS) $(LDFLAGS_vmlinux)
917 quiet_cmd_link-vmlinux = LINK $@
921 vmlinux: scripts/link-vmlinux.sh $(vmlinux-deps) FORCE target
[all …]
D.gitignore46 /vmlinux
47 /vmlinux-gdb.py
DREADME308 old kernel image (say, /vmlinux.old) in case the new one does not
370 the file 'linux/vmlinux'. To extract the namelist and match it against
373 nm vmlinux | sort | less
397 After you've rebooted with the new kernel, do "gdb vmlinux /proc/kcore".
/linux-4.1.27/arch/tile/
DMakefile20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
69 install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
/linux-4.1.27/arch/powerpc/
Drelocs_check.sh23 vmlinux="$2"
26 "$objdump" -R "$vmlinux" |
DMakefile254 relocs_check: arch/powerpc/relocs_check.sh vmlinux
260 $(BOOT_TARGETS1): vmlinux
262 $(BOOT_TARGETS2): vmlinux
/linux-4.1.27/arch/m32r/boot/
DMakefile13 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
17 $(obj)/compressed/vmlinux: FORCE
/linux-4.1.27/arch/metag/
DMakefile62 boot_targets += vmlinux.bin
66 all: vmlinux.bin
68 $(boot_targets): vmlinux
/linux-4.1.27/arch/arm/boot/compressed/
DMakefile96 targets := vmlinux vmlinux.lds \
115 KBSS_SZ = $(shell $(CROSS_COMPILE)size $(obj)/../../../../vmlinux | \
172 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.$(suffix_y).o \
D.gitignore11 vmlinux
12 vmlinux.lds
/linux-4.1.27/arch/cris/boot/compressed/
DREADME6 The kernel object built by the arch/etrax100/Makefile, vmlinux, is split
7 by that makefile into text and data binary files, vmlinux.text and
8 vmlinux.data.
DMakefile26 targets := vmlinux piggy.gz decompress.o decompress.bin
34 $(obj)/vmlinux: $(obj)/piggy.gz $(obj)/decompress.bin FORCE
/linux-4.1.27/arch/score/
DMakefile34 vmlinux.bin: vmlinux
/linux-4.1.27/arch/xtensa/boot/boot-elf/
DMakefile21 $(obj)/Image.o: vmlinux.bin $(OBJS)
23 --add-section image=vmlinux.bin \
/linux-4.1.27/arch/parisc/
DMakefile122 Image: vmlinux
124 vmlinuz: vmlinux
129 $(KERNELRELEASE) vmlinux System.map "$(INSTALL_PATH)"
Dinstall.sh53 base=vmlinux
DKconfig183 your vmlinux kernel. In that case enabling this option will help you
/linux-4.1.27/arch/sh/
DMakefile92 defaultimage-$(CONFIG_SH_7206_SOLUTION_ENGINE) := vmlinux
93 defaultimage-$(CONFIG_SH_7619_SOLUTION_ENGINE) := vmlinux
207 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
213 $(BOOT_TARGETS): vmlinux
/linux-4.1.27/arch/xtensa/boot/boot-redboot/
DMakefile22 $(obj)/zImage.o: vmlinux.bin.gz $(OBJS)
24 --add-section image=vmlinux.bin.gz \
/linux-4.1.27/arch/frv/boot/
DMakefile36 $(obj)/Image: vmlinux FORCE
37 $(OBJCOPY) $(OBJCOPYFLAGS) -S vmlinux $@
/linux-4.1.27/arch/m68k/kernel/
Dvmlinux-nommu.lds2 * vmlinux.lds.S -- master linker script for m68knommu arch
21 #include <asm-generic/vmlinux.lds.h>
D.gitignore1 vmlinux.lds
DMakefile14 extra-y += vmlinux.lds
Dvmlinux-sun3.lds3 #include <asm-generic/vmlinux.lds.h>
Dvmlinux-std.lds3 #include <asm-generic/vmlinux.lds.h>
/linux-4.1.27/arch/sparc/
DMakefile68 image zImage uImage tftpboot.img vmlinux.aout: vmlinux
/linux-4.1.27/scripts/package/
Dbuilddeb365 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/
368 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
370 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
/linux-4.1.27/arch/arm64/
DMakefile67 Image Image.gz: vmlinux
70 zinstall install: vmlinux
/linux-4.1.27/arch/x86/tools/
DMakefile19 …DUMP) -v | $(AWK) -f $(chkobjdump)) || $(OBJDUMP) -d -j .text $(objtree)/vmlinux | $(AWK) -f $(dis…
24 posttest: $(obj)/test_get_len vmlinux $(obj)/insn_sanity
/linux-4.1.27/arch/microblaze/kernel/
D.gitignore1 vmlinux.lds
DMakefile15 extra-y := head.o vmlinux.lds
/linux-4.1.27/arch/sparc/kernel/
D.gitignore1 vmlinux.lds
DMakefile14 extra-y += vmlinux.lds
/linux-4.1.27/arch/parisc/kernel/
D.gitignore1 vmlinux.lds
DMakefile5 extra-y := head.o vmlinux.lds
/linux-4.1.27/arch/mips/kernel/
D.gitignore1 vmlinux.lds
DMakefile5 extra-y := head.o vmlinux.lds
/linux-4.1.27/arch/arm64/kernel/
D.gitignore1 vmlinux.lds
Dimage.h22 #error This file should only be included in vmlinux.lds.S
DMakefile43 extra-y := $(head-y) vmlinux.lds
/linux-4.1.27/arch/blackfin/kernel/
D.gitignore1 vmlinux.lds
DMakefile5 extra-y := vmlinux.lds
/linux-4.1.27/arch/m32r/kernel/
D.gitignore1 vmlinux.lds
DMakefile5 extra-y := head.o vmlinux.lds
/linux-4.1.27/arch/avr32/kernel/
D.gitignore1 vmlinux.lds
DMakefile5 extra-y := head.o vmlinux.lds
/linux-4.1.27/arch/alpha/kernel/
D.gitignore1 vmlinux.lds
DMakefile5 extra-y := head.o vmlinux.lds
/linux-4.1.27/arch/arm/kernel/
D.gitignore1 vmlinux.lds
DMakefile93 extra-y := $(head-y) vmlinux.lds
/linux-4.1.27/arch/sh/kernel/
D.gitignore1 vmlinux.lds
DMakefile5 extra-y := head_$(BITS).o vmlinux.lds
/linux-4.1.27/arch/powerpc/kernel/
D.gitignore1 vmlinux.lds
DMakefile88 extra-y += vmlinux.lds
171 clean-files := vmlinux.lds
/linux-4.1.27/arch/s390/kernel/
D.gitignore1 vmlinux.lds
DMakefile38 extra-y += head.o head64.o vmlinux.lds
/linux-4.1.27/arch/arc/kernel/
D.gitignore1 vmlinux.lds
DMakefile34 extra-y := vmlinux.lds head.o
/linux-4.1.27/arch/metag/kernel/
D.gitignore1 vmlinux.lds
DMakefile6 extra-y += vmlinux.lds
/linux-4.1.27/arch/ia64/kernel/
D.gitignore2 vmlinux.lds
DMakefile9 extra-y := head.o init_task.o vmlinux.lds
/linux-4.1.27/arch/x86/kernel/
D.gitignore3 vmlinux.lds
DMakefile5 extra-y := head_$(BITS).o head$(BITS).o head.o vmlinux.lds
/linux-4.1.27/arch/um/
D.gitignore3 kernel/vmlinux.lds
DMakefile100 linux: vmlinux
/linux-4.1.27/arch/arc/
DMakefile98 bootpImage: vmlinux
102 $(boot_targets): vmlinux
/linux-4.1.27/arch/x86/
D.gitignore1 boot/compressed/vmlinux
DMakefile227 bzImage: vmlinux
235 $(BOOT_TARGETS): vmlinux
/linux-4.1.27/arch/xtensa/boot/boot-uboot/
DMakefile18 $(obj)/../uImage: vmlinux.bin.gz FORCE
/linux-4.1.27/arch/score/kernel/
DMakefile5 extra-y := head.o vmlinux.lds
/linux-4.1.27/arch/arm64/boot/
Dinstall.sh34 base=vmlinux
DMakefile19 $(obj)/Image: vmlinux FORCE
/linux-4.1.27/Documentation/x86/
Dexception-tables.txt159 > objdump --section-headers vmlinux
161 > vmlinux: file format elf32-i386
186 > objdump --disassemble --section=.text vmlinux
204 > objdump --disassemble --section=.fixup vmlinux
211 > objdump --full-contents --section=__ex_table vmlinux
242 and linked in vmlinux : > c017e7a5 <do_con_write+e1> movb (%ebx),%dl
247 and linked in vmlinux : > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax
/linux-4.1.27/arch/openrisc/kernel/
DMakefile5 extra-y := head.o vmlinux.lds
/linux-4.1.27/arch/cris/kernel/
DMakefile7 extra-y := vmlinux.lds
/linux-4.1.27/Documentation/devicetree/bindings/
Dcommon-properties.txt16 endianness of the kernel binary (e.g. LE vmlinux -> readl/writel,
17 BE vmlinux -> ioread32be/iowrite32be). In this case no byteswaps
/linux-4.1.27/arch/s390/
DMakefile110 install: vmlinux
113 image bzImage: vmlinux
/linux-4.1.27/arch/c6x/kernel/
DMakefile5 extra-y := head.o vmlinux.lds
/linux-4.1.27/tools/perf/Documentation/
Dperf-annotate.txt47 --vmlinux=<file>::
48 vmlinux pathname.
Dperf-top.txt65 --vmlinux=<path>::
66 Path to vmlinux. Required for annotation functionality.
Dperf-buildid-cache.txt54 to update kallsyms and kernel dso to vmlinux in order to support
Dperf-script.txt172 --vmlinux=<file>::
173 vmlinux pathname
Dperf-probe.txt33 --vmlinux=PATH::
34 Specify vmlinux path which has debuginfo (Dwarf binary).
Dperf-report.txt227 --vmlinux=<file>::
228 vmlinux pathname
Dperf-kvm.txt95 Guest os kernel vmlinux.
/linux-4.1.27/arch/nios2/kernel/
DMakefile6 extra-y += vmlinux.lds
/linux-4.1.27/arch/hexagon/kernel/
DMakefile1 extra-y := head.o vmlinux.lds
/linux-4.1.27/tools/testing/ktest/examples/
Dcrosstests.conf113 BUILD_OPTIONS = -j8 vmlinux
156 BUILD_OPTIONS = -j8 vmlinux
/linux-4.1.27/arch/openrisc/
DREADME.openrisc54 together with your freshly built vmlinux, run your kernel with the following
57 sim -f arch/openrisc/or1ksim.cfg vmlinux
DMakefile55 all: vmlinux
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt69 The top Makefile is responsible for building two major products: vmlinux
150 The kbuild Makefile specifies object files for vmlinux
156 built-in.o is later linked into vmlinux by the parent Makefile.
411 $(obj)/vmImage: $(obj)/vmlinux.gz
826 5) All object files are then linked and the resulting file vmlinux is
855 LDFLAGS_vmlinux Options for $(LD) when linking vmlinux
858 the linker when linking the final vmlinux image.
870 vmlinux.
877 $(obj)/image: vmlinux FORCE
881 vmlinux. The usage of $(call if_changed,xxx) will be described later.
[all …]
Dkbuild.txt55 Additional options passed to final link of vmlinux.
228 All object files for the init (first) part of vmlinux.
233 All object files for the main part of vmlinux.
235 all the object files used to link vmlinux.
Dmodules.txt26 --- 6.1 Symbols From the Kernel (vmlinux + modules)
438 --- 6.1 Symbols From the Kernel (vmlinux + modules)
454 1) It lists all exported symbols from vmlinux and all modules.
/linux-4.1.27/arch/unicore32/kernel/
DMakefile30 extra-y := $(head-y) vmlinux.lds
/linux-4.1.27/arch/frv/kernel/
DMakefile8 extra-y:= head.o vmlinux.lds
/linux-4.1.27/arch/mips/lasat/image/
DMakefile15 KERNEL_IMAGE = vmlinux
/linux-4.1.27/Documentation/kdump/
Dkdump.txt150 analysis tools require a vmlinux with debug symbols in order to read
323 can choose to load the uncompressed vmlinux or compressed bzImage/vmlinuz
327 - Use vmlinux if kernel is not relocatable.
330 - Use vmlinux
332 - Use vmlinux or vmlinuz.gz
338 If you are using a uncompressed vmlinux image then use following command
341 kexec -p <dump-capture-kernel-vmlinux-image> \
456 /proc/vmcore. Use the debug vmlinux built with -g and run the following
459 gdb vmlinux <dump-file>
/linux-4.1.27/arch/um/kernel/
DMakefile10 extra-y := vmlinux.lds
/linux-4.1.27/arch/m32r/
DMakefile52 zImage: vmlinux
/linux-4.1.27/arch/mn10300/kernel/
DMakefile4 extra-y := head.o vmlinux.lds
/linux-4.1.27/arch/tile/kernel/
DMakefile5 extra-y := vmlinux.lds head_$(BITS).o
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-kernel-livepatch17 object (vmlinux or a module) in which it patched functions.
/linux-4.1.27/arch/cris/
DKconfig.debug17 installed, run gdb-cris vmlinux, then type
DMakefile82 zImage Image: vmlinux
/linux-4.1.27/arch/xtensa/
DMakefile98 zImage: vmlinux
/linux-4.1.27/tools/lguest/
Dlguest.txt73 tools/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 \
79 vmlinux: the kernel image found in the top of your build directory. You
/linux-4.1.27/Documentation/powerpc/
Dbootwrapper.txt5 PowerPC image targets compresses and wraps the kernel image (vmlinux) with
89 vmlinux in the uImage data structure. This image
119 that a single vmlinux image can be booted on many different target boards.
/linux-4.1.27/Documentation/ia64/
Dxen.txt39 # cp build-linux-2.6.18-xen_ia64/vmlinux.gz \
148 # cp vmlinux.gz /boot/efi/efi/redhat/vmlinuz-2.6-pv_ops-xenU
/linux-4.1.27/arch/blackfin/
DMakefile150 $(BOOT_TARGETS): vmlinux
/linux-4.1.27/tools/perf/util/
Dsymbol.c1521 const char *vmlinux, bool vmlinux_allocated, in dso__load_vmlinux() argument
1529 if (vmlinux[0] == '/') in dso__load_vmlinux()
1530 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux); in dso__load_vmlinux()
1532 symbol__join_symfs(symfs_vmlinux, vmlinux); in dso__load_vmlinux()
1550 dso__set_long_name(dso, vmlinux, vmlinux_allocated); in dso__load_vmlinux()
Dsymbol.h230 const char *vmlinux, bool vmlinux_allocated,
/linux-4.1.27/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu148 file vmlinux
/linux-4.1.27/arch/m32r/platforms/mappi3/
Ddot.gdbinit220 file vmlinux
/linux-4.1.27/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec2227 file vmlinux
/linux-4.1.27/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_200MHz_16MB237 file vmlinux
Ddot.gdbinit_400MHz_32MB237 file vmlinux
Ddot.gdbinit_300MHz_32MB237 file vmlinux
/linux-4.1.27/arch/powerpc/platforms/ps3/
DKconfig13 for programming into flash memory, and vmlinux, a kernel image
/linux-4.1.27/arch/m32r/platforms/mappi/
Ddot.gdbinit236 file vmlinux
Ddot.gdbinit.nommu240 file vmlinux
/linux-4.1.27/Documentation/frv/
Dgdbstub.txt82 frv-uclinux-gdb vmlinux [MMU linux]
/linux-4.1.27/arch/m32r/platforms/opsput/
Ddot.gdbinit209 file vmlinux
/linux-4.1.27/arch/arm/
DMakefile315 $(BOOT_TARGETS): vmlinux
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME.FPE147 The kernel provided with this distribution (vmlinux-nwfpe-0.93) contains

12