Home
last modified time | relevance | path

Searched defs:IMAGE_OFFSET (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/boot/compressed/
DMakefile21 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
25 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
/kernel/linux/linux-4.19/arch/sh/boot/compressed/
DMakefile21 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
25 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
/kernel/linux/linux-4.19/arch/h8300/boot/compressed/
DMakefile19 IMAGE_OFFSET := $(shell printf "0x%08x" $$(($(CONFIG_MEMORY_START)+$(CONFIG_BOOT_LINK_OFFSET)))) macro
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
DMakefile19 IMAGE_OFFSET := $(shell printf "0x%08x" $$(($(CONFIG_MEMORY_START)+$(CONFIG_BOOT_LINK_OFFSET)))) macro