Home
last modified time | relevance | path

Searched refs:IMAGE_OFFSET (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/boot/compressed/
A DMakefile27 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
31 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
39 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \
/linux/arch/h8300/boot/compressed/
A DMakefile19 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 3 milliseconds