Searched refs:vmlinux (Results 76 - 100 of 247) sorted by relevance

12345678910

/linux-master/arch/sparc/boot/
H A DMakefile11 targets := tftpboot.img image zImage vmlinux.aout
29 $(obj)/vmlinux.aout: vmlinux FORCE
66 $(obj)/image: vmlinux FORCE
/linux-master/arch/mips/
H A DMakefile.postlink7 # 2. Insert relocations into vmlinux
25 vmlinux: FORCE
H A DMakefile69 vmlinux-32 = vmlinux
70 vmlinux-64 = vmlinux.64
77 vmlinux-32 = vmlinux.32
78 vmlinux-64 = vmlinux
83 all-$(CONFIG_BOOT_ELF32) := $(vmlinux-32)
84 all-$(CONFIG_BOOT_ELF64) := $(vmlinux
[all...]
/linux-master/arch/mips/boot/compressed/
H A DMakefile54 targets += vmlinux.bin
58 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
69 targets += vmlinux.bin.z
71 $(obj)/vmlinux.bin.z: $(obj)/vmlinux.bin FORCE
76 OBJCOPYFLAGS_piggy.o := --add-section=.image=$(obj)/vmlinux.bin.z \
79 $(obj)/piggy.o: $(obj)/dummy.o $(obj)/vmlinux.bin.z FORCE
95 $(obj)/vmlinux.bin $(LINKER_LOAD_ADDRESS))
/linux-master/scripts/package/
H A Dbuilddeb60 installed_image_path="boot/vmlinux-${KERNELRELEASE}";;
115 cp vmlinux ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/
118 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE}
120 ln -s lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/vmlinux-${KERNELRELEASE}
/linux-master/arch/arm/boot/compressed/
H A DMakefile5 # create a compressed vmlinuz image from the original vmlinux
91 targets := vmlinux vmlinux.lds piggy_data piggy.o \
103 KBSS_SZ = $(shell echo $$(($$($(NM) vmlinux | \
147 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.o \
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c60 fprintf(f, "Usage: loongson3-llsc-check /path/to/vmlinux\n");
241 void *vmlinux; local
253 perror("Unable to open vmlinux");
259 perror("Unable to stat vmlinux");
263 vmlinux = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, vmlinux_fd, 0);
264 if (vmlinux == MAP_FAILED) {
265 perror("Unable to mmap vmlinux");
269 eh = vmlinux;
271 fprintf(stderr, "vmlinux is not an ELF?\n");
276 fprintf(stderr, "vmlinux i
[all...]
/linux-master/arch/x86/boot/
H A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage
65 cmd_image = $(obj)/tools/build $(obj)/setup.bin $(obj)/vmlinux.bin \
68 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
73 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE
84 $(obj)/zoffset.h: $(obj)/compressed/vmlinux FORCE
99 $(obj)/compressed/vmlinux: FORCE
/linux-master/tools/perf/tests/
H A Dvmlinux-kallsyms.c127 * the kernel will have the path for the vmlinux file being used, so use
139 pr_info("WARN: Maps only in vmlinux:\n");
160 pr_info("WARN: Maps in vmlinux with a different name in kallsyms:\n");
197 struct machine vmlinux; local
206 * both vmlinux + .ko files and from /proc/kallsyms split by modules.
209 machine__init(&vmlinux, "", HOST_KERNEL_ID);
211 maps = machine__kernel_maps(&vmlinux);
234 * be compacted against the list of modules found in the "vmlinux"
249 * same value in the vmlinux file we load.
256 * Now repeat step 2, this time for the vmlinux fil
[all...]
/linux-master/arch/arm64/kernel/
H A Dimage.h11 #error This file should only be included in vmlinux.lds.S
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer_crash.c3 #include <vmlinux.h>
H A Dbpf_mod_race.c2 #include <vmlinux.h>
H A Dlru_bug.c2 #include <vmlinux.h>
H A Dnested_trust_failure.c4 #include <vmlinux.h>
H A Dnormal_map_btf.c3 #include <vmlinux.h>
H A Darena_htab.c3 #include <vmlinux.h>
H A Dskb_pkt_end.c5 #include <vmlinux.h>
H A Dsock_addr_kern.c3 #include <vmlinux.h>
/linux-master/arch/openrisc/kernel/
H A Dvmlinux.lds.S3 * OpenRISC vmlinux.lds.S
28 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/alpha/kernel/
H A Dvmlinux.lds.S6 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/nios2/kernel/
H A Dvmlinux.lds.S6 #include <asm-generic/vmlinux.lds.h>
H A DMakefile6 extra-y += vmlinux.lds
/linux-master/arch/hexagon/kernel/
H A DMakefile2 extra-y := vmlinux.lds
H A Dvmlinux.lds.S8 #include <asm-generic/vmlinux.lds.h>
20 See asm-generic/vmlinux.lds.h for expansion of some of these macros.
/linux-master/arch/s390/boot/
H A Ddecompressor.c74 NULL, NULL, output, vmlinux.image_size, NULL, error);

Completed in 399 milliseconds

12345678910