Home
last modified time | relevance | path

Searched refs:vmlinux (Results 151 – 175 of 289) sorted by relevance

12345678910>>...12

/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dbug-hunting.rst112 GNU 調試器(GNU debugger, ``gdb`` )是從 ``vmlinux`` 文件中找出OOPS的確切
126 $ gdb vmlinux
136 $ make vmlinux
137 $ gdb vmlinux
/openbmc/linux/samples/bpf/
H A D.gitignore49 /vmlinux.h
/openbmc/linux/drivers/gpu/drm/ci/
H A Dbuild.sh128 xz -7 -c -T${FDO_CI_CONCURRENT:-4} vmlinux > /lava-files/vmlinux.xz
/openbmc/linux/arch/arm64/kernel/
H A Dimage.h11 #error This file should only be included in vmlinux.lds.S
/openbmc/u-boot/doc/uImage.FIT/
H A Dupdate3.its14 data = /incbin/("./vmlinux.bin.gz");
H A Dkernel_fdt.its14 data = /incbin/("./vmlinux.bin.gz");
/openbmc/linux/arch/hexagon/kernel/
H A DMakefile2 extra-y := vmlinux.lds
/openbmc/linux/arch/xtensa/boot/boot-elf/
H A DMakefile17 $(obj)/Image.o: $(obj)/../vmlinux.bin $(OBJS)
/openbmc/linux/tools/perf/Documentation/
H A Dguest-files.txt12 Guest OS kernel vmlinux.
/openbmc/linux/arch/powerpc/
H A DMakefile.postlink29 vmlinux: FORCE
/openbmc/linux/arch/microblaze/kernel/
H A DMakefile14 extra-y := vmlinux.lds
/openbmc/linux/Documentation/arch/x86/
H A Dexception-tables.rst165 > objdump --section-headers vmlinux
167 > vmlinux: file format elf32-i386
192 > objdump --disassemble --section=.text vmlinux
210 > objdump --disassemble --section=.fixup vmlinux
218 > objdump --full-contents --section=__ex_table vmlinux
253 and linked in vmlinux : > c017e7a5 <do_con_write+e1> movb (%ebx),%dl
258 and linked in vmlinux : > c0199ff5 <.fixup+10b5> movl $0xfffffff2,%eax
/openbmc/linux/arch/csky/kernel/
H A DMakefile2 extra-y := vmlinux.lds
/openbmc/openbmc/meta-ibm/meta-fsp2/recipes-kernel/linux/
H A Dlinux-fsp2.inc31 INSANE_SKIP:kernel-vmlinux = "ldflags"
/openbmc/linux/arch/xtensa/boot/boot-redboot/
H A DMakefile15 $(obj)/zImage.o: $(obj)/../vmlinux.bin.gz $(OBJS)
/openbmc/qemu/docs/system/ppc/
H A Dppce500.rst105 -kernel vmlinux \
119 -kernel vmlinux \
181 -kernel vmlinux \
192 -kernel vmlinux \
/openbmc/linux/Documentation/devicetree/bindings/
H A Dcommon-properties.txt20 endianness of the kernel binary (e.g. LE vmlinux -> readl/writel,
21 BE vmlinux -> ioread32be/iowrite32be). In this case no byte swaps
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile155 VMLINUX_BTF_PATHS ?= $(if $(O),$(O)/vmlinux) \
156 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
157 ../../../../vmlinux \
158 /sys/kernel/btf/vmlinux \
159 /boot/vmlinux-$(shell uname -r)
162 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
328 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
490 $$(INCLUDE_DIR)/vmlinux.h \
/openbmc/linux/Documentation/bpf/libbpf/
H A Dlibbpf_overview.rst147 information through ``sysfs`` at ``/sys/kernel/btf/vmlinux``.
154 $ bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h
156 The command generates a ``vmlinux.h`` header file with all kernel types
158 ``vmlinux.h`` in your BPF program eliminates dependency on system-wide kernel
163 information (vmlinux) provided by the running kernel. libbpf then resolves and
/openbmc/linux/arch/m68k/kernel/
H A DMakefile6 extra-y += vmlinux.lds
/openbmc/linux/arch/arc/kernel/
H A DMakefile29 extra-y := vmlinux.lds
/openbmc/linux/arch/powerpc/boot/
H A Dwrapper193 kernel=vmlinux
248 ksection=.kernel:vmlinux.strip
334 ksection=.kernel:vmlinux.bin
/openbmc/linux/tools/perf/
H A DMakefile.perf1077 VMLINUX_BTF_ELF_PATHS ?= $(if $(O),$(O)/vmlinux) \
1078 $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux) \
1079 ../../vmlinux \
1080 /boot/vmlinux-$(shell uname -r)
1083 VMLINUX_BTF_BTF_PATHS ?= /sys/kernel/btf/vmlinux
1101 $(error Missing bpftool input for generating vmlinux.h)
1105 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
1112 $(SKEL_TMP_OUT)/%.bpf.o: util/bpf_skel/%.bpf.c $(LIBBPF) $(SKEL_OUT)/vmlinux.h | $(SKEL_TMP_OUT)
1130 $(call QUIET_CLEAN, bpf-skel) $(RM) -r $(SKEL_TMP_OUT) $(SKELETONS) $(SKEL_OUT)/vmlinux.h
/openbmc/linux/arch/s390/boot/
H A Dboot.h92 #define vmlinux _vmlinux_info macro
/openbmc/linux/arch/xtensa/
H A DMakefile62 all Image zImage uImage xipImage: vmlinux

12345678910>>...12