Home
last modified time | relevance | path

Searched refs:IMAGE_OFFSET (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/boot/compressed/
H A DMakefile18 # IMAGE_OFFSET is the load offset of the compression loader
21 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
25 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
33 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \
/kernel/linux/linux-6.6/arch/sh/boot/compressed/
H A DMakefile17 # IMAGE_OFFSET is the load offset of the compression loader
20 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
24 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
32 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A DMakefile13 # IMAGE_OFFSET is the load offset of the compression loader
19 IMAGE_OFFSET := $(shell printf "0x%08x" $$(($(CONFIG_MEMORY_START)+$(CONFIG_BOOT_LINK_OFFSET)))) macro
22 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \

Completed in 1 milliseconds