Searched defs:IMAGE_OFFSET (Results 1 – 3 of 3) sorted by relevance
20 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro24 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
21 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro25 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
19 IMAGE_OFFSET := $(shell printf "0x%08x" $$(($(CONFIG_MEMORY_START)+$(CONFIG_BOOT_LINK_OFFSET)))) macro